.morasalat-t1-shell,
.morasalat-t1-shell-main,
.morasalat-t1-nav-wrap,
.morasalat-t1-hero,
.morasalat-t1-sidebar,
.morasalat-t1-stats-strip,
.morasalat-t1-cta-section,
.morasalat-t1-footer,
.morasalat-post-content,
.morasalat-post-placeholder {
    --ink: #09090b;
    --ink-2: #18181b;
    --ink-3: #27272a;
    --zinc: #3f3f46;
    --zinc-light: #71717a;
    --zinc-200: #e4e4e7;
    --zinc-100: #f4f4f5;
    --zinc-50: #fafafa;
    --electric: #22d3ee;
    --electric-dark: #0891b2;
    --electric-pale: #cffafe;
    --blue: #1a56db;
    --blue-mid: #2563eb;
    --white: #ffffff;
    --text-dark: #09090b;
    --text-body: #3f3f46;
    --text-muted: #71717a;
    font-family: "Cairo", sans-serif;
    color: var(--text-dark);
    direction: rtl;
}

.morasalat-t1-shell *,
.morasalat-t1-shell-main *,
.morasalat-t1-nav-wrap *,
.morasalat-t1-hero *,
.morasalat-t1-sidebar *,
.morasalat-t1-stats-strip *,
.morasalat-t1-cta-section *,
.morasalat-t1-footer *,
.morasalat-post-content *,
.morasalat-post-placeholder * {
    box-sizing: border-box;
}

.morasalat-t1-btn,
.morasalat-t1-sidebar-btn,
.morasalat-t1-sidebar-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    border-radius: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.morasalat-t1-btn:hover,
.morasalat-t1-sidebar-btn:hover,
.morasalat-t1-sidebar-btn-outline:hover {
    transform: translateY(-1px);
}

.morasalat-t1-nav-wrap {
    position: sticky;
    top: 0;
    z-index: 40;
}

.morasalat-t1-shell-main {
    padding: 54px 5%;
    background: #fff;
}

.morasalat-t1-shell-layout {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 42px;
    align-items: start;
}

.morasalat-t1-article-column {
    min-width: 0;
}

.morasalat-t1-article-slot {
    min-height: 280px;
}

.morasalat-t1-slot-placeholder {
    padding: 36px 28px;
    border: 1.5px dashed #cbd5e1;
    border-radius: 18px;
    background: #fff;
    text-align: center;
}

.morasalat-t1-slot-placeholder strong {
    display: block;
    margin-bottom: 10px;
    font-family: "Tajawal", sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
}

.morasalat-t1-slot-placeholder p {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.8;
}

.morasalat-t1-nav {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--zinc-200);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
    padding: 14px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.morasalat-t1-nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    min-width: 0;
}

.morasalat-t1-nav-logo-icon,
.morasalat-t1-footer-brand-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--blue), #0284c7);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
}

.morasalat-t1-nav-logo-copy,
.morasalat-t1-footer-brand-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.morasalat-t1-nav-logo-text,
.morasalat-t1-footer-brand-text {
    color: var(--ink);
    font-weight: 700;
    line-height: 1.3;
}

.morasalat-t1-nav-logo-sub {
    color: #a1a1aa;
    font-size: 0.75rem;
}

.morasalat-t1-nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.morasalat-t1-nav-links a,
.morasalat-t1-footer-links a {
    color: var(--zinc);
    text-decoration: none;
    transition: color 0.2s ease;
}

.morasalat-t1-nav-links a:hover,
.morasalat-t1-footer-links a:hover,
.morasalat-t1-breadcrumb a:hover,
.morasalat-t1-toc-list a:hover {
    color: var(--electric-dark);
}

.morasalat-t1-nav-cta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.morasalat-t1-btn {
    padding: 12px 26px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

.morasalat-t1-btn-outline {
    background: transparent;
    border: 1.5px solid var(--zinc-200);
    color: var(--blue);
}

.morasalat-t1-btn-solid,
.morasalat-t1-btn-electric,
.morasalat-t1-sidebar-btn {
    background: linear-gradient(135deg, var(--blue), var(--blue-mid));
    color: #fff;
    box-shadow: 0 4px 16px rgba(26, 86, 219, 0.25);
}

.morasalat-t1-btn-electric,
.morasalat-t1-sidebar-btn {
    background: linear-gradient(135deg, var(--electric-dark), #0e7490);
    box-shadow: 0 4px 18px rgba(8, 145, 178, 0.28);
}

.morasalat-t1-btn-dark-outline {
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.14);
    color: #d4d4d8;
}

.morasalat-t1-btn-cta-outline {
    background: #fff;
    border: 2px solid var(--zinc-200);
    color: var(--text-dark);
}

.morasalat-t1-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: 0;
    padding: 4px;
    cursor: pointer;
}

.morasalat-t1-hamburger span {
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: var(--zinc);
}

.morasalat-t1-progress {
    height: 2px;
    background: rgba(34, 211, 238, 0.08);
}

.morasalat-t1-progress-fill {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #22d3ee, #22c55e);
    transition: width 0.1s linear;
}

.morasalat-t1-hero {
    position: relative;
    overflow: hidden;
    padding: 120px 5% 80px;
    min-height: 72vh;
    background: var(--ink);
}

.morasalat-t1-hero-scanlines,
.morasalat-t1-hero-grid-right,
.morasalat-t1-hero-warn-glow,
.morasalat-t1-hero-electric-top {
    position: absolute;
    pointer-events: none;
}

.morasalat-t1-hero-scanlines {
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(34, 211, 238, 0.015) 2px, rgba(34, 211, 238, 0.015) 4px);
}

.morasalat-t1-hero-electric-top {
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--electric), var(--electric-dark), transparent);
    opacity: 0.65;
}

.morasalat-t1-hero-grid-right {
    inset: 0;
    background-image: linear-gradient(rgba(34, 211, 238, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(34, 211, 238, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse 60% 80% at 20% 50%, #000 30%, transparent 80%);
}

.morasalat-t1-hero-warn-glow {
    top: 50%;
    right: -100px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: radial-gradient(circle, rgba(239, 68, 68, 0.05), transparent 70%);
}

.morasalat-t1-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.morasalat-t1-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.morasalat-t1-breadcrumb a {
    color: var(--electric);
    text-decoration: none;
}

.morasalat-t1-breadcrumb span {
    color: #52525b;
}

.morasalat-t1-breadcrumb-current {
    color: #71717a !important;
}

.morasalat-t1-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    margin-bottom: 24px;
    border-radius: 7px;
    border: 1px solid rgba(239, 68, 68, 0.25);
    background: rgba(239, 68, 68, 0.1);
    color: #fca5a5;
    font-size: 0.84rem;
    font-weight: 700;
}

.morasalat-t1-hero-title {
    margin: 0 0 20px;
    font-family: "Tajawal", sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    line-height: 1.2;
    font-weight: 900;
    color: #fff;
}

.morasalat-t1-hero-subtitle {
    max-width: 700px;
    margin: 0 0 28px;
    color: #a1a1aa;
    font-size: 1.02rem;
    line-height: 1.9;
}

.morasalat-t1-hero-meta,
.morasalat-t1-hero-buttons,
.morasalat-t1-cta-buttons,
.morasalat-t1-cta-trust,
.morasalat-t1-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.morasalat-t1-hero-meta {
    align-items: center;
    margin-bottom: 30px;
    color: #71717a;
    font-size: 0.85rem;
}

.morasalat-t1-meta-sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #27272a;
}

.morasalat-t1-terminal-window {
    position: absolute;
    top: 90px;
    left: 5%;
    min-width: 280px;
    padding: 20px 24px;
    border: 1px solid rgba(34, 211, 238, 0.1);
    border-radius: 10px;
    background: rgba(34, 211, 238, 0.03);
    font-family: monospace;
}

.morasalat-t1-terminal-bar {
    display: flex;
    gap: 6px;
    margin-bottom: 14px;
}

.morasalat-t1-terminal-bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.morasalat-t1-terminal-bar .is-red {
    background: #ef4444;
}

.morasalat-t1-terminal-bar .is-amber {
    background: #f59e0b;
}

.morasalat-t1-terminal-bar .is-green {
    background: #22c55e;
}

.morasalat-t1-terminal-line {
    margin-bottom: 4px;
    color: rgba(34, 211, 238, 0.5);
    font-size: 0.72rem;
}

.morasalat-t1-terminal-line-active {
    color: var(--electric);
}

.morasalat-t1-terminal-cursor {
    display: inline-block;
    width: 8px;
    height: 1em;
    margin-inline-start: 4px;
    vertical-align: text-bottom;
    background: var(--electric);
    animation: morasalat-t1-blink 0.8s step-end infinite;
}

@keyframes morasalat-t1-blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.morasalat-t1-sidebar {
    position: sticky;
    top: 90px;
}

.morasalat-t1-sidebar-cta,
.morasalat-t1-sidebar-box,
.morasalat-t1-sidebar-share {
    border-radius: 16px;
    margin-bottom: 20px;
}

.morasalat-t1-sidebar-cta {
    position: relative;
    overflow: hidden;
    padding: 28px 24px;
    text-align: center;
    color: #fff;
    background: var(--ink);
    border: 1px solid rgba(34, 211, 238, 0.2);
}

.morasalat-t1-sidebar-cta::before,
.morasalat-t1-cta-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--electric-dark), var(--blue));
}

