:root {
    --fj-ink: #12182b;
    --fj-muted: #75809a;
    --fj-surface: #ffffff;
    --fj-soft: #f5f7fb;
    --fj-line: #e8ebf2;
    --fj-brand: #5a4bff;
    --fj-brand-2: #8d59ff;
    --fj-cyan: #12b9d6;
    --fj-radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.fj-modern-home, body.fj-modern-single {
    margin: 0;
    background: var(--fj-soft);
    color: var(--fj-ink);
    font-family: Tahoma, "Vazirmatn", Arial, sans-serif;
    line-height: 1.8;
}
body.fj-modern-home a, body.fj-modern-single a { color: inherit; text-decoration: none; }
body.fj-modern-home img, body.fj-modern-single img { max-width: 100%; }
.fj-shell { min-height: 100vh; overflow: hidden; }
.fj-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.fj-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(232,235,242,.9); backdrop-filter: blur(18px); }
.fj-header-inner { display: flex; align-items: center; gap: 28px; min-height: 82px; }
.fj-brand { display: inline-flex; align-items: center; gap: 12px; margin-inline-end: auto; white-space: nowrap; }
.fj-brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--fj-brand), var(--fj-cyan)); box-shadow: 0 12px 28px rgba(90,75,255,.25); font-size: 17px; }
.fj-brand strong, .fj-brand small { display: block; }
.fj-brand strong { font-size: 19px; letter-spacing: -.4px; }
.fj-brand small { color: var(--fj-muted); font-size: 11px; line-height: 1.4; }
.fj-nav { display: flex; align-items: center; gap: 4px; }
.fj-nav a { padding: 8px 11px; border-radius: 12px; color: #5b647b; font-size: 13px; transition: .2s ease; }
.fj-nav a:hover, .fj-nav a.is-active { color: var(--fj-brand); background: #f0efff; }
.fj-header-actions { display: flex; align-items: center; gap: 10px; }
.fj-search { display: flex; align-items: center; width: 220px; height: 42px; padding: 0 8px 0 14px; background: #f3f5f9; border: 1px solid transparent; border-radius: 13px; }
.fj-search:focus-within { border-color: #c9c4ff; background: #fff; }
.fj-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--fj-ink); font: inherit; font-size: 12px; }
.fj-search button { display: grid; place-items: center; width: 30px; height: 30px; border: 0; border-radius: 9px; color: #fff; background: var(--fj-brand); cursor: pointer; font-size: 20px; line-height: 1; }
.fj-account { padding: 8px 14px; border: 1px solid #dedbff; border-radius: 11px; color: var(--fj-brand) !important; font-size: 12px; font-weight: 700; }
.fj-hero { position: relative; margin-top: 30px; padding: 34px; border-radius: 30px; color: #fff; background: radial-gradient(circle at 80% 0%, rgba(18,185,214,.32), transparent 36%), linear-gradient(135deg, #171a35 0%, #2b2262 52%, #11192f 100%); box-shadow: 0 24px 55px rgba(24,30,70,.15); }
.fj-hero:after { position: absolute; inset: 0; opacity: .08; pointer-events: none; content: ""; background-image: radial-gradient(rgba(255,255,255,.9) 1px, transparent 1px); background-size: 22px 22px; }
.fj-section-heading { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.fj-section-heading-light { display: block; max-width: 600px; margin-bottom: 28px; }
.fj-section-heading h1, .fj-section-heading h2, .fj-section-heading h3, .fj-side-card h2, .fj-side-card h3 { margin: 0; line-height: 1.35; }
.fj-section-heading h1 { margin-top: 5px; font-size: clamp(24px, 3vw, 36px); letter-spacing: -.9px; }
.fj-section-heading h2 { font-size: 23px; }
.fj-section-heading p { margin: 8px 0 0; color: rgba(255,255,255,.72); font-size: 13px; }
.fj-kicker { display: inline-block; color: var(--fj-cyan); font-size: 12px; font-weight: 800; letter-spacing: .1px; }
.fj-feature-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.fj-feature-card { position: relative; display: flex; min-height: 220px; overflow: hidden; flex-direction: column; justify-content: space-between; padding: 15px; border-radius: 18px; background: linear-gradient(145deg, #3a3e67, #16182e); background-position: center; background-size: cover; box-shadow: 0 12px 26px rgba(4,9,30,.22); isolation: isolate; transition: transform .25s ease, box-shadow .25s ease; }
.fj-feature-card:hover { transform: translateY(-5px); box-shadow: 0 18px 33px rgba(4,9,30,.32); }
.fj-feature-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(10,12,30,.15), rgba(10,12,30,.88)); }
.fj-badge, .fj-card-pill { align-self: start; padding: 5px 10px; border-radius: 9px; color: #fff; background: rgba(18,185,214,.9); font-size: 10px; font-weight: 700; }
.fj-feature-content small { display: block; margin-bottom: 3px; color: rgba(255,255,255,.68); font-size: 10px; }
.fj-feature-content strong { display: block; font-size: 15px; line-height: 1.6; }
.fj-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 24px; padding-block: 45px 60px; }
.fj-main-column { min-width: 0; }
.fj-main-column .fj-section-heading { margin-bottom: 18px; }
.fj-main-column .fj-section-heading h2 { color: var(--fj-ink); }
.fj-view-all, .fj-read-more { color: var(--fj-brand) !important; font-size: 12px; font-weight: 800; }
.fj-view-all span, .fj-read-more span { display: inline-block; margin-inline-start: 4px; transition: transform .2s ease; }
.fj-view-all:hover span, .fj-read-more:hover span { transform: translateX(-4px); }
.fj-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fj-post-card { overflow: hidden; border: 1px solid rgba(232,235,242,.9); border-radius: var(--fj-radius); background: var(--fj-surface); box-shadow: 0 10px 25px rgba(31,39,72,.05); transition: transform .25s ease, box-shadow .25s ease; }
.fj-post-card:hover { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(31,39,72,.12); }
.fj-card-media { position: relative; display: block; height: 190px; overflow: hidden; background: linear-gradient(135deg, #272a55, #12b9d6); }
.fj-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.fj-post-card:hover .fj-card-media img { transform: scale(1.06); }
.fj-card-media:after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 52%, rgba(12,15,38,.55)); }
.fj-card-pill { position: absolute; z-index: 1; top: 12px; right: 12px; background: rgba(18,185,214,.92); }
.fj-card-fallback { display: grid; place-items: center; height: 100%; color: rgba(255,255,255,.8); font-size: 30px; }
.fj-card-body { padding: 15px 16px 17px; }
.fj-card-meta { display: flex; align-items: center; gap: 6px; color: #9aa1b3; font-size: 10px; }
.fj-card-meta span:nth-child(2) { color: var(--fj-cyan); font-size: 7px; }
.fj-card-body h3 { margin: 8px 0 7px; font-size: 15px; line-height: 1.6; }
.fj-card-body h3 a:hover { color: var(--fj-brand); }
.fj-card-body p { display: -webkit-box; min-height: 48px; margin: 0 0 10px; overflow: hidden; color: var(--fj-muted); font-size: 11px; line-height: 1.8; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.fj-read-more { font-size: 11px; }
.fj-sidebar { display: flex; flex-direction: column; gap: 18px; }
.fj-side-card { padding: 21px; border: 1px solid var(--fj-line); border-radius: var(--fj-radius); background: #fff; box-shadow: 0 10px 25px rgba(31,39,72,.04); }
.fj-side-card-highlight { color: #fff; border: 0; background: linear-gradient(145deg, var(--fj-brand), #2e8bdc); box-shadow: 0 18px 35px rgba(90,75,255,.22); }
.fj-side-card-highlight .fj-kicker { color: #a9f5ff; }
.fj-side-card-highlight h2 { margin-top: 5px; font-size: 21px; }
.fj-side-card-highlight p { margin: 7px 0 0; color: rgba(255,255,255,.76); font-size: 11px; }
.fj-side-icon { display: grid; place-items: center; width: 35px; height: 35px; margin-bottom: 10px; border-radius: 12px; color: #fff; background: rgba(255,255,255,.17); }
.fj-side-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.fj-side-title h3 { font-size: 17px; }
.fj-side-title span { font-size: 19px; }
.fj-popular-list { display: grid; gap: 13px; }
.fj-popular-item { display: grid; grid-template-columns: 25px 42px 1fr; align-items: center; gap: 9px; min-width: 0; }
.fj-popular-item img { width: 42px; height: 50px; border-radius: 9px; object-fit: cover; }
.fj-popular-number { color: #c3c8d7; font-size: 12px; font-weight: 800; }
.fj-popular-name { display: -webkit-box; overflow: hidden; font-size: 11px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.fj-popular-item:hover .fj-popular-name { color: var(--fj-brand); }
.fj-categories a, .fj-side-categories > a { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #f0f1f6; color: #5f6880; font-size: 12px; }
.fj-side-categories > a:last-child { border-bottom: 0; }
.fj-side-categories b { min-width: 24px; padding: 1px 5px; border-radius: 8px; color: var(--fj-brand); background: #f0efff; font-size: 10px; text-align: center; }
.fj-pagination { margin-top: 28px; text-align: center; }
.fj-pagination ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; padding: 0; margin: 0; list-style: none; }
.fj-pagination a, .fj-pagination span { display: grid; place-items: center; min-width: 33px; height: 33px; padding: 0 8px; border: 1px solid var(--fj-line); border-radius: 10px; color: var(--fj-muted); background: #fff; font-size: 11px; }
.fj-pagination .current { color: #fff; border-color: var(--fj-brand); background: var(--fj-brand); }
.fj-empty-state { padding: 30px; border-radius: 18px; color: var(--fj-muted); background: #fff; text-align: center; }
.fj-breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding-block: 24px 10px; color: #98a0b3; font-size: 11px; }
.fj-breadcrumbs a:hover { color: var(--fj-brand); }
.fj-breadcrumbs strong { max-width: 52%; overflow: hidden; color: #667089; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.fj-search-hero { position: relative; margin-top: 30px; padding: 31px 34px; overflow: hidden; color: #fff; border-radius: 26px; background: radial-gradient(circle at 86% 0%, rgba(18,185,214,.32), transparent 32%), linear-gradient(125deg, #151a36 0%, #30227a 58%, #087fae 130%); box-shadow: 0 22px 45px rgba(34,31,101,.18); isolation: isolate; }
.fj-search-hero:after { position: absolute; right: -45px; bottom: -85px; width: 210px; height: 210px; content: ""; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; pointer-events: none; }
.fj-search-hero h1 { max-width: 800px; margin: 9px 0 7px; color: #fff; font-size: clamp(22px, 3vw, 34px); line-height: 1.65; }
.fj-search-hero p { margin: 0; color: rgba(255,255,255,.75); font-size: 12px; }
.fj-search-hero-form { position: relative; z-index: 1; display: flex; max-width: 680px; gap: 8px; margin-top: 22px; }
.fj-search-hero-form input { min-width: 0; flex: 1; padding: 13px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; outline: 0; color: #fff; background: rgba(255,255,255,.11); font: inherit; }
.fj-search-hero-form input::placeholder { color: rgba(255,255,255,.62); }
.fj-search-hero-form button { display: inline-flex; align-items: center; gap: 8px; padding: 0 17px; border: 0; border-radius: 13px; color: #1d1847; background: #fff; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; box-shadow: 0 9px 20px rgba(12,13,44,.18); }
.fj-search-hero-form button span { color: var(--fj-brand); font-size: 16px; }
.fj-results-count { align-self: end; color: #9aa1b3; font-size: 11px; }
.fj-single-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: start; gap: 24px; padding-block: 10px 46px; }
.fj-article-card { min-width: 0; overflow: hidden; border: 1px solid var(--fj-line); border-radius: 26px; background: #fff; box-shadow: 0 14px 38px rgba(31,39,72,.07); }
.fj-article-header { padding: 30px 34px 23px; }
.fj-article-eyebrow { display: flex; align-items: center; gap: 8px; color: var(--fj-brand); font-size: 12px; font-weight: 800; }
.fj-article-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--fj-cyan); box-shadow: 0 0 0 5px rgba(18,185,214,.12); }
.fj-article-header h1 { max-width: 900px; margin: 12px 0 13px; color: var(--fj-ink); font-size: clamp(24px, 3.4vw, 38px); line-height: 1.55; letter-spacing: -.8px; }
.fj-article-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: #9aa1b3; font-size: 11px; }
.fj-article-meta span:nth-child(even) { color: var(--fj-cyan); font-size: 7px; }
.fj-article-cover { margin: 0 34px 28px; overflow: hidden; border-radius: 19px; background: #e9ecf5; }
.fj-article-cover img { display: block; width: 100%; max-height: 480px; object-fit: cover; }
.fj-article-content { padding: 0 34px 20px; color: #4b556e; font-size: 15px; line-height: 2.25; }
.fj-article-content > :first-child { margin-top: 0; }
.fj-article-content h2, .fj-article-content h3, .fj-article-content h4 { margin: 30px 0 10px; color: var(--fj-ink); line-height: 1.65; }
.fj-article-content h2 { padding-right: 13px; border-right: 4px solid var(--fj-brand); font-size: 22px; }
.fj-article-content h3 { font-size: 18px; }
.fj-article-content p { margin: 0 0 17px; }
.fj-article-content a { color: var(--fj-brand) !important; text-decoration: underline !important; text-decoration-color: rgba(90,75,255,.28) !important; text-underline-offset: 3px; }
.fj-article-content a:hover { color: #2e8bdc !important; }
.fj-article-content ul, .fj-article-content ol { padding: 15px 28px 15px 15px; margin: 16px 0 24px; border: 1px solid #e9ecf4; border-radius: 16px; background: #fafbfe; }
.fj-article-content li { padding: 3px 0; }
.fj-article-content blockquote { padding: 15px 18px; margin: 22px 0; border-right: 4px solid var(--fj-cyan); border-radius: 12px; color: #53617c; background: #f0fbfd; }
.fj-article-content img { display: block; height: auto; margin: 20px auto; border-radius: 16px; }
.fj-article-content table { width: 100%; margin: 20px 0; border-collapse: collapse; font-size: 13px; }
.fj-article-content th, .fj-article-content td { padding: 9px 10px; border: 1px solid #e6e9f1; text-align: right; }
.fj-article-content th { color: var(--fj-ink); background: #f5f6fb; }
.fj-okmedia-box { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 17px; margin: 30px 0; padding: 19px 20px; overflow: hidden; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: linear-gradient(125deg, #151a36 0%, #30227a 56%, #087fae 130%); box-shadow: 0 17px 34px rgba(34,31,101,.2), 0 0 0 1px rgba(255,255,255,.04) inset; isolation: isolate; animation: fj-okmedia-float 4.5s ease-in-out infinite; }
.fj-okmedia-box:before { position: absolute; z-index: -1; inset: 0; content: ""; background: radial-gradient(circle at 8% 5%, rgba(18,185,214,.38), transparent 27%), radial-gradient(circle at 92% 110%, rgba(255,166,89,.28), transparent 30%); pointer-events: none; }
.fj-okmedia-box-orb { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; pointer-events: none; }
.fj-okmedia-box-orb-one { top: -55px; left: 24%; width: 132px; height: 132px; }
.fj-okmedia-box-orb-two { right: 19%; bottom: -79px; width: 180px; height: 180px; }
.fj-okmedia-box-icon { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; color: #fff; background: linear-gradient(145deg, #12b9d6, #5a4bff); box-shadow: 0 10px 22px rgba(11,12,46,.24); font-size: 18px; animation: fj-okmedia-play 2.2s ease-in-out infinite; }
.fj-okmedia-box-copy { min-width: 0; }
.fj-okmedia-box-kicker { display: block; margin-bottom: 2px; color: #a9f5ff; font-size: 10px; font-weight: 800; }
.fj-okmedia-box h3 { margin: 0 !important; padding: 0 !important; color: #fff !important; border: 0 !important; font-size: 17px !important; line-height: 1.7 !important; }
.fj-okmedia-box p { margin: 2px 0 0 !important; color: rgba(255,255,255,.74) !important; font-size: 11px; line-height: 1.8; }
.fj-okmedia-box-cta { display: inline-flex; align-items: center; justify-content: center; gap: 7px; flex: 0 0 auto; padding: 10px 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 12px; color: #1d1847 !important; background: #fff; font-size: 11px; font-weight: 800; text-decoration: none !important; box-shadow: 0 8px 20px rgba(12,13,44,.2); transition: transform .2s ease, box-shadow .2s ease; animation: fj-okmedia-cta 2.8s ease-in-out infinite; }
.fj-okmedia-box-cta:hover { color: #1d1847 !important; box-shadow: 0 11px 24px rgba(12,13,44,.3); transform: translateY(-2px); }
.fj-okmedia-box-cta span { color: #5a4bff; font-size: 16px; line-height: 1; }
@keyframes fj-okmedia-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
@keyframes fj-okmedia-play { 0%, 100% { transform: scale(1); box-shadow: 0 10px 22px rgba(11,12,46,.24); } 50% { transform: scale(1.06); box-shadow: 0 13px 27px rgba(18,185,214,.38); } }
@keyframes fj-okmedia-cta { 0%, 100% { box-shadow: 0 8px 20px rgba(12,13,44,.2); } 50% { box-shadow: 0 10px 25px rgba(255,255,255,.34); } }
@media (prefers-reduced-motion: reduce) { .fj-okmedia-box, .fj-okmedia-box-icon, .fj-okmedia-box-cta { animation: none; } }
.fj-article-footer { padding: 0 34px 32px; }
.fj-article-link-box { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid #e8e5ff; border-radius: 14px; color: #818aa0; background: #faf9ff; font-size: 11px; }
.fj-article-link-box span { flex: 0 0 auto; color: var(--fj-brand); font-weight: 800; }
.fj-article-link-box a { min-width: 0; overflow: hidden; color: #69738b !important; direction: ltr; text-overflow: ellipsis; white-space: nowrap; }
.fj-tag-row { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-top: 16px; color: #9aa1b3; font-size: 11px; }
.fj-tag-row a { padding: 4px 9px; border-radius: 8px; color: var(--fj-brand) !important; background: #f0efff; }
.fj-related-section { padding-bottom: 60px; }
.fj-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fj-footer { color: rgba(255,255,255,.72); background: #11162b; }
.fj-footer-inner { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 35px; min-height: 150px; }
.fj-footer strong { color: #fff; font-size: 18px; }
.fj-footer p { margin: 5px 0 0; font-size: 11px; }
.fj-footer-links { display: flex; flex-wrap: wrap; gap: 12px 18px; font-size: 11px; }
.fj-footer-links a:hover { color: #a9f5ff; }
.fj-footer-copy { color: #8992aa; font-size: 10px; white-space: nowrap; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.fj-app-promo { position: fixed; z-index: 80; right: 50%; bottom: 18px; display: grid; width: min(1080px, calc(100% - 28px)); grid-template-columns: auto minmax(0, 1fr) auto auto; align-items: center; gap: 16px; padding: 14px 18px 14px 24px; overflow: hidden; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: linear-gradient(115deg, #151a36 0%, #30227a 50%, #e86b42 130%); box-shadow: 0 18px 45px rgba(15,18,48,.3), 0 0 0 1px rgba(255,255,255,.04) inset; transform: translateX(50%); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; isolation: isolate; }
.fj-app-promo.is-hidden { visibility: hidden; opacity: 0; transform: translate(50%, 18px); }
.fj-app-promo:before { position: absolute; z-index: -1; inset: 0; content: ""; background: radial-gradient(circle at 9% 20%, rgba(18,185,214,.35), transparent 26%), radial-gradient(circle at 88% 120%, rgba(255,166,89,.3), transparent 32%); pointer-events: none; }
.fj-app-promo-orb { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; pointer-events: none; }
.fj-app-promo-orb-one { top: -42px; left: 18%; width: 120px; height: 120px; }
.fj-app-promo-orb-two { right: 23%; bottom: -70px; width: 170px; height: 170px; }
.fj-app-promo-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; color: #fff; background: linear-gradient(145deg, #12b9d6, #5a4bff); box-shadow: 0 10px 22px rgba(11,12,46,.24); font-size: 18px; }
.fj-app-promo-copy { min-width: 0; }
.fj-app-promo-kicker { display: block; margin-bottom: 1px; color: #a9f5ff; font-size: 10px; font-weight: 800; }
.fj-app-promo-copy strong { display: block; overflow: hidden; font-size: 14px; line-height: 1.7; text-overflow: ellipsis; white-space: nowrap; }
.fj-app-promo-copy small { display: block; overflow: hidden; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.6; text-overflow: ellipsis; white-space: nowrap; }
.fj-app-promo-cta { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; padding: 10px 15px; border: 1px solid rgba(255,255,255,.26); border-radius: 12px; color: #1d1847 !important; background: #fff; font-size: 11px; font-weight: 800; box-shadow: 0 8px 20px rgba(12,13,44,.18); transition: transform .2s ease, box-shadow .2s ease; }
.fj-app-promo-cta:hover { color: #1d1847 !important; box-shadow: 0 11px 24px rgba(12,13,44,.26); transform: translateY(-2px); }
.fj-app-promo-cta span { color: #5a4bff; font-size: 16px; line-height: 1; }
.fj-app-promo-close { display: grid; place-items: center; width: 28px; height: 28px; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; color: rgba(255,255,255,.78); background: rgba(255,255,255,.08); cursor: pointer; font: inherit; font-size: 18px; line-height: 1; transition: background .2s ease, color .2s ease; }
.fj-app-promo-close:hover { color: #fff; background: rgba(255,255,255,.18); }

@media (max-width: 1050px) {
    .fj-header-inner { flex-wrap: wrap; padding-block: 12px; }
    .fj-nav { order: 3; width: 100%; overflow-x: auto; }
    .fj-nav a { white-space: nowrap; }
    .fj-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .fj-post-grid { grid-template-columns: repeat(2, 1fr); }
    .fj-single-layout { grid-template-columns: minmax(0, 1fr) 250px; }
    .fj-related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
    .fj-container { width: min(100% - 24px, 600px); }
    .fj-header-actions { width: 100%; }
    .fj-search { flex: 1; width: auto; }
    .fj-hero { margin-top: 15px; padding: 24px 16px; border-radius: 22px; }
    .fj-search-hero { margin-top: 15px; padding: 24px 18px; border-radius: 22px; }
    .fj-search-hero-form { flex-direction: column; }
    .fj-search-hero-form button { min-height: 42px; justify-content: center; }
    .fj-feature-grid { gap: 10px; }
    .fj-feature-card { min-height: 180px; padding: 11px; }
    .fj-feature-content strong { font-size: 13px; }
    .fj-content-layout { display: block; padding-block: 30px 45px; }
    .fj-single-layout { display: block; padding-block: 5px 35px; }
    .fj-breadcrumbs { padding-top: 17px; }
    .fj-breadcrumbs strong { max-width: 100%; }
    .fj-article-header { padding: 23px 18px 18px; }
    .fj-article-header h1 { font-size: 24px; }
    .fj-article-cover { margin: 0 18px 22px; border-radius: 14px; }
    .fj-article-content { padding: 0 18px 14px; font-size: 14px; line-height: 2.1; }
    .fj-okmedia-box { grid-template-columns: auto minmax(0, 1fr); gap: 11px; margin: 24px 0; padding: 15px; border-radius: 18px; }
    .fj-okmedia-box-icon { width: 42px; height: 42px; border-radius: 13px; font-size: 15px; }
    .fj-okmedia-box h3 { font-size: 14px !important; }
    .fj-okmedia-box p { font-size: 10px; }
    .fj-okmedia-box-cta { grid-column: 1 / -1; width: 100%; padding: 9px 12px; font-size: 10px; }
    .fj-article-footer { padding: 0 18px 23px; }
    .fj-article-link-box { align-items: flex-start; flex-direction: column; gap: 4px; }
    .fj-article-link-box a { width: 100%; }
    .fj-related-section { padding-bottom: 40px; }
    .fj-post-grid { grid-template-columns: 1fr 1fr; gap: 11px; }
    .fj-card-media { height: 145px; }
    .fj-card-body { padding: 11px; }
    .fj-card-body h3 { font-size: 13px; }
    .fj-card-body p { font-size: 10px; }
    .fj-sidebar { margin-top: 24px; }
    .fj-footer-inner { display: block; padding-block: 26px; }
    .fj-footer-links { margin: 18px 0; }
    .fj-footer-copy { white-space: normal; }
    .fj-app-promo { right: 12px; bottom: 12px; width: calc(100% - 24px); grid-template-columns: auto minmax(0, 1fr) auto; gap: 10px; padding: 12px; transform: none; }
    .fj-app-promo.is-hidden { transform: translateY(18px); }
    .fj-app-promo-icon { width: 40px; height: 40px; border-radius: 13px; font-size: 15px; }
    .fj-app-promo-copy strong { font-size: 12px; }
    .fj-app-promo-copy small { display: none; }
    .fj-app-promo-cta { grid-column: 2 / 4; justify-content: center; padding: 8px 12px; font-size: 10px; }
    .fj-app-promo-close { grid-column: 3; grid-row: 1; }
}

@media (max-width: 430px) {
    .fj-feature-grid, .fj-post-grid, .fj-related-grid { grid-template-columns: 1fr; }
    .fj-feature-card { min-height: 210px; }
    .fj-section-heading { align-items: start; flex-direction: column; gap: 8px; }
    .fj-section-heading h2 { font-size: 20px; }
}
