:root {
--accent: #22d3ee;
--accent-hover: #06b6d4;
--text: #ffffff;
--text-muted: #94a3b8;
--bg-primary: #0f172a;
--bg-secondary: #1e293b;
--bg-tertiary: #334155;
--border: rgba(255, 255, 255, 0.1);
--success: #22c55e;
--warning: #f59e0b;
--error: #ef4444;
} body:has(.dsc-faq-wrapper) {
background: var(--bg-primary) !important;
} .dsc-faq-wrapper {
max-width: none !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
background: var(--bg-primary) !important;
color: var(--text);
min-height: 100vh;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw !important;
margin-right: -50vw !important;
width: 100vw !important;
}
.dsc-faq-wrapper * {
box-sizing: border-box;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
width: 100%;
}  .faq-hero {
padding: 60px 0 40px;
background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
border-bottom: 1px solid var(--border);
}
.faq-breadcrumb {
display: flex;
align-items: center;
gap: 12px;
font-size: 0.9rem;
color: var(--text-muted);
margin-bottom: 24px;
flex-wrap: wrap;
}
.faq-breadcrumb a {
color: var(--accent);
text-decoration: none;
transition: opacity 0.2s;
}
.faq-breadcrumb a:hover {
opacity: 0.8;
}
.faq-meta {
margin-bottom: 16px;
}
.faq-category-badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 16px;
background: rgba(34, 211, 238, 0.1);
border: 1px solid rgba(34, 211, 238, 0.3);
border-radius: 20px;
font-size: 0.85rem;
color: var(--accent);
font-weight: 500;
}
.faq-category-badge svg {
width: 16px;
height: 16px;
}
.faq-hero h1 {
font-size: 2.25rem;
margin: 0;
color: var(--text);
line-height: 1.3;
}
@media (max-width: 640px) {
.faq-hero h1 {
font-size: 1.75rem;
}
} .faq-content {
padding: 60px 0;
}
.faq-layout {
display: grid;
grid-template-columns: 1fr 320px;
gap: 48px;
}
@media (max-width: 900px) {
.faq-layout {
grid-template-columns: 1fr;
gap: 40px;
}
.faq-sidebar {
order: 2;
}
.faq-main {
order: 1;
}
}
.faq-main {
min-width: 0;
} .quick-answer-box {
background: rgba(34, 211, 238, 0.05);
border-left: 4px solid var(--accent);
padding: 24px;
margin-bottom: 32px;
border-radius: 0 12px 12px 0;
}
.quick-answer-label {
display: flex;
align-items: center;
gap: 8px;
color: var(--accent);
font-weight: 600;
font-size: 0.9rem;
margin-bottom: 12px;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.quick-answer-label svg {
width: 18px;
height: 18px;
}
.quick-answer-box p {
font-size: 1.15rem;
margin: 0;
color: var(--text);
line-height: 1.6;
font-weight: 500;
} .faq-body {
font-size: 1.05rem;
line-height: 1.7;
color: var(--text);
}
.faq-body h2 {
font-size: 1.5rem;
color: var(--text);
margin: 40px 0 20px;
padding-top: 20px;
border-top: 1px solid var(--border);
}
.faq-body h2:first-child {
margin-top: 0;
padding-top: 0;
border-top: none;
}
.faq-body h3 {
font-size: 1.2rem;
color: var(--text);
margin: 28px 0 16px;
}
.faq-body p {
margin: 0 0 20px;
color: var(--text);
}
.faq-body strong {
color: var(--text);
font-weight: 600;
} .faq-body a,
.faq-link,
.internal-link {
color: var(--accent);
text-decoration: none;
border-bottom: 1px dashed var(--accent);
transition: border-bottom-style 0.2s;
}
.faq-body a:hover,
.faq-link:hover,
.internal-link:hover {
border-bottom-style: solid;
} .faq-list {
margin: 0 0 24px;
padding-left: 24px;
}
.faq-list li {
margin-bottom: 12px;
color: var(--text);
line-height: 1.6;
}
.faq-list li::marker {
color: var(--accent);
} .faq-table-wrapper {
overflow-x: auto;
margin: 24px 0;
border-radius: 12px;
border: 1px solid var(--border);
}
.faq-table {
width: 100%;
border-collapse: collapse;
font-size: 0.95rem;
}
.faq-table th,
.faq-table td {
padding: 14px 18px;
text-align: left;
border-bottom: 1px solid var(--border);
}
.faq-table th {
background: var(--bg-secondary);
color: var(--text);
font-weight: 600;
white-space: nowrap;
}
.faq-table td {
color: var(--text-muted);
}
.faq-table tr:last-child td {
border-bottom: none;
}
.faq-table tr:hover td {
background: rgba(255, 255, 255, 0.02);
}
.faq-table .check {
color: var(--success);
font-weight: bold;
}
.faq-table .cross {
color: var(--error);
font-weight: bold;
} .related-faqs {
margin-top: 48px;
padding-top: 32px;
border-top: 1px solid var(--border);
}
.related-faqs h3 {
display: flex;
align-items: center;
gap: 12px;
font-size: 1.25rem;
color: var(--text);
margin: 0 0 20px;
}
.related-faqs ul {
list-style: none;
padding: 0;
margin: 0;
}
.related-faqs li {
margin-bottom: 12px;
}
.related-faqs a {
display: flex;
align-items: center;
gap: 8px;
padding: 12px 16px;
background: var(--bg-secondary);
border: 1px solid var(--border);
border-radius: 8px;
color: var(--text);
text-decoration: none;
transition: all 0.2s;
}
.related-faqs a:hover {
border-color: var(--accent);
color: var(--accent);
transform: translateX(4px);
}
.related-faqs a::before {
content: "→";
color: var(--accent);
} .faq-sidebar {
display: flex;
flex-direction: column;
gap: 20px;
}
.sidebar-card {
padding: 24px;
background: var(--bg-secondary);
border: 1px solid var(--border);
border-radius: 12px;
}
.sidebar-card.primary-cta {
background: rgba(34, 211, 238, 0.05);
border-color: rgba(34, 211, 238, 0.2);
}
.sidebar-card h3 {
display: flex;
align-items: center;
gap: 10px;
font-size: 1.1rem;
margin: 0 0 12px;
color: var(--text);
}
.sidebar-card h3 svg {
width: 20px;
height: 20px;
color: var(--accent);
}
.sidebar-card p {
margin: 0 0 16px;
color: var(--text-muted);
font-size: 0.95rem;
line-height: 1.6;
}
.sidebar-cta-button {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
padding: 14px 20px;
background: var(--accent);
color: var(--bg-primary);
text-decoration: none;
border-radius: 8px;
font-weight: 600;
font-size: 0.95rem;
transition: all 0.2s;
}
.sidebar-cta-button:hover {
background: var(--accent-hover);
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(34, 211, 238, 0.3);
}
.sidebar-cta-button svg {
width: 18px;
height: 18px;
}
.sidebar-link {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
color: var(--accent);
text-decoration: none;
font-weight: 500;
transition: gap 0.2s;
}
.sidebar-link:hover {
gap: 12px;
}
.sidebar-link svg {
width: 18px;
height: 18px;
}
.sidebar-card.back-link {
background: transparent;
border-style: dashed;
text-align: center;
padding: 16px;
}
.sidebar-card.back-link a {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
color: var(--text-muted);
text-decoration: none;
font-size: 0.9rem;
transition: color 0.2s;
}
.sidebar-card.back-link a:hover {
color: var(--accent);
}
.sidebar-card.back-link svg {
width: 16px;
height: 16px;
}  .faq-index-hero {
padding: 80px 0 60px;
background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
border-bottom: 1px solid var(--border);
text-align: center;
}
.faq-index-hero h1 {
font-size: 3rem;
margin: 0 0 16px;
background: linear-gradient(135deg, var(--accent), #6366f1);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 700;
}
.hero-subtitle {
font-size: 1.25rem;
color: var(--text-muted);
max-width: 700px;
margin: 0 auto 40px;
line-height: 1.6;
}
.hero-stats {
display: flex;
justify-content: center;
gap: 60px;
}
.stat-item {
display: flex;
flex-direction: column;
gap: 8px;
}
.stat-number {
font-size: 2.5rem;
font-weight: 700;
color: var(--accent);
line-height: 1;
}
.stat-label {
font-size: 0.9rem;
color: var(--text-muted);
text-transform: uppercase;
letter-spacing: 0.05em;
}
@media (max-width: 640px) {
.faq-index-hero h1 {
font-size: 2rem;
}
.hero-subtitle {
font-size: 1.1rem;
}
.hero-stats {
flex-direction: column;
gap: 24px;
}
} .faq-filters {
padding: 40px 0;
background: var(--bg-secondary);
border-bottom: 1px solid var(--border);
}
.filters-wrapper {
display: flex;
flex-direction: column;
gap: 24px;
}
.search-input-wrapper {
position: relative;
max-width: 600px;
}
.search-input-wrapper svg {
position: absolute;
left: 20px;
top: 50%;
transform: translateY(-50%);
width: 22px;
height: 22px;
color: var(--accent);
pointer-events: none;
z-index: 2;
} .dsc-faq-wrapper .search-input,
.dsc-faq-wrapper input.search-input,
.dsc-faq-wrapper input[type="text"].search-input,
.dsc-faq-wrapper .faq-filters .search-input,
body .dsc-faq-wrapper .search-input,
body .dsc-faq-wrapper input.search-input,
#faq-search,
input#faq-search,
input[type="text"]#faq-search {
width: 100% !important;
padding: 16px 50px 16px 56px !important;
background: #0f172a !important;
background-color: #0f172a !important;
border: 2px solid rgba(34, 211, 238, 0.3) !important;
border-radius: 12px !important;
color: #ffffff !important;
font-size: 1.05rem !important;
transition: all 0.3s !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
height: auto !important;
line-height: 1.5 !important;
margin: 0 !important;
outline: none !important;
}
.dsc-faq-wrapper .search-input::placeholder,
#faq-search::placeholder {
color: #94a3b8 !important;
opacity: 1 !important;
}
.dsc-faq-wrapper .search-input:focus,
#faq-search:focus {
outline: none !important;
border-color: #22d3ee !important;
box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.2), 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}
.search-clear {
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
width: 28px;
height: 28px;
display: none;
align-items: center;
justify-content: center;
background: rgba(148, 163, 184, 0.2);
border-radius: 50%;
color: var(--text-muted);
font-size: 20px;
cursor: pointer;
transition: all 0.2s;
z-index: 2;
}
.search-clear:hover {
background: rgba(239, 68, 68, 0.2);
color: var(--error);
}
.category-filters {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.category-pill {
padding: 10px 18px;
background: rgba(30, 41, 59, 0.4);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 24px;
color: var(--text-muted);
font-size: 0.9rem;
font-weight: 500;
cursor: pointer;
transition: all 0.3s;
}
.category-pill:hover {
border-color: rgba(34, 211, 238, 0.4);
color: var(--text);
transform: translateY(-2px);
}
.category-pill.active {
background: linear-gradient(135deg, var(--accent), #06b6d4);
color: var(--bg-primary);
border-color: transparent;
font-weight: 600;
box-shadow: 0 4px 16px rgba(34, 211, 238, 0.3);
} .faq-grid-section {
padding: 60px 0;
}
.faq-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
gap: 24px;
}
@media (max-width: 640px) {
.faq-grid {
grid-template-columns: 1fr;
}
} .faq-card {
display: block;
padding: 28px;
background: var(--bg-secondary);
border: 1px solid var(--border);
border-radius: 16px;
text-decoration: none;
transition: all 0.3s;
position: relative;
overflow: hidden;
}
.faq-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, var(--accent), #6366f1);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.3s;
}
.faq-card:hover::before {
transform: scaleX(1);
}
.faq-card:hover {
border-color: var(--accent);
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}
.faq-card-category {
display: inline-block;
padding: 4px 12px;
background: rgba(34, 211, 238, 0.1);
border: 1px solid rgba(34, 211, 238, 0.2);
border-radius: 12px;
font-size: 0.75rem;
color: var(--accent);
margin-bottom: 16px;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.faq-card h3 {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
font-size: 1.15rem;
color: var(--text);
margin: 0 0 12px;
line-height: 1.4;
}
.faq-card h3 svg {
width: 20px;
height: 20px;
flex-shrink: 0;
color: var(--text-muted);
transition: all 0.3s;
margin-top: 2px;
}
.faq-card:hover h3 svg {
transform: translateX(4px);
color: var(--accent);
}
.faq-card p {
margin: 0;
color: var(--text-muted);
line-height: 1.6;
font-size: 0.95rem;
} .no-results {
text-align: center;
padding: 60px 20px;
color: var(--text-muted);
}
.no-results svg {
width: 64px;
height: 64px;
color: var(--text-muted);
margin-bottom: 20px;
opacity: 0.5;
}
.no-results h3 {
font-size: 1.25rem;
color: var(--text);
margin: 0 0 8px;
}
.no-results p {
margin: 0;
} .faq-cta-section {
padding: 60px 0 80px;
background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}
.cta-box {
text-align: center;
max-width: 600px;
margin: 0 auto;
padding: 48px;
background: var(--bg-secondary);
border: 1px solid var(--border);
border-radius: 20px;
}
.cta-box h2 {
font-size: 1.75rem;
color: var(--text);
margin: 0 0 12px;
}
.cta-box p {
color: var(--text-muted);
margin: 0 0 24px;
font-size: 1.1rem;
}
.cta-button {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 16px 32px;
background: var(--accent);
color: var(--bg-primary);
text-decoration: none;
border-radius: 10px;
font-weight: 600;
font-size: 1rem;
transition: all 0.3s;
}
.cta-button:hover {
background: var(--accent-hover);
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(34, 211, 238, 0.3);
}
.cta-button svg {
width: 20px;
height: 20px;
} a.inline-service-link {
color: var(--accent);
text-decoration: none;
border-bottom: 1px dashed var(--accent);
transition: border-bottom-style 0.2s;
}
a.inline-service-link:hover {
border-bottom-style: solid;
}