.morasalat-t1-sidebar-cta h3,
.morasalat-t1-cta-box h2,
.morasalat-t1-stats-header h2 {
    margin: 0 0 10px;
    font-family: "Tajawal", sans-serif;
    font-weight: 900;
}

.morasalat-t1-sidebar-cta p,
.morasalat-t1-stats-header p,
.morasalat-t1-cta-box>p {
    margin: 0 0 18px;
    color: #a1a1aa;
    line-height: 1.8;
}

.morasalat-t1-sidebar-btn,
.morasalat-t1-sidebar-btn-outline {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    font-weight: 800;
}

.morasalat-t1-sidebar-btn-outline {
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    color: #d4d4d8;
}

.morasalat-t1-sidebar-box,
.morasalat-t1-sidebar-share {
    padding: 22px;
    background: #fff;
    border: 1.5px solid var(--zinc-200);
}

.morasalat-t1-sidebar-box-title {
    margin: 0 0 14px;
    font-family: "Tajawal", sans-serif;
    font-size: 0.98rem;
    font-weight: 800;
}

.morasalat-t1-checklist-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid var(--zinc-100);
    color: var(--text-muted);
    font-size: 0.86rem;
}

.morasalat-t1-checklist-item:last-child,
.morasalat-t1-toc-list li:last-child,
.morasalat-t1-footer-links li:last-child {
    border-bottom: 0;
}

.morasalat-t1-check-toggle {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--zinc-200);
    border-radius: 4px;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.morasalat-t1-check-toggle.is-checked {
    background: var(--electric-dark);
    border-color: var(--electric-dark);
}

.morasalat-t1-check-toggle.is-checked::before {
    content: "✓";
    font-size: 0.7rem;
}

.morasalat-t1-toc-list,
.morasalat-t1-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.morasalat-t1-toc-list li {
    border-bottom: 1px solid var(--zinc-100);
}

.morasalat-t1-toc-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    text-decoration: none;
    color: var(--text-muted);
}

.morasalat-t1-toc-num {
    min-width: 18px;
    color: var(--electric-dark);
    font-family: monospace;
    font-size: 0.74rem;
    font-weight: 700;
}

.morasalat-t1-share-btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1.5px solid var(--zinc-200);
    background: var(--zinc-50);
    color: var(--electric-dark);
    cursor: pointer;
}

.morasalat-t1-share-btn:hover {
    background: var(--electric-dark);
    border-color: var(--electric-dark);
    color: #fff;
}

.morasalat-post-placeholder {
    padding: 22px;
    border: 1.5px dashed #cbd5e1;
    border-radius: 16px;
    background: #fff;
    text-align: center;
}

.morasalat-post-placeholder p {
    margin: 10px 0 0;
    color: var(--text-muted);
}

.morasalat-post-content {
    color: inherit;
}

.morasalat-post-title {
    margin: 0 0 16px;
    font-family: "Tajawal", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 900;
}

.morasalat-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.morasalat-post-thumb {
    margin-bottom: 24px;
}

.morasalat-post-thumb img,
.morasalat-post-body img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.morasalat-post-body>*:first-child {
    margin-top: 0;
}

.morasalat-t1-stats-strip {
    position: relative;
    overflow: hidden;
    padding: 64px 5%;
    background: var(--ink);
}

.morasalat-t1-stats-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(34, 211, 238, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(34, 211, 238, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
}

.morasalat-t1-stats-inner,
.morasalat-t1-cta-box {
    position: relative;
    z-index: 1;
}

.morasalat-t1-stats-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.morasalat-t1-stats-header {
    margin-bottom: 40px;
    text-align: center;
}

.morasalat-t1-stats-header h2,
.morasalat-t1-stat-box-label,
.morasalat-t1-footer-col-title {
    color: #fff;
}

.morasalat-t1-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.morasalat-t1-stat-box {
    padding: 28px 20px;
    border-radius: 14px;
    text-align: center;
    background: rgba(34, 211, 238, 0.04);
    border: 1px solid rgba(34, 211, 238, 0.12);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.morasalat-t1-stat-box:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 211, 238, 0.3);
    background: rgba(34, 211, 238, 0.1);
}

.morasalat-t1-stat-box-num {
    display: inline-flex;
    align-items: flex-end;
    gap: 3px;
    font-family: "Tajawal", sans-serif;
    font-size: 2.6rem;
    font-weight: 900;
    background: linear-gradient(135deg, var(--electric), #86efac);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.morasalat-t1-stat-box-unit {
    font-size: 1.3rem;
}

.morasalat-t1-stat-box-sub,
.morasalat-t1-footer-desc,
.morasalat-t1-footer-brand-sub,
.morasalat-t1-footer-copy {
    color: #71717a;
}

.morasalat-t1-cta-section {
    padding: 72px 5%;
    background: var(--zinc-50);
}

.morasalat-t1-cta-box {
    max-width: 820px;
    margin: 0 auto;
    padding: 52px 44px;
    overflow: hidden;
    border-radius: 22px;
    border: 1.5px solid var(--zinc-200);
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.morasalat-t1-cta-box-icon {
    font-size: 2.8rem;
    margin-bottom: 16px;
}

.morasalat-t1-cta-box h2 {
    color: var(--text-dark);
    font-size: clamp(1.4rem, 2.8vw, 1.9rem);
}

.morasalat-t1-cta-box>p {
    max-width: 620px;
    margin-inline: auto;
    color: var(--text-body);
}

.morasalat-t1-cta-buttons {
    justify-content: center;
    margin-bottom: 20px;
}

.morasalat-t1-cta-trust {
    justify-content: center;
    gap: 14px;
    color: var(--text-muted);
    font-size: 0.84rem;
}

.morasalat-t1-footer {
    padding: 56px 5% 28px;
    background: var(--ink);
}

.morasalat-t1-footer-inner {
    max-width: 1200px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 44px;
}

.morasalat-t1-footer-brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.morasalat-t1-footer-brand-sub {
    font-size: 0.76rem;
}

.morasalat-t1-footer-links li {
    margin-bottom: 9px;
}

.morasalat-t1-footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 22px;
    border-top: 1px solid var(--ink-3);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.morasalat-t1-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.morasalat-t1-footer-badge {
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(34, 211, 238, 0.06);
    border: 1px solid rgba(34, 211, 238, 0.12);
    color: var(--electric-dark);
    font-size: 0.76rem;
}

@media (max-width: 1024px) {
    .morasalat-t1-shell-layout,
    .morasalat-t1-stats-grid,
    .morasalat-t1-footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .morasalat-t1-shell-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .morasalat-t1-nav {
        flex-wrap: wrap;
    }
    .morasalat-t1-nav-links,
    .morasalat-t1-nav-cta {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }
    .morasalat-t1-nav-wrap.is-open .morasalat-t1-nav-links,
    .morasalat-t1-nav-wrap.is-open .morasalat-t1-nav-cta {
        display: flex;
    }
    .morasalat-t1-hamburger {
        display: flex;
        margin-inline-start: auto;
    }
    .morasalat-t1-hero {
        padding-top: 90px;
    }
    .morasalat-t1-terminal-window {
        display: none;
    }
    .morasalat-t1-stats-grid,
    .morasalat-t1-footer-inner {
        grid-template-columns: 1fr;
    }
    .morasalat-t1-cta-box {
        padding: 36px 22px;
    }
}


/* Template One - Article Shell */

.morasalat-t1-shell {
    --orange: #e8b84b;
    --orange-mid: #f7d98a;
    --orange-light: #ffe6a6;
    --orange-bright: #ffe8b8;
    --orange-bg: #fffbec;
    --orange-border: #f3dfb0;
    --cobalt: #1a6fa8;
    --cobalt-mid: #3a9fd4;
    --cobalt-light: #7ecef5;
    --cobalt-bg: #e8f7ff;
    --cobalt-border: #c9e9f8;
    --charcoal: #0d2d4a;
    --charcoal-mid: #1a4f78;
    --charcoal-light: #2a5a7a;
    --gray-border: #e2e8f0;
    --text-dark: #0d2d4a;
    --text-body: #2a5a7a;
    --warm-white: #fffdf9;
    --morasalat-global-icon-size: 20px;
    --morasalat-display-icon-size: var(--morasalat-global-icon-size);
    --morasalat-button-icon-size: var(--morasalat-global-icon-size);
    --morasalat-sidebar-icon-size: var(--morasalat-display-icon-size);
    --morasalat-sidebar-icon-box-size: 54px;
    --morasalat-cta-icon-size: 24px;
    --morasalat-cta-icon-box-size: 72px;
    position: relative;
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
    direction: rtl;
    overflow: visible;
    overflow-x: clip;
    background: #fff;
    color: var(--text-dark);
    font-family: "Cairo", sans-serif;
}

.morasalat-single-post-template,
.morasalat-template-preview {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.morasalat-single-post-template .elementor,
.morasalat-template-preview .elementor,
.morasalat-single-post-template .elementor-section,
.morasalat-template-preview .elementor-section,
.morasalat-single-post-template .elementor-container,
.morasalat-template-preview .elementor-container {
    max-width: none !important;
}

.morasalat-t1-shell *,
.morasalat-t1-shell *::before,
.morasalat-t1-shell *::after {
    box-sizing: border-box;
}

.morasalat-t1-shell a {
    text-decoration: none;
}

.morasalat-t1-progress-bar {
    position: fixed;
    top: 86px !important;
    right: 0;
    left: 0;
    z-index: 999;
    height: 3px;
    background: rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 782px) {
    .admin-bar .morasalat-t1-progress-bar {
        top: 116px;
    }
}

.morasalat-t1-progress-fill {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #3a9fd4, #7ecef5, #e8b84b, #3a9fd4, #7ecef5);
    background-size: 400%;
    animation: morasalat-dual-bar 5s linear infinite;
    transition: width 0.1s;
}

.morasalat-t1-shell .article-hero {
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 120px 5% 80px;
    overflow: hidden;
    background: linear-gradient(160deg, #e0f4ff 0%, #c2e8f8 40%, #a0d4f0 100%);
}

.morasalat-t1-shell .hero-grid,
.morasalat-t1-shell .hero-orb-o,
.morasalat-t1-shell .hero-orb-c,
.morasalat-t1-shell .hero-arrows {
    position: absolute;
    pointer-events: none;
}

.morasalat-t1-shell .hero-grid {
    inset: 0;
    background-image: linear-gradient(rgba(234, 88, 12, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(29, 78, 216, 0.04) 1px, transparent 1px);
    background-size: 55px 55px;
}

.morasalat-t1-shell .hero-orb-o {
    top: -80px;
    right: -60px;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(234, 88, 12, 0.14), transparent 70%);
}

.morasalat-t1-shell .hero-orb-c {
    bottom: -80px;
    left: -60px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(29, 78, 216, 0.12), transparent 70%);
}

.morasalat-t1-shell .hero-arrows {
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 14px;
    opacity: 0.1;
}

.morasalat-t1-shell .ha-out,
.morasalat-t1-shell .ha-in {
    font-size: 2.5rem;
}

.morasalat-t1-shell .ha-out {
    color: var(--orange);
    animation: morasalat-arrow-out 2s ease-in-out infinite;
}

.morasalat-t1-shell .ha-in {
    color: var(--cobalt-light);
    animation: morasalat-arrow-in 2s ease-in-out infinite 1s;
}

.morasalat-t1-shell .ha-sep {
    width: 2px;
    height: 30px;
    margin: 0 auto;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--orange), var(--cobalt-light));
}

.morasalat-t1-shell .article-hero-inner,
.morasalat-t1-shell .stats-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.morasalat-t1-shell .article-hero-inner {
    max-width: 880px;
    text-align: center;
}

.morasalat-t1-shell .article-breadcrumb,
.morasalat-t1-shell .hero-dual-pills,
.morasalat-t1-shell .article-meta,
.morasalat-t1-shell .article-hero-btns,
.morasalat-t1-shell .toc-grid,
.morasalat-t1-shell .cta-buttons,
.morasalat-t1-shell .cta-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.morasalat-t1-shell .article-breadcrumb {
    gap: 8px;
    margin-bottom: 24px;
    font-size: 0.82rem;
    color: rgba(13, 45, 74, 0.45);
}

.morasalat-t1-shell .article-breadcrumb a {
    color: var(--cobalt);
}

.morasalat-t1-shell .article-breadcrumb span {
    color: rgba(13, 45, 74, 0.25);
}

.morasalat-t1-shell .article-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    padding: 6px 22px;
    border: 1px solid rgba(58, 159, 212, 0.32);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.7);
    color: var(--cobalt);
    font-size: 0.82rem;
    font-weight: 700;
}

