 .faq-section, .faq-item, .faq-list { font-family: var(--w-font, var(--font-body)); font-feature-settings: "ss01" 1, "ss02" 1, "rdot" 1;
} .faq-section { }
.faq-heading { font-size: 1.25rem; font-weight: 800; color: var(--text, #222); text-align: center; margin-bottom: 24px; }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { background: var(--surface, #fff); border: 1.5px solid var(--border-color, #eee); border-radius: var(--w-radius, var(--border-radius, 12px)); margin-bottom: 10px; overflow: hidden; transition: border-color .2s;
}
.faq-item:has(.faq-question[aria-expanded="true"]) { border-color: var(--primary, #007bff); }
.faq-question { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 16px 20px; font-weight: 600; font-size: 0.95rem; color: var(--text, #333); background: none; border: none; text-align: right; cursor: pointer; gap: 12px;
}
.faq-question:hover { color: var(--primary, #007bff); }
.faq-question:focus { outline: none; }
.faq-arrow { font-size: 0.75rem; color: var(--text-muted, #999); transition: transform .3s; flex-shrink: 0;
}
.faq-question[aria-expanded="true"] .faq-arrow { transform: rotate(180deg); color: var(--primary, #007bff); }
.faq-answer { padding: 0 20px 18px; font-size: 0.9rem; line-height: 2; color: var(--text-muted, #555); text-align: right; direction: rtl;
} .stx-section, .stx-content { font-family: var(--w-font, var(--font-body)); font-feature-settings: "ss01" 1, "ss02" 1, "rdot" 1;
} .stx-section { }
.stx-text { line-height: 1.9; margin: 0; } .skl-radials { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; }
.skl-radial-item { text-align: center; }
.skl-radial-wrap { position: relative; width: 120px; height: 120px; }
.skl-radial-wrap svg { transform: rotate(-90deg); }
.skl-radial-bg { fill: none; stroke: var(--border-color, #eee); stroke-width: 8; }
.skl-radial-bar { fill: none; stroke: var(--primary, #007bff); stroke-width: 8; stroke-linecap: round; transition: stroke-dashoffset 1.2s ease-out; }
.skl-radial-pct { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-weight: 900; font-size: 1.2rem; color: var(--text, #333); }
.skl-radial-label { margin-top: 8px; font-weight: 600; font-size: 0.88rem; color: var(--text-muted, #555); } .ctab-section, .stb-section, .txt-section { font-family: var(--w-font, var(--font-body)); font-feature-settings: "ss01" 1, "ss02" 1, "rdot" 1;
} .ctab-section { position: relative; border-radius: var(--w-radius, var(--border-radius, 14px)); overflow: hidden; }
.ctab-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center; }
.ctab-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.ctab-content { position: relative; z-index: 2; text-align: center; padding: 60px 30px; }
.ctab-title { font-size: 1.6rem; font-weight: 900; margin: 0 0 12px; }
.ctab-text { font-size: 1rem; margin: 0 0 28px; opacity: 0.9; line-height: 1.7; }
.ctab-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.ctab-btn { display: inline-flex; align-items: center; gap: 6px; padding: 12px 28px; border-radius: var(--w-radius, var(--border-radius, 50px)); font-weight: 700; font-size: 0.9rem; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.ctab-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.2); }
.ctab-btn-primary { background: var(--surface, #fff); color: var(--text, #333); }
.ctab-btn-secondary { background: transparent; border: 2px solid rgba(255,255,255,0.6); color: var(--on-primary, #fff); }
.ctab-btn-secondary:hover { border-color: var(--on-primary, #fff); color: var(--on-primary, #fff); } 