.morasalat-t1-shell .badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--orange);
    animation: morasalat-pulse 2s infinite;
}

.morasalat-t1-shell .article-title {
    margin: 0 0 24px;
    color: var(--text-dark);
    font-family: "Tajawal", sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.3rem);
    font-weight: 900;
    line-height: 1.2;
}

.morasalat-t1-shell .article-title .or {
    color: var(--orange-light);
}

.morasalat-t1-shell .article-title .co {
    color: #93c5fd;
}

.morasalat-t1-shell .hero-dual-pills {
    gap: 12px;
    margin-bottom: 28px;
}

.morasalat-t1-shell .hdp-gov,
.morasalat-t1-shell .hdp-priv {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
}

.morasalat-t1-shell .hdp-gov {
    border: 1px solid rgba(29, 78, 216, 0.35);
    background: rgba(29, 78, 216, 0.15);
    color: #93c5fd;
}

.morasalat-t1-shell .hdp-sep {
    color: rgba(255, 255, 255, 0.2);
    font-size: 1.4rem;
}

.morasalat-t1-shell .hdp-priv {
    border: 1px solid rgba(234, 88, 12, 0.35);
    background: rgba(234, 88, 12, 0.15);
    color: var(--orange-bright);
}

.morasalat-t1-shell .article-subtitle {
    max-width: min(100%, var(--morasalat-subtitle-max-width, 820px));
    margin: 0 auto 36px;
    color: var(--text-body);
    font-size: clamp(1rem, 1.1vw, 1.08rem);
    line-height: 1.95;
    text-wrap: pretty;
}

.morasalat-t1-shell .article-meta {
    gap: 20px;
    margin-bottom: 36px;
    color: rgba(13, 45, 74, 0.7);
    font-size: 0.82rem;
}

.morasalat-t1-shell .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.morasalat-t1-shell .meta-divider {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(13, 45, 74, 0.22);
}

.morasalat-t1-shell .morasalat-display-icon,
.morasalat-t1-shell .morasalat-button-icon {
    --morasalat-icon-size: var(--morasalat-global-icon-size, 20px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--morasalat-icon-size);
    height: var(--morasalat-icon-size);
    max-width: var(--morasalat-icon-size);
    max-height: var(--morasalat-icon-size);
    line-height: 1;
    flex-shrink: 0;
    overflow: hidden;
}

.morasalat-t1-shell .morasalat-display-icon {
    --morasalat-icon-size: var(--morasalat-display-icon-size, var(--morasalat-global-icon-size, 20px));
}

.morasalat-t1-shell .morasalat-button-icon {
    --morasalat-icon-size: var(--morasalat-button-icon-size, var(--morasalat-global-icon-size, 20px));
}

.morasalat-t1-shell .morasalat-display-icon svg,
.morasalat-t1-shell .morasalat-display-icon img,
.morasalat-t1-shell .morasalat-button-icon svg {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    display: block;
    object-fit: contain;
}

.morasalat-t1-shell .morasalat-button-icon img,
.morasalat-t1-shell .morasalat-display-icon i,
.morasalat-t1-shell .morasalat-button-icon i {
    width: 100% !important;
    height: 100% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
    line-height: 1;
}

.morasalat-t1-shell .morasalat-display-icon:not(.morasalat-text-icon),
.morasalat-t1-shell .morasalat-button-icon:not(.morasalat-text-icon) {
    color: #fff;
    font-size: var(--morasalat-icon-size);
}

.morasalat-t1-shell .morasalat-display-icon:not(.morasalat-text-icon) svg,
.morasalat-t1-shell .morasalat-display-icon:not(.morasalat-text-icon) svg *,
.morasalat-t1-shell .morasalat-button-icon:not(.morasalat-text-icon) svg,
.morasalat-t1-shell .morasalat-button-icon:not(.morasalat-text-icon) svg * {
    fill: currentColor !important;
    stroke: currentColor !important;
}

.morasalat-t1-shell .morasalat-button-icon {
    font-size: var(--morasalat-icon-size);
}

.morasalat-t1-shell .morasalat-button-icon svg {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.morasalat-t1-shell .morasalat-button-label {
    display: inline-block;
}

.morasalat-t1-shell .article-hero-btns,
.morasalat-t1-shell .toc-grid,
.morasalat-t1-shell .cta-buttons,
.morasalat-t1-shell .cta-trust {
    gap: 14px;
}

.morasalat-t1-shell .btn-primary,
.morasalat-t1-shell .btn-secondary,
.morasalat-t1-shell .btn-sidebar,
.morasalat-t1-shell .btn-sidebar-outline,
.morasalat-t1-shell .cta-btn-o,
.morasalat-t1-shell .cta-btn-c {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.morasalat-t1-shell .btn-primary:hover,
.morasalat-t1-shell .btn-secondary:hover,
.morasalat-t1-shell .btn-sidebar:hover,
.morasalat-t1-shell .btn-sidebar-outline:hover,
.morasalat-t1-shell .cta-btn-o:hover,
.morasalat-t1-shell .cta-btn-c:hover {
    transform: translateY(-2px);
}

.morasalat-t1-shell .btn-primary,
.morasalat-t1-shell .btn-secondary {
    padding: 14px 32px;
    font-size: 1rem;
}

.morasalat-t1-shell .btn-primary,
.morasalat-t1-shell .cta-btn-o {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--orange), var(--orange-mid));
    box-shadow: 0 4px 28px rgba(26, 111, 168, 0.25);
}

.morasalat-t1-shell .btn-secondary,
.morasalat-t1-shell .cta-btn-c {
    color: var(--cobalt);
    border: 1.5px solid rgba(58, 159, 212, 0.4);
    background: rgba(255, 255, 255, 0.75);
}

.morasalat-t1-shell .dual-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.morasalat-t1-shell .ds-gov,
.morasalat-t1-shell .ds-priv {
    padding: 16px 5%;
    text-align: center;
}

.morasalat-t1-shell .ds-gov {
    background: linear-gradient(135deg, var(--cobalt), var(--cobalt-mid));
}

.morasalat-t1-shell .ds-priv {
    background: linear-gradient(135deg, var(--orange), var(--orange-mid));
}

.morasalat-t1-shell .ds-title {
    margin-bottom: 4px;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
}

.morasalat-t1-shell .ds-sub {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
}

.morasalat-t1-shell .toc-wrapper,
.morasalat-t1-shell .article-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 5%;
    padding-left: 5%;
}

.morasalat-t1-shell .toc-wrapper {
    padding-bottom: 60px;
}

.morasalat-t1-shell .toc-bar {
    position: relative;
    z-index: 3;
    padding: 24px 28px;
    border: 1px solid var(--orange-border);
    border-top: 3px solid var(--orange);
    border-radius: 0 0 14px 14px;
    background: var(--orange-bg);
}

.morasalat-t1-shell .toc-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--orange);
    font-size: 0.88rem;
    font-weight: 700;
}

.morasalat-t1-shell .toc-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid var(--orange-border);
    border-radius: 8px;
    background: #fff;
    color: var(--text-body);
    font-size: 0.82rem;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.morasalat-t1-shell .toc-item.toc-subitem {
    padding-inline-end: 18px;
    border-style: dashed;
    opacity: 0.86;
}

.morasalat-t1-shell .toc-item:hover {
    border-color: var(--orange);
    background: var(--orange-bg);
    color: var(--orange);
}

.morasalat-t1-shell .toc-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--orange), var(--cobalt));
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
}

.morasalat-t1-shell .article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 60px;
    align-items: start;
    padding-bottom: 80px;
}

.morasalat-t1-shell .article-body {
    min-width: 0;
}

.morasalat-t1-shell .morasalat-t1-slot-placeholder {
    min-height: 320px;
    display: grid;
    place-items: center;
    padding: 36px 28px;
    border: 1.5px dashed var(--orange-border);
    border-radius: 18px;
    background: linear-gradient(135deg, #fff, var(--orange-bg));
    text-align: center;
}

.morasalat-t1-shell .morasalat-t1-slot-placeholder strong {
    display: block;
    margin-bottom: 10px;
    color: var(--text-dark);
    font-family: "Tajawal", sans-serif;
    font-size: 1.15rem;
    font-weight: 900;
}

.morasalat-t1-shell .morasalat-t1-slot-placeholder p {
    margin: 0;
    max-width: 620px;
    color: var(--text-body);
    line-height: 1.9;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content {
    color: var(--text-dark);
}

.morasalat-t1-shell .morasalat-t1-dynamic-content>*:first-child {
    margin-top: 0;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content p,
.morasalat-t1-shell .article-text {
    margin: 0 0 18px;
    color: var(--text-body);
    font-size: 1.02rem;
    line-height: 1.95;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content h2,
.morasalat-t1-shell .morasalat-t1-dynamic-content h3,
.morasalat-t1-shell .section-title {
    margin: 0 0 20px;
    color: var(--text-dark);
    font-family: "Tajawal", sans-serif;
    font-weight: 900;
    line-height: 1.35;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content h2,
.morasalat-t1-shell .section-title {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
}

.morasalat-t1-shell .morasalat-t1-dynamic-content h3 {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.morasalat-t1-shell .morasalat-t1-dynamic-content ul,
.morasalat-t1-shell .morasalat-t1-dynamic-content ol {
    margin: 0 0 18px;
    padding-right: 1.3rem;
    color: var(--text-body);
    line-height: 1.9;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content blockquote {
    margin: 28px 0;
    padding: 20px 24px;
    border-right: 4px solid var(--orange);
    border-radius: 14px;
    background: var(--orange-bg);
    color: var(--text-dark);
}

.morasalat-t1-shell .article-section {
    margin-bottom: 72px;
    scroll-margin-top: 90px;
}

.morasalat-t1-shell .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 5px 14px;
    border: 1px solid rgba(234, 88, 12, 0.2);
    border-radius: 50px;
    background: rgba(234, 88, 12, 0.08);
    color: var(--orange);
    font-size: 0.82rem;
    font-weight: 600;
}

.morasalat-t1-shell .section-title .acc {
    color: var(--orange);
}

.morasalat-t1-shell .section-title .bacc {
    color: var(--cobalt);
}

.morasalat-t1-shell .article-text strong,
.morasalat-t1-shell .morasalat-t1-dynamic-content strong {
    color: var(--text-dark);
}

.morasalat-t1-shell .intro-insight,
.morasalat-t1-shell .flow-diagram,
.morasalat-t1-shell .case-study,
.morasalat-t1-shell .sidebar-cta,
.morasalat-t1-shell .sidebar-stats,
.morasalat-t1-shell .cta-box,
.morasalat-t1-shell .stats-strip {
    position: relative;
    overflow: hidden;
}

.morasalat-t1-shell .intro-insight {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin: 32px 0;
    padding: 28px 32px;
    border: 1px solid rgba(234, 88, 12, 0.25);
    border-right: 5px solid var(--orange);
    border-radius: 14px;
    background: linear-gradient(135deg, var(--charcoal), var(--charcoal-mid));
}

.morasalat-t1-shell .intro-insight::before,
.morasalat-t1-shell .flow-diagram::before,
.morasalat-t1-shell .sidebar-cta::before,
.morasalat-t1-shell .stats-strip::before,
.morasalat-t1-shell .cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(234, 88, 12, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(29, 78, 216, 0.03) 1px, transparent 1px);
    background-size: 30px 30px;
}

.morasalat-t1-shell .ii-icon,
.morasalat-t1-shell .ii-content,
.morasalat-t1-shell .fd-inner,
.morasalat-t1-shell .sc-in,
.morasalat-t1-shell .stats-inner,
.morasalat-t1-shell .cta-in {
    position: relative;
    z-index: 1;
}

.morasalat-t1-shell .ii-icon {
    flex-shrink: 0;
    font-size: 2.2rem;
}

.morasalat-t1-shell .ii-label {
    margin-bottom: 8px;
    color: var(--orange-bright);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.morasalat-t1-shell .ii-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.98rem;
    line-height: 1.85;
}

.morasalat-t1-shell .ii-text strong {
    color: var(--orange-bright);
}

.morasalat-t1-shell .flow-diagram {
    margin: 32px 0;
    padding: 36px;
    border: 1px solid rgba(234, 88, 12, 0.2);
    border-radius: 20px;
    background: linear-gradient(160deg, var(--charcoal), var(--charcoal-mid));
}

.morasalat-t1-shell .flow-diagram::before {
    background-size: 40px 40px;
}

.morasalat-t1-shell .fd-title {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.morasalat-t1-shell .fd-two-tracks {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    align-items: center;
}

.morasalat-t1-shell .fd-track-title {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.morasalat-t1-shell .fdt-out {
    border: 1px solid rgba(234, 88, 12, 0.35);
    background: rgba(234, 88, 12, 0.2);
    color: var(--orange-bright);
}

.morasalat-t1-shell .fdt-in {
    border: 1px solid rgba(29, 78, 216, 0.35);
    background: rgba(29, 78, 216, 0.2);
    color: #93c5fd;
}

.morasalat-t1-shell .fd-steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.morasalat-t1-shell .fd-step {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    transition: background 0.2s ease;
}

.morasalat-t1-shell .fd-step:hover {
    background: rgba(255, 255, 255, 0.09);
}

.morasalat-t1-shell .fd-step-text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.82rem;
    line-height: 1.5;
}

.morasalat-t1-shell .fd-step-num {
    font-family: "Tajawal", sans-serif;
    font-size: 0.85rem;
    font-weight: 900;
}

.morasalat-t1-shell .fd-out-num {
    color: var(--orange-light);
}

.morasalat-t1-shell .fd-in-num {
    color: #93c5fd;
}

.morasalat-t1-shell .fd-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
}

.morasalat-t1-shell .fd-div-line {
    width: 2px;
    height: 40px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--orange), var(--cobalt-light));
}

.morasalat-t1-shell .fd-div-arrow-o,
.morasalat-t1-shell .fd-div-arrow-c {
    font-size: 1.4rem;
}

.morasalat-t1-shell .fd-div-arrow-o {
    color: var(--orange);
}

.morasalat-t1-shell .fd-div-arrow-c {
    color: var(--cobalt-light);
}

.morasalat-t1-shell .features-grid,
.morasalat-t1-shell .sector-comp,
.morasalat-t1-shell .numbers-process,
.morasalat-t1-shell .tips-grid,
.morasalat-t1-shell .stats-grid-4,
.morasalat-t1-shell .cs-results {
    display: grid;
}

.morasalat-t1-shell .features-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0;
}

.morasalat-t1-shell .feat-card,
.morasalat-t1-shell .sec-card {
    opacity: 0;
    transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.morasalat-t1-shell .feat-card {
    position: relative;
    overflow: hidden;
    padding: 24px 20px;
    border: 1.5px solid var(--gray-border);
    border-radius: 16px;
    background: #fff;
    transform: translateY(18px);
}

.morasalat-t1-shell .feat-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.morasalat-t1-shell .feat-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
}

.morasalat-t1-shell .fc-orange::after {
    background: linear-gradient(90deg, var(--orange), var(--orange-mid));
}

.morasalat-t1-shell .fc-blue::after {
    background: linear-gradient(90deg, var(--cobalt), var(--cobalt-light));
}

.morasalat-t1-shell .fc-dual::after {
    background: linear-gradient(90deg, var(--orange), var(--cobalt));
}

.morasalat-t1-shell .feat-card:hover {
    transform: translateY(-4px) !important;
    border-color: var(--orange-border);
    box-shadow: 0 8px 28px rgba(234, 88, 12, 0.12);
}

.morasalat-t1-shell .fc-icon {
    display: block;
    margin-bottom: 12px;
    font-size: 2rem;
}

.morasalat-t1-shell .fc-title {
    margin-bottom: 8px;
    color: var(--text-dark);
    font-size: 0.94rem;
    font-weight: 800;
}

.morasalat-t1-shell .fc-desc {
    color: var(--text-body);
    font-size: 0.82rem;
    line-height: 1.75;
}

.morasalat-t1-shell .fc-badge {
    display: inline-block;
    margin-top: 10px;
    padding: 3px 10px;
    border: 1px solid var(--orange-border);
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
}

.morasalat-t1-shell .fcb-out {
    background: var(--orange-bg);
    color: var(--orange);
}

.morasalat-t1-shell .fcb-in {
    border-color: var(--cobalt-border);
    background: var(--cobalt-bg);
    color: var(--cobalt);
}

.morasalat-t1-shell .fcb-dual {
    background: linear-gradient(135deg, var(--orange-bg), var(--cobalt-bg));
    color: var(--text-dark);
}

.morasalat-t1-shell .sector-comp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 28px 0;
}

.morasalat-t1-shell .sec-card {
    transform: translateX(20px);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
}

.morasalat-t1-shell .sec-card.visible {
    opacity: 1;
    transform: translateX(0);
}

.morasalat-t1-shell .sec-card:hover {
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.12);
}

.morasalat-t1-shell .sec-header {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 26px;
}

.morasalat-t1-shell .sec-header::before,
.morasalat-t1-shell .case-study::before {
    content: "";
    position: absolute;
    inset: 0;
}

.morasalat-t1-shell .sec-header::before {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 25px 25px;
}

.morasalat-t1-shell .sh-gov {
    background: linear-gradient(135deg, #1e3a8a, var(--cobalt));
}

.morasalat-t1-shell .sh-priv {
    background: linear-gradient(135deg, #7c2d12, var(--orange));
}

.morasalat-t1-shell .sec-icon-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 1.6rem;
}

.morasalat-t1-shell .sec-header-text {
    position: relative;
    z-index: 1;
}

.morasalat-t1-shell .sec-type {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.morasalat-t1-shell .sec-name {
    color: #fff;
    font-family: "Tajawal", sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
}

.morasalat-t1-shell .sec-body {
    padding: 22px 26px;
    border: 1px solid var(--gray-border);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background: #fff;
}

.morasalat-t1-shell .sec-need {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--text-dark);
    font-size: 0.9rem;
    font-weight: 700;
}

.morasalat-t1-shell .sec-need-tag {
    padding: 2px 8px;
    border: 1px solid;
    border-radius: 50px;
    font-size: 0.68rem;
    font-weight: 800;
}

.morasalat-t1-shell .snt-gov {
    border-color: var(--cobalt-border);
    background: var(--cobalt-bg);
    color: var(--cobalt);
}

.morasalat-t1-shell .snt-priv {
    border-color: var(--orange-border);
    background: var(--orange-bg);
    color: var(--orange);
}

.morasalat-t1-shell .sec-items,
.morasalat-t1-shell .checklist,
.morasalat-t1-shell .faq-list {
    display: flex;
    flex-direction: column;
}

.morasalat-t1-shell .sec-items,
.morasalat-t1-shell .checklist {
    gap: 10px;
}

.morasalat-t1-shell .sec-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text-body);
    font-size: 0.84rem;
    line-height: 1.6;
}

.morasalat-t1-shell .si-gov-dot,
.morasalat-t1-shell .si-priv-dot {
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    margin-top: 7px;
    border-radius: 50%;
}

.morasalat-t1-shell .si-gov-dot {
    background: var(--cobalt);
}

.morasalat-t1-shell .si-priv-dot {
    background: var(--orange);
}

.morasalat-t1-shell .numbers-process,
.morasalat-t1-shell .tips-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0;
}

.morasalat-t1-shell .np-card,
.morasalat-t1-shell .tip-card,
.morasalat-t1-shell .check-item {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.morasalat-t1-shell .np-card {
    display: flex;
    gap: 14px;
    padding: 22px 20px;
    border: 1.5px solid var(--gray-border);
    border-radius: 14px;
    background: #fff;
}

.morasalat-t1-shell .np-card:hover {
    border-color: var(--orange-border);
    box-shadow: 0 6px 22px rgba(234, 88, 12, 0.1);
}

.morasalat-t1-shell .np-num {
    flex-shrink: 0;
    font-family: "Tajawal", sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
}

.morasalat-t1-shell .np-out .np-num {
    color: var(--orange);
}

.morasalat-t1-shell .np-in .np-num {
    color: var(--cobalt);
}

.morasalat-t1-shell .np-title,
.morasalat-t1-shell .tip-title,
.morasalat-t1-shell .ci-title {
    margin-bottom: 5px;
    font-weight: 800;
}

.morasalat-t1-shell .np-title {
    color: var(--text-dark);
    font-size: 0.92rem;
}

.morasalat-t1-shell .np-desc,
.morasalat-t1-shell .ci-desc {
    color: var(--text-body);
    font-size: 0.82rem;
    line-height: 1.7;
}

.morasalat-t1-shell .tip-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 20px 22px;
    border: 1.5px solid;
    border-radius: 14px;
}

.morasalat-t1-shell .tip-card:hover {
    transform: translateX(-3px);
}

.morasalat-t1-shell .out-tip {
    border-color: var(--orange-border);
    background: var(--orange-bg);
}

.morasalat-t1-shell .in-tip {
    border-color: var(--cobalt-border);
    background: var(--cobalt-bg);
}

.morasalat-t1-shell .tip-icon {
    flex-shrink: 0;
    font-size: 1.6rem;
}

.morasalat-t1-shell .out-tip .tip-title {
    color: var(--orange);
}

.morasalat-t1-shell .in-tip .tip-title {
    color: var(--cobalt);
}

.morasalat-t1-shell .out-tip .tip-desc {
    color: #7c2d12;
}

.morasalat-t1-shell .in-tip .tip-desc {
    color: #1e3a8a;
}

.morasalat-t1-shell .tip-desc {
    font-size: 0.82rem;
    line-height: 1.7;
}

.morasalat-t1-shell .comp-table {
    margin: 32px 0;
    overflow: hidden;
    border: 1px solid var(--gray-border);
    border-radius: 14px;
}

.morasalat-t1-shell .ct-head,
.morasalat-t1-shell .ct-row {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
}

.morasalat-t1-shell .ct-head {
    background: linear-gradient(135deg, var(--orange), var(--cobalt));
}

.morasalat-t1-shell .cth,
.morasalat-t1-shell .ctd {
    padding: 13px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.morasalat-t1-shell .cth {
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
}

.morasalat-t1-shell .cth.first {
    justify-content: flex-start;
    background: rgba(0, 0, 0, 0.15);
}

.morasalat-t1-shell .ct-row {
    border-bottom: 1px solid var(--gray-border);
}

.morasalat-t1-shell .ct-row:last-child {
    border-bottom: 0;
}

.morasalat-t1-shell .ct-row:nth-child(even) {
    background: var(--orange-bg);
}

.morasalat-t1-shell .ctd {
    color: var(--text-body);
    font-size: 0.83rem;
}

.morasalat-t1-shell .ctd.label {
    justify-content: flex-start;
    color: var(--text-dark);
    font-weight: 600;
}

.morasalat-t1-shell .yes {
    color: #15803d;
    font-weight: 700;
}

.morasalat-t1-shell .no {
    color: #dc2626;
    font-weight: 700;
}

.morasalat-t1-shell .part {
    color: #d97706;
    font-size: 0.79rem;
    font-weight: 600;
}

.morasalat-t1-shell .best {
    color: var(--orange);
    font-weight: 800;
}

.morasalat-t1-shell .case-study {
    margin: 36px 0;
    padding: 38px;
    border: 1px solid rgba(234, 88, 12, 0.22);
    border-radius: 18px;
    background: linear-gradient(160deg, var(--charcoal), var(--charcoal-light));
}

.morasalat-t1-shell .case-study::before {
    content: "«";
    top: -20px;
    left: 20px;
    color: rgba(234, 88, 12, 0.06);
    font-family: "Tajawal", serif;
    font-size: 12rem;
    line-height: 1;
}

.morasalat-t1-shell .cs-inner {
    position: relative;
    z-index: 1;
}

.morasalat-t1-shell .cs-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 4px 14px;
    border: 1px solid rgba(234, 88, 12, 0.3);
    border-radius: 50px;
    background: rgba(234, 88, 12, 0.15);
    color: var(--orange-bright);
    font-size: 0.78rem;
    font-weight: 700;
}

.morasalat-t1-shell .case-study h3 {
    margin: 0 0 12px;
    color: #fff;
    font-family: "Tajawal", sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
}

.morasalat-t1-shell .case-study p {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    line-height: 1.85;
}

.morasalat-t1-shell .cs-results {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.morasalat-t1-shell .csr-item {
    padding: 16px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    text-align: center;
}

.morasalat-t1-shell .csr-num {
    display: block;
    color: var(--orange-bright);
    font-family: "Tajawal", sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
}

.morasalat-t1-shell .csr-label {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.72rem;
    line-height: 1.4;
}

.morasalat-t1-shell .check-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px 18px;
    border: 1px solid var(--orange-border);
    border-radius: 10px;
    background: var(--warm-white);
}

.morasalat-t1-shell .check-item:hover {
    border-color: var(--orange);
    background: var(--orange-bg);
}

.morasalat-t1-shell .ci-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 1px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--orange), var(--cobalt));
    color: #fff;
    font-size: 12px;
}

.morasalat-t1-shell .ci-title {
    color: var(--text-dark);
    font-size: 0.93rem;
}

.morasalat-t1-shell .faq-list {
    gap: 12px;
    margin: 28px 0;
}

.morasalat-t1-shell .faq-item {
    overflow: hidden;
    border: 1px solid var(--orange-border);
    border-radius: 12px;
    background: var(--orange-bg);
}

.morasalat-t1-shell .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 20px 24px;
    cursor: pointer;
    color: var(--text-dark);
    font-size: 0.97rem;
    font-weight: 700;
    transition: color 0.25s ease;
}

.morasalat-t1-shell .faq-question:hover {
    color: var(--orange);
}

.morasalat-t1-shell .faq-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border: 1px solid var(--orange-border);
    border-radius: 8px;
    background: #fff;
    color: var(--orange);
    font-size: 12px;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.morasalat-t1-shell .faq-item.open .faq-arrow {
    transform: rotate(180deg);
    background: var(--orange);
    color: #fff;
}

.morasalat-t1-shell .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.morasalat-t1-shell .faq-item.open .faq-answer {
    max-height: 320px;
}

.morasalat-t1-shell .faq-answer-inner {
    padding: 16px 24px 22px;
    border-top: 1px solid var(--orange-border);
    background: #fff;
    color: var(--text-body);
    font-size: 0.9rem;
    line-height: 1.85;
}

.morasalat-t1-shell .article-sidebar {
    position: sticky;
    top: 90px;
    align-self: start;
}

.morasalat-t1-shell .sidebar-cta,
.morasalat-t1-shell .sidebar-duality,
.morasalat-t1-shell .sidebar-stats {
    margin-bottom: 20px;
    border-radius: 16px;
}

.morasalat-t1-shell .sidebar-cta {
    padding: 32px 26px;
    border: 1px solid rgba(58, 159, 212, 0.25);
    background: linear-gradient(145deg, var(--cobalt-mid), var(--cobalt));
    text-align: center;
}

.morasalat-t1-shell .sidebar-cta::before {
    background-size: 22px 22px;
}

.morasalat-t1-shell .sc-icon {
    --morasalat-icon-size: var(--morasalat-sidebar-icon-size, var(--morasalat-display-icon-size, var(--morasalat-global-icon-size, 20px)));
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--morasalat-sidebar-icon-box-size, 54px);
    height: var(--morasalat-sidebar-icon-box-size, 54px);
    margin: 0 auto 14px;
    border-radius: 14px;
    background: rgba(234, 88, 12, 0.18);
    font-size: var(--morasalat-icon-size);
    overflow: hidden;
}

.morasalat-t1-shell .sc-icon .morasalat-display-icon {
    --morasalat-icon-size: var(--morasalat-sidebar-icon-size, var(--morasalat-display-icon-size, var(--morasalat-global-icon-size, 20px)));
}

.morasalat-t1-shell .sidebar-cta h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.morasalat-t1-shell .sidebar-cta p,
.morasalat-t1-shell .stats-header p,
.morasalat-t1-shell .cta-box p {
    color: rgba(255, 255, 255, 0.62);
}

.morasalat-t1-shell .sidebar-cta p {
    margin: 0 0 20px;
    font-size: 0.81rem;
    line-height: 1.7;
}

.morasalat-t1-shell .btn-sidebar,
.morasalat-t1-shell .btn-sidebar-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 12px 18px;
    text-align: center;
    font-size: 0.87rem;
}

.morasalat-t1-shell .btn-sidebar .morasalat-button-label,
.morasalat-t1-shell .btn-sidebar-outline .morasalat-button-label {
    line-height: 1.45;
}

.morasalat-t1-shell .btn-sidebar {
    margin-bottom: 10px;
    background: linear-gradient(135deg, var(--orange), var(--cobalt));
    color: #fff;
}

.morasalat-t1-shell .btn-sidebar-outline {
    border: 1px solid rgba(234, 88, 12, 0.28);
    background: rgba(255, 255, 255, 0.07);
    color: var(--orange-bright);
}

.morasalat-t1-shell .sidebar-cta .morasalat-display-icon,
.morasalat-t1-shell .sidebar-cta .morasalat-button-icon,
.morasalat-t1-shell .cta-section .morasalat-display-icon,
.morasalat-t1-shell .cta-section .morasalat-button-icon {
    color: #fff !important;
}

.morasalat-t1-shell .sidebar-cta .morasalat-display-icon i,
.morasalat-t1-shell .sidebar-cta .morasalat-button-icon i,
.morasalat-t1-shell .cta-section .morasalat-display-icon i,
.morasalat-t1-shell .cta-section .morasalat-button-icon i {
    color: inherit !important;
}

.morasalat-t1-shell .sidebar-cta .morasalat-display-icon svg *,
.morasalat-t1-shell .sidebar-cta .morasalat-button-icon svg *,
.morasalat-t1-shell .cta-section .morasalat-display-icon svg *,
.morasalat-t1-shell .cta-section .morasalat-button-icon svg * {
    fill: currentColor !important;
    stroke: currentColor !important;
}

.morasalat-t1-shell .sidebar-duality {
    overflow: hidden;
    border: 1px solid var(--orange-border);
    background: #fff;
}

.morasalat-t1-shell .sd-header {
    padding: 16px 20px;
    background: linear-gradient(135deg, var(--orange), var(--cobalt));
}

.morasalat-t1-shell .sd-header h4,
.morasalat-t1-shell .sidebar-stats h4,
.morasalat-t1-shell .stats-header h2,
.morasalat-t1-shell .cta-box h2 {
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.morasalat-t1-shell .sd-content {
    padding: 18px 20px;
}

.morasalat-t1-shell .sd-row,
.morasalat-t1-shell .s-stat {
    display: flex;
    align-items: center;
}

.morasalat-t1-shell .sd-row {
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid var(--orange-border);
}

.morasalat-t1-shell .sd-row:last-child,
.morasalat-t1-shell .s-stat:last-child {
    border-bottom: 0;
}

.morasalat-t1-shell .sd-icon {
    flex-shrink: 0;
    font-size: 1.2rem;
}

.morasalat-t1-shell .sd-type {
    color: var(--text-dark);
    font-size: 0.8rem;
    font-weight: 700;
}

.morasalat-t1-shell .sd-count {
    margin-right: auto;
    font-family: "Tajawal", sans-serif;
    font-size: 1.1rem;
    font-weight: 900;
}

.morasalat-t1-shell .sd-out {
    color: var(--orange);
}

.morasalat-t1-shell .sd-in {
    color: var(--cobalt);
}

.morasalat-t1-shell .sidebar-stats {
    padding: 24px;
    border: 1px solid rgba(58, 159, 212, 0.2);
    background: linear-gradient(135deg, var(--cobalt), var(--charcoal));
}

.morasalat-t1-shell .sidebar-stats h4 {
    margin-bottom: 16px;
    font-size: 0.87rem;
}

.morasalat-t1-shell .s-stat {
    justify-content: space-between;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.morasalat-t1-shell .s-stat-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
}

.morasalat-t1-shell .s-stat-val {
    color: var(--orange-bright);
    font-family: "Tajawal", sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
}

.morasalat-t1-shell .stats-strip {
    padding: 80px 5%;
    background: linear-gradient(135deg, var(--cobalt), var(--charcoal));
}

.morasalat-t1-shell .stats-strip::before {
    background-size: 55px 55px;
}

.morasalat-t1-shell .stats-header {
    margin-bottom: 50px;
    text-align: center;
}

.morasalat-t1-shell .stats-header h2,
.morasalat-t1-shell .cta-box h2 {
    font-family: "Tajawal", sans-serif;
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    font-weight: 900;
}

.morasalat-t1-shell .stats-header p {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.97rem;
}

.morasalat-t1-shell .stats-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.morasalat-t1-shell .stat-box {
    padding: 36px 24px;
    border: 1px solid rgba(234, 88, 12, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.morasalat-t1-shell .stat-box:hover {
    transform: translateY(-4px);
    border-color: rgba(234, 88, 12, 0.35);
    background: rgba(234, 88, 12, 0.1);
}

.morasalat-t1-shell .stat-box-icon {
    display: block;
    margin-bottom: 12px;
    font-size: 2rem;
}

.morasalat-t1-shell .stat-box-num {
    display: block;
    color: #fff;
    font-family: "Tajawal", sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1;
}

.morasalat-t1-shell .stat-box-unit {
    color: var(--orange-bright);
    font-size: 1.2rem;
    font-weight: 700;
}

.morasalat-t1-shell .stat-box-label {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.88rem;
    font-weight: 600;
}

.morasalat-t1-shell .stat-box-sub {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.72rem;
}

.morasalat-t1-shell .cta-section {
    background: #f0f9ff;
    padding: 90px 5%;
    border-top: 1px solid var(--cobalt-border);
}

.morasalat-t1-shell .cta-box {
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(160deg, var(--charcoal), var(--charcoal-light));
    border: 1px solid rgba(58, 159, 212, 0.3);
    border-radius: 24px;
    padding: 60px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.morasalat-t1-shell .cta-box::before {
    background-image: linear-gradient(rgba(234, 88, 12, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(29, 78, 216, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
}

.morasalat-t1-shell .cta-box::after {
    content: none;
}

.morasalat-t1-shell .cta-in {
    position: relative;
    z-index: 1;
}

.morasalat-t1-shell .cta-box-icon {
    --morasalat-icon-size: var(--morasalat-cta-icon-size, var(--morasalat-display-icon-size, var(--morasalat-global-icon-size, 20px)));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--morasalat-cta-icon-box-size, 72px);
    height: var(--morasalat-cta-icon-box-size, 72px);
    font-size: var(--morasalat-icon-size);
    line-height: 1;
    margin: 0 auto 20px;
    overflow: hidden;
}

.morasalat-t1-shell .cta-box-icon .morasalat-display-icon {
    --morasalat-icon-size: var(--morasalat-cta-icon-size, var(--morasalat-display-icon-size, var(--morasalat-global-icon-size, 20px)));
}

.morasalat-t1-shell .cta-box h2 {
    font-family: 'Tajawal', sans-serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 900;
    color: white;
    margin-bottom: 18px;
    line-height: 1.35;
}

.morasalat-t1-shell .cta-box h2 .or {
    color: var(--orange-light);
}

.morasalat-t1-shell .cta-box p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.85;
    margin-bottom: 36px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.morasalat-t1-shell .cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.morasalat-t1-shell .cta-buttons>* {
    width: auto;
}

.morasalat-t1-shell .cta-btn-o,
.morasalat-t1-shell .cta-btn-c {
    padding: 16px 36px;
    border-radius: 10px;
    font-family: 'Cairo', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
}

.morasalat-t1-shell .cta-btn-o {
    background: linear-gradient(135deg, var(--orange), var(--orange-mid));
    border: none;
    color: white;
    box-shadow: 0 4px 28px rgba(234, 88, 12, 0.5);
}

.morasalat-t1-shell .cta-btn-c {
    padding: 16px 36px;
    border-radius: 10px;
    background: rgba(29, 78, 216, 0.2);
    border: 1.5px solid rgba(29, 78, 216, 0.4);
    color: #93c5fd;
}

.morasalat-t1-shell .cta-btn-o:hover {
    box-shadow: 0 8px 36px rgba(234, 88, 12, 0.65);
}

.morasalat-t1-shell .cta-btn-c:hover {
    background: rgba(29, 78, 216, 0.3);
}

.morasalat-t1-shell .cta-trust {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.morasalat-t1-shell .trust-item {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.45);
    display: flex;
    align-items: center;
    gap: 6px;
}

@keyframes morasalat-pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.4);
    }
}

@keyframes morasalat-arrow-out {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(8px);
    }
}

@keyframes morasalat-arrow-in {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-8px);
    }
}

@keyframes morasalat-dual-bar {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 400%;
    }
}

@media (max-width: 900px) {
    .morasalat-t1-shell .article-layout,
    .morasalat-t1-shell .sector-comp,
    .morasalat-t1-shell .tips-grid,
    .morasalat-t1-shell .dual-strip {
        grid-template-columns: 1fr;
    }
    .morasalat-t1-shell .article-sidebar {
        position: static;
    }
    .morasalat-t1-shell .stats-grid-4,
    .morasalat-t1-shell .cs-results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .morasalat-t1-shell .features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .morasalat-t1-shell .cta-box {
        padding: 40px 24px;
    }
}

@media (max-width: 600px) {
    .morasalat-t1-shell .article-hero {
        padding-top: 90px;
    }
    .morasalat-t1-shell .hero-arrows,
    .morasalat-t1-shell .meta-divider {
        display: none;
    }
    .morasalat-t1-shell .features-grid,
    .morasalat-t1-shell .numbers-process,
    .morasalat-t1-shell .stats-grid-4,
    .morasalat-t1-shell .cs-results,
    .morasalat-t1-shell .fd-two-tracks {
        grid-template-columns: 1fr;
    }
    .morasalat-t1-shell .fd-divider {
        display: none;
    }
    .morasalat-t1-shell .ct-head,
    .morasalat-t1-shell .ct-row {
        grid-template-columns: 1.5fr 1fr 1fr;
    }
    .morasalat-t1-shell .ct-head .cth:last-child,
    .morasalat-t1-shell .ct-row .ctd:last-child {
        display: none;
    }
    .morasalat-t1-shell .cta-section {
        padding: 72px 5% 88px;
    }
    .morasalat-t1-shell .cta-box h2 {
        font-size: 1.8rem;
    }
    .morasalat-t1-shell .cta-box-icon {
        width: min(var(--morasalat-cta-icon-box-size, 72px), 50px);
        height: min(var(--morasalat-cta-icon-box-size, 72px), 50px);
        margin-bottom: 20px;
    }
    .morasalat-t1-shell .trust-item {
        font-size: 0.86rem;
    }
}


/* ===== Morasalat TOC ===== */

.morasalat-toc {
    background: #fff;
    border: 1px solid #fed7aa;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 40px;
    direction: rtl;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05)
}

.morasalat-toc .toc-title {
    font-family: 'Cairo', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #ea580c
}

.morasalat-toc .toc-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.morasalat-toc .toc-list li {
    margin-bottom: 8px
}

.morasalat-toc .toc-list li a {
    text-decoration: none;
    color: #1f2937;
    font-family: 'Cairo', sans-serif;
    font-weight: 600
}

.morasalat-toc .toc-h3 {
    padding-right: 15px;
    font-size: .95rem;
    opacity: .85
}


/* Force hide old Morasalat TOC */

.morasalat-toc {
    display: none!important;
}

/* ===== RSVP exact html match overrides ===== */
.morasalat-t1-shell {
    --sky-deep: #1a6fa8;
    --sky-mid: #3a9fd4;
    --sky-light: #7ecef5;
    --sky-pale: #d6f0fb;
    --sky-white: #f0f9ff;
    --gold: #e8b84b;
    --text-dark: #0d2d4a;
    --text-mid: #2a5a7a;
    --text-light: #5a8fa8;
    background: var(--sky-white);
    color: var(--text-dark);
}

#primary.morasalat-single-post-template {
    max-width: none;
    margin: 0;
    padding: 0;
}

.morasalat-t1-shell .article-hero {
    padding: 140px 0 70px;
    background: linear-gradient(160deg, #e0f4ff 0%, #c2e8f8 40%, #a0d4f0 100%);
    position: relative;
    overflow: hidden;
    min-height: auto;
}

.morasalat-t1-shell .article-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(255, 230, 100, 0.18) 0%, transparent 60%);
}

.morasalat-t1-shell .article-hero-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.morasalat-t1-shell .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.65); border: 1px solid rgba(62, 159, 212, 0.3); padding: 7px 16px; border-radius: 50px; font-size: 12px; font-weight: 700; color: var(--sky-deep); margin-bottom: 20px; }
.morasalat-t1-shell .hero-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.morasalat-t1-shell .article-title { font-size: clamp(28px, 4vw, 48px); font-weight: 900; line-height: 1.25; color: var(--text-dark); margin-bottom: 20px; }
.morasalat-t1-shell .article-meta { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 24px; font-size: 13px; color: var(--text-light); font-weight: 600; }
.morasalat-t1-shell .meta-chip { display: inline-flex; align-items: center; gap: 6px; background: rgba(255, 255, 255, 0.7); padding: 5px 12px; border-radius: 50px; border: 1px solid rgba(62, 159, 212, 0.2); }
.morasalat-t1-shell .article-lead { font-size: 17px; color: var(--text-mid); max-width: 680px; margin: 0 auto 30px; line-height: 1.8; }
.morasalat-t1-shell .hero-tags { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 14px; }
.morasalat-t1-shell .tag { background: rgba(26, 111, 168, 0.1); color: var(--sky-deep); padding: 5px 14px; border-radius: 50px; font-size: 12px; font-weight: 700; border: 1px solid rgba(26, 111, 168, 0.15); }
.morasalat-t1-shell .article-hero-btns { margin-top: 10px; gap: 12px; }
.morasalat-t1-shell .btn-primary { background: linear-gradient(135deg, var(--sky-mid), var(--sky-deep)); color: #fff; box-shadow: 0 4px 14px rgba(26, 111, 168, 0.3); border-radius: 50px; padding: 12px 24px; }
.morasalat-t1-shell .btn-secondary { background: #fff; color: var(--sky-deep); border: 1px solid rgba(62, 159, 212, 0.3); border-radius: 50px; padding: 12px 24px; }

.morasalat-t1-shell .wave-down svg { display: block; width: 100%; }

.morasalat-t1-shell .article-layout { max-width: 1200px; margin: 0 auto; padding: 60px 40px; display: grid; grid-template-columns: 1fr 300px; gap: 60px; align-items: start; }
.morasalat-t1-shell .article-body { min-width: 0; }
.morasalat-t1-shell .article-sidebar { position: sticky; top: 90px; }

.morasalat-t1-shell .morasalat-t1-dynamic-content h2 { font-size: 26px; font-weight: 800; color: var(--text-dark); margin: 52px 0 18px; padding-bottom: 12px; border-bottom: 3px solid var(--sky-pale); position: relative; }
.morasalat-t1-shell .morasalat-t1-dynamic-content h2::before { content: ''; position: absolute; bottom: -3px; right: 0; width: 60px; height: 3px; background: linear-gradient(90deg, var(--sky-mid), var(--sky-deep)); border-radius: 2px; }
.morasalat-t1-shell .morasalat-t1-dynamic-content h3 { font-size: 19px; font-weight: 700; color: var(--sky-deep); margin: 32px 0 12px; }
.morasalat-t1-shell .morasalat-t1-dynamic-content p { margin-bottom: 18px; color: var(--text-dark); font-size: 16px; line-height: 1.85; }
.morasalat-t1-shell .morasalat-t1-dynamic-content ul,
.morasalat-t1-shell .morasalat-t1-dynamic-content ol { padding-right: 24px; margin-bottom: 20px; }
.morasalat-t1-shell .morasalat-t1-dynamic-content li { margin-bottom: 10px; color: var(--text-dark); font-size: 16px; }

.morasalat-t1-shell .toc-card { background: #fff; border-radius: 22px; box-shadow: 0 10px 30px rgba(26, 111, 168, 0.16); padding: 24px; border: 1px solid rgba(62, 159, 212, 0.12); margin-bottom: 24px; }
.morasalat-t1-shell .toc-card h4 { font-size: 14px; font-weight: 800; color: var(--sky-deep); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--sky-pale); }
.morasalat-t1-shell .toc-list { list-style: none; padding: 0; margin: 0; }
.morasalat-t1-shell .toc-list li { margin-bottom: 8px; }
.morasalat-t1-shell .toc-list li a { font-size: 14px; color: var(--text-mid); text-decoration: none; font-weight: 600; display: flex; align-items: center; gap: 8px; padding: 6px 8px; border-radius: 8px; }
.morasalat-t1-shell .toc-list li a::before { content: '#'; color: var(--sky-light); font-weight: 900; font-size: 12px; }
.morasalat-t1-shell .toc-list li a:hover { color: var(--sky-deep); background: var(--sky-pale); }

.morasalat-t1-shell .sidebar-cta { background: linear-gradient(135deg, var(--sky-mid), var(--sky-deep)); border-radius: 22px; padding: 24px; text-align: center; color: #fff; border: 0; }
.morasalat-t1-shell .sc-icon { width: 50px; height: 50px; margin: 0 auto 10px; border-radius: 14px; background: rgba(255,255,255,.2); display:flex;align-items:center;justify-content:center; }
.morasalat-t1-shell .sidebar-cta h3 { font-size: 18px; font-weight: 800; margin-bottom: 10px; color: #fff; }
.morasalat-t1-shell .sidebar-cta h4 { font-size: 18px; font-weight: 800; margin-bottom: 10px; color: #fff; }
.morasalat-t1-shell .sidebar-cta p { font-size: 13px; opacity: .9; margin-bottom: 18px; color: rgba(255,255,255,.92); }
.morasalat-t1-shell .btn-sidebar, .morasalat-t1-shell .btn-sidebar-outline { display: block; width: 100%; border-radius: 50px; padding: 12px; text-decoration: none; margin-bottom: 10px; }
.morasalat-t1-shell .btn-sidebar { background: #fff; color: var(--sky-deep); }
.morasalat-t1-shell .btn-sidebar-outline { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.5); }

.morasalat-t1-shell .cta-band {
    background: linear-gradient(135deg, var(--sky-deep) 0%, #0d4d80 100%);
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.morasalat-t1-shell .cta-band::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,230,100,.08) 0%, transparent 70%);
}

.morasalat-t1-shell .cta-band .cta-in {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin: 0 auto;
}

.morasalat-t1-shell .cta-band h2 { font-size: 30px; font-weight: 900; color: #fff; margin-bottom: 12px; }
.morasalat-t1-shell .cta-band p { font-size: 16px; color: var(--sky-light); margin-bottom: 30px; }
.morasalat-t1-shell .cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.morasalat-t1-shell .btn-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--sky-deep);
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0,0,0,.2);
}

.morasalat-t1-shell .btn-white-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,.5);
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.morasalat-t1-shell .related-section {
    max-width: 860px;
    margin: 0 auto 60px;
    padding: 40px;
}

.morasalat-t1-shell .related-section h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--sky-pale);
}

.morasalat-t1-shell .related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.morasalat-t1-shell .related-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(26, 111, 168, 0.10);
    border: 1px solid rgba(62, 159, 212, 0.1);
    transition: transform .2s, box-shadow .2s;
}

.morasalat-t1-shell .related-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(26, 111, 168, 0.16);
}

.morasalat-t1-shell .related-icon {
    font-size: 28px;
    margin-bottom: 10px;
}

.morasalat-t1-shell .related-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.morasalat-t1-shell .related-desc {
    font-size: 13px;
    color: var(--text-light);
}

.morasalat-t1-shell .dual-strip,
.morasalat-t1-shell .sidebar-duality,
.morasalat-t1-shell .sidebar-stats,
.morasalat-t1-shell .article-breadcrumb,
.morasalat-t1-shell .article-badge,
.morasalat-t1-shell .hero-dual-pills {
    display: none !important;
}

@media (max-width: 900px) {
    .morasalat-t1-shell .article-layout { grid-template-columns: 1fr; padding: 40px 20px; }
    .morasalat-t1-shell .article-sidebar { position: static; }
    .morasalat-t1-shell .related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .morasalat-t1-shell .article-hero-inner { padding: 0 20px; }
    .morasalat-t1-shell .stats-grid-4 { grid-template-columns: 1fr; }
}

/* ===== Content-only article compatibility ===== */
.morasalat-t1-shell .morasalat-t1-dynamic-content .highlight-box {
    background: linear-gradient(135deg, var(--sky-pale), #e8f7ff);
    border-right: 4px solid var(--sky-mid);
    border-radius: 14px;
    padding: 20px 22px;
    margin: 28px 0;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .gold-box {
    background: linear-gradient(135deg, #fffbec, #fff8d6);
    border-right: 4px solid var(--gold);
    border-radius: 14px;
    padding: 20px 22px;
    margin: 28px 0;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 32px 0;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .stat-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(26, 111, 168, 0.10);
    border: 1px solid rgba(62, 159, 212, 0.12);
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .stat-num {
    font-size: 38px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--sky-mid), var(--sky-deep));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    margin-bottom: 6px;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .stat-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-mid);
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .step-list {
    list-style: none;
    padding: 0;
    margin: 28px 0;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .step-list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 18px 20px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(26, 111, 168, 0.10);
    border: 1px solid rgba(62, 159, 212, 0.1);
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .step-num {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--sky-mid), var(--sky-deep));
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .step-content strong {
    display: block;
    font-size: 15px;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .step-content span {
    font-size: 14px;
    color: var(--text-mid);
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 28px 0;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(26, 111, 168, 0.10);
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .compare-table th {
    background: linear-gradient(135deg, var(--sky-mid), var(--sky-deep));
    color: #fff;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .compare-table td {
    padding: 13px 18px;
    font-size: 14px;
    border-bottom: 1px solid rgba(62, 159, 212, 0.1);
    background: #fff;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .compare-table tr:nth-child(even) td {
    background: var(--sky-pale);
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .badge-good {
    color: #1d9e75;
    font-weight: 700;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .badge-warn {
    color: #d97706;
    font-weight: 700;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .checklist {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .checklist li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 15px;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .checklist li::before {
    content: '✓';
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--sky-mid), var(--sky-deep));
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .faq-list {
    margin: 28px 0;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .faq-item {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(62, 159, 212, 0.12);
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(26, 111, 168, 0.10);
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .faq-q {
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .faq-a {
    display: none;
    padding: 14px 20px 18px;
    font-size: 15px;
    color: var(--text-mid);
    line-height: 1.75;
    border-top: 1px solid var(--sky-pale);
}

.morasalat-t1-shell .morasalat-t1-dynamic-content .faq-item.open .faq-a {
    display: block;
}

@media (max-width: 900px) {
    .morasalat-t1-shell .morasalat-t1-dynamic-content .stat-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .morasalat-t1-shell .morasalat-t1-dynamic-content .stat-grid {
        grid-template-columns: 1fr;
    }
}
