:root{

--color-primary:#8A1F23;

--color-text:#232323;

--color-light:#F8F7F4;

--color-white:#ffffff;

--color-border:#E7E3DE;

--color-muted:#6D6D6D;

--container-width:1280px;

--radius:18px;

--shadow:
0 8px 30px rgba(0,0,0,.06);

--transition:.35s;

}


@font-face{

font-family:"Estedad";

src:url("../fonts/Estedad-VariableFont_wght.ttf");

font-weight:100 900;

}

@font-face{

font-family:"Vazirmatn";

src:url("../fonts/Vazirmatn-VariableFont_wght.ttf");

font-weight:100 900;

}

body{

font-family:"Vazirmatn",sans-serif;

font-size:18px;

line-height:2;

color:var(--color-text);

background:#faf9f7;

direction:rtl;

text-align:right;

}


h1,h2,h3,h4,h5{

font-family:"Estedad";

font-weight:700;

line-height:1.25;

margin-bottom:1.2rem;

}

p{

margin-bottom:1.5rem;

font-size:1.05rem;

}

a{

color:var(--color-primary);

transition:.3s;

text-decoration:none;

}

a:hover{

opacity:.75;

}


.btn-primary{

background:#8A1F23;

border:none;

border-radius:50px;

padding:

14px 34px;

}

.btn-primary:hover{

background:#75181c;

}

.btn-outline{

border:

1px solid #8A1F23;

background:white;

color:#8A1F23;

border-radius:50px;

}

.section{

padding:

7rem 0;

}

.container-xl{

max-width:

1280px;

}

.editorial-card{

background:white;

border-radius:20px;

padding:2rem;

box-shadow:var(--shadow);

transition:var(--transition);

}

.editorial-card:hover{

transform:translateY(-4px);

}

img{

max-width:100%;

height:auto;

display:block;

}


.image-rounded{

border-radius:18px;

overflow:hidden;

}

.container-header{

background:white;

box-shadow:none;

border-bottom:

1px solid var(--color-border);

}


.footer{

background:#ffffff;

border-top:

1px solid var(--color-border);

padding:

5rem 0;

}



/* ======================================================
   SITE HEADER / NAVIGATION
   ====================================================== */

.site-header {
    position: relative;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid var(--color-border);
}

.site-header-inner {
    min-height: 82px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 3rem;
}

.site-brand {
    flex: 0 0 auto;

    font-family: "Estedad", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;

    line-height: 1.4;

    color: var(--color-text);
    text-decoration: none;

    white-space: nowrap;
}

.site-brand:hover {
    color: var(--color-primary);
    opacity: 1;
}



.site-navigation {
    margin-right: auto;
}

.site-navigation .mod-menu {
    display: flex;

    align-items: center;

    gap: .35rem;

    margin: 0;
    padding: 0;

    list-style: none;
}

.site-navigation .mod-menu > li > a {
    display: block;

    padding: .75rem 1rem;

    border-radius: 10px;

    color: var(--color-text);

    font-size: .95rem;
    font-weight: 500;

    text-decoration: none;

    transition:
        color .25s ease,
        background-color .25s ease;
}

.site-navigation .mod-menu > li > a:hover {
    color: var(--color-primary);

    background: #f7f5f2;

    opacity: 1;
}

.site-navigation .mod-menu > li.current > a,
.site-navigation .mod-menu > li.active > a {
    color: var(--color-primary);

    font-weight: 700;
}


.site-menu-toggle {
    display: none;

    width: 46px;
    height: 46px;

    padding: 10px;

    border: 1px solid var(--color-border);

    border-radius: 10px;

    background: #ffffff;

    cursor: pointer;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 5px;
}

.site-menu-toggle span {
    display: block;

    width: 22px;
    height: 2px;

    background: var(--color-text);

    border-radius: 2px;

    transition:
        transform .25s ease,
        opacity .25s ease;
}


.site-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.site-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.site-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}


@media (max-width: 991.98px) {

    .site-header-inner {
        min-height: 72px;
    }

    .site-brand {
        font-size: 1rem;
    }

    .site-menu-toggle {
        display: flex;
    }

    .site-navigation {
        position: absolute;

        top: 100%;
        right: 0;
        left: 0;

        display: none;

        background: #ffffff;

        border-bottom: 1px solid var(--color-border);

        box-shadow:
            0 12px 30px rgba(0, 0, 0, .06);

        padding: 1rem;
    }

    .site-navigation.is-open {
        display: block;
    }

    .site-navigation .mod-menu {
        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: .25rem;
    }

    .site-navigation .mod-menu > li > a {
        padding: .85rem 1rem;

        border-radius: 8px;
    }

}






/* =========================================================
   USUI — GLOBAL VISUAL SYSTEM
   Chunk 9
   Persian editorial design
   ========================================================= */


/* ---------------------------------------------------------
   1. DESIGN TOKENS
   --------------------------------------------------------- */

:root {
    --usui-navy: #162b52;
    --usui-navy-dark: #101f3b;
    --usui-indigo: #383b78;
    --usui-red: #8f1d25;
    --usui-text: #20242b;
    --usui-muted: #68717d;
    --usui-border: #dfe2e6;
    --usui-soft: #f5f6f7;
    --usui-white: #ffffff;

    --usui-content-width: 1180px;

    --usui-radius: 2px;

    --usui-space-xs: 8px;
    --usui-space-sm: 16px;
    --usui-space-md: 28px;
    --usui-space-lg: 48px;
    --usui-space-xl: 72px;
}


/* ---------------------------------------------------------
   2. GLOBAL RTL / TYPOGRAPHY
   --------------------------------------------------------- */

html {
    direction: rtl;
}

body {
    direction: rtl;
    font-family:
        "Vazirmatn",
        "Tahoma",
        "Arial",
        sans-serif;

    color: var(--usui-text);
    background: var(--usui-white);

    font-size: 16px;
    line-height: 1.95;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:
        "Vazirmatn",
        "Tahoma",
        "Arial",
        sans-serif;

    color: var(--usui-text);

    font-weight: 700;
    line-height: 1.45;
}


/* Links */

a {
    color: var(--usui-navy);
}

a:hover,
a:focus {
    color: var(--usui-red);
}


/* ---------------------------------------------------------
   3. MAIN CONTENT WIDTH
   --------------------------------------------------------- */

.container-component,
.container-component > *,
.site-grid {
    max-width: var(--usui-content-width);
}


/* Prevent excessive horizontal padding */

.site-grid {
    margin-left: auto;
    margin-right: auto;
}


/* ---------------------------------------------------------
   4. REMOVE DEFAULT CASSIOPEIA ARTICLE VISUAL CLUTTER
   --------------------------------------------------------- */

.com-content-category-blog__item,
.com-content-category-blog__item .item-content {
    border: 0;
    box-shadow: none;
}


/* ---------------------------------------------------------
   5. HOMEPAGE SECTION BASE
   --------------------------------------------------------- */

.usui-section {
    margin-top: var(--usui-space-lg);
    margin-bottom: var(--usui-space-lg);

    padding: 0;
}


/* Section module titles */

.usui-section .mod-title {
    margin: 0 0 var(--usui-space-md);

    padding-bottom: 12px;

    border-bottom: 2px solid var(--usui-navy);

    color: var(--usui-navy);

    font-size: 1.55rem;
    font-weight: 700;

    line-height: 1.5;
}


/* ---------------------------------------------------------
   6. STATEMENTS
   --------------------------------------------------------- */

.usui-statements {
    background: transparent;
}


/* Statement module title */

.usui-statements .mod-title {
    text-align: right;
}


/* Statement cards */

.usui-statements .mod-articles-category {
    gap: 0;
}


/* Individual article */

.usui-statements .mod-articles-category-item {
    padding: 24px;

    border: 1px solid var(--usui-border);

    background: var(--usui-white);

    transition:
        border-color 0.2s ease,
        transform 0.2s ease;
}


/* Hover */

.usui-statements .mod-articles-category-item:hover {
    border-color: var(--usui-navy);

    transform: translateY(-2px);
}


/* Statement title */

.usui-statements .mod-articles-category-title {
    display: block;

    margin-bottom: 12px;

    color: var(--usui-navy);

    font-size: 1.15rem;
    font-weight: 700;

    line-height: 1.7;

    text-decoration: none;
}


/* Statement intro */

.usui-statements .mod-articles-category-introtext {
    color: var(--usui-text);

    font-size: 0.95rem;

    line-height: 1.9;
}


/* ---------------------------------------------------------
   7. ANALYSIS
   --------------------------------------------------------- */

.usui-analysis {
    padding-top: 8px;
}


/* Analysis article */

.usui-analysis .mod-articles-category-item {
    padding: 0;

    border: 0;
}


/* Analysis image */

.usui-analysis .mod-articles-category-item img {
    display: block;

    width: 100%;
    height: auto;

    margin-bottom: 20px;
}


/* Analysis title */

.usui-analysis .mod-articles-category-title {
    display: block;

    margin-bottom: 12px;

    color: var(--usui-navy);

    font-size: 1.45rem;
    font-weight: 700;

    line-height: 1.6;

    text-decoration: none;
}


/* Analysis text */

.usui-analysis .mod-articles-category-introtext {
    max-width: 850px;

    color: var(--usui-muted);

    font-size: 1rem;

    line-height: 2;
}


/* ---------------------------------------------------------
   8. CAMPAIGN
   --------------------------------------------------------- */

.usui-campaign {
    margin-top: var(--usui-space-xl);
}


/* Campaign container */

.usui-campaign .mod-articles-category-item {
    display: grid;

    grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1.05fr);

    gap: 40px;

    align-items: center;

    padding: 32px;

    background: var(--usui-soft);

    border-right: 5px solid var(--usui-red);
}


/* Campaign image */

.usui-campaign .mod-articles-category-item img {
    display: block;

    width: 100%;
    height: auto;
}


/* Campaign title */

.usui-campaign .mod-articles-category-title {
    display: block;

    margin-bottom: 18px;

    color: var(--usui-navy);

    font-size: 1.65rem;
    font-weight: 700;

    line-height: 1.55;

    text-decoration: none;
}


/* Campaign intro */

.usui-campaign .mod-articles-category-introtext {
    margin-bottom: 20px;

    color: var(--usui-text);

    font-size: 1rem;

    line-height: 2;
}


/* ---------------------------------------------------------
   9. READ MORE LINKS
   --------------------------------------------------------- */

.usui-section .mod-articles-category-readmore {
    display: inline-block;

    margin-top: 12px;

    padding: 8px 18px;

    border: 1px solid var(--usui-navy);

    border-radius: var(--usui-radius);

    color: var(--usui-navy);

    font-size: 0.9rem;

    text-decoration: none;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}


.usui-section .mod-articles-category-readmore:hover,
.usui-section .mod-articles-category-readmore:focus {
    background: var(--usui-navy);

    color: var(--usui-white);
}


/* ---------------------------------------------------------
   10. MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

    body {
        font-size: 15px;
    }


    .usui-section {
        margin-top: 40px;
        margin-bottom: 40px;
    }


    .usui-section .mod-title {
        font-size: 1.3rem;
    }


    /* Statements */

    .usui-statements .mod-articles-category-item {
        padding: 20px;

        margin-bottom: 12px;
    }


    /* Campaign */

    .usui-campaign .mod-articles-category-item {
        display: block;

        padding: 20px;

        border-right-width: 4px;
    }


    .usui-campaign .mod-articles-category-item img {
        margin-bottom: 20px;
    }


    .usui-campaign .mod-articles-category-title {
        font-size: 1.35rem;
    }

}



body {
    outline: 5px solid red !important;
}


/* =========================================================
   USUI HEADER
   ========================================================= */

.container-header {
    background: #172b55 !important;
    background-image: none !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

/* Site name / brand */

.container-header .navbar-brand,
.container-header .navbar-brand a,
.container-header .brand-logo,
.container-header .brand-logo a {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Main navigation */

.container-header .mod-menu > li > a,
.container-header .mod-menu > li > span,
.container-header .metismenu > li > a,
.container-header .metismenu > li > span,
.container-header .navbar-nav > li > a {
    color: #ffffff !important;
}

/* Navigation hover */

.container-header .mod-menu > li > a:hover,
.container-header .mod-menu > li > a:focus,
.container-header .metismenu > li > a:hover,
.container-header .metismenu > li > a:focus,
.container-header .navbar-nav > li > a:hover,
.container-header .navbar-nav > li > a:focus {
    color: #ffffff !important;
}

/* Active menu item */

.container-header .mod-menu > li.active > a,
.container-header .metismenu > li.active > a,
.container-header .navbar-nav > li.active > a {
    color: #ffffff !important;
}

/* Mobile menu button */

.container-header .navbar-toggler {
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.45) !important;
}

.container-header .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

/* Header links should never become blue */

.container-header a {
    color: #ffffff !important;
}

/* Header hover underline */

.container-header a:hover {
    color: #ffffff !important;
}



/* =========================================================
   USUI HERO — EDITORIAL FULL-BLEED
   ========================================================= */

/*
   The outer hero reaches the edges of the browser window.
   The inner content remains constrained to the same
   approximately 1180px editorial width used elsewhere.
*/


/* ---------------------------------------------------------
   OUTER HERO
   --------------------------------------------------------- */

.usui-hero {
    position: relative;

    /*
       Break the hero out of Cassiopeia's content container.
       This makes the background reach both sides of the screen.
    */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    padding: 0;

    background: #f7f6f4 !important;

    border: 0 !important;
    box-shadow: none !important;

    overflow: hidden;
}


/* Remove any previous decorative pseudo-elements */

.usui-hero::before,
.usui-hero::after {
    display: none !important;
    content: none !important;
}


/* ---------------------------------------------------------
   INNER CONTENT
   --------------------------------------------------------- */

.usui-hero-inner {

    /*
       Same visual width as the rest of the site.
    */
    width: min(1180px, calc(100vw - 60px));

    margin-left: auto;
    margin-right: auto;

    min-height: 570px;

    display: grid;

    /*
       Image gets slightly more room than before.
    */
    grid-template-columns: 52% 48%;

    align-items: center;

    direction: ltr;

    padding: 50px 0;
}


/* ---------------------------------------------------------
   IMAGE
   --------------------------------------------------------- */

.usui-hero-image {

    width: 100%;
    height: 500px;

    overflow: hidden;

    position: relative;

    direction: ltr;
}


.usui-hero-image img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    /*
       The balloons remain visually centered.
    */
    object-position: center center;

    margin: 0;

    border: 0;
}


/* ---------------------------------------------------------
   TEXT AREA
   --------------------------------------------------------- */

.usui-hero-content {

    direction: rtl;

    text-align: right;

    padding: 30px 20px 30px 60px;

    max-width: 100%;

}


/* Small red introductory line */

.usui-hero-kicker {

    margin: 0 0 18px;

    color: #8f1d2c;

    font-size: 1rem;

    line-height: 1.8;

    font-weight: 500;
}


/* Main title */

.usui-hero-content h1 {

    margin: 0 0 28px;

    color: #172b55;

    font-size: clamp(2.8rem, 4.4vw, 4.8rem);

    line-height: 1.2;

    font-weight: 800;

    letter-spacing: -0.025em;
}


/* Main statement */

.usui-hero-lead {

    max-width: 570px;

    margin: 0 0 20px;

    color: #242831;

    font-size: 1.12rem;

    line-height: 2;

    font-weight: 500;
}


/* Supporting statement */

.usui-hero-text {

    max-width: 570px;

    margin: 0 0 30px;

    color: #555c66;

    font-size: 1rem;

    line-height: 2;

}


/* ---------------------------------------------------------
   BUTTONS
   --------------------------------------------------------- */

.usui-hero-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    justify-content: flex-start;

}


.usui-button {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 46px;

    padding: 8px 22px;

    border-radius: 3px;

    font-size: 0.95rem;

    font-weight: 600;

    text-decoration: none !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}


/* Primary */

.usui-button-primary {

    background: #172b55;

    border: 1px solid #172b55;

    color: #ffffff !important;
}


.usui-button-primary:hover,
.usui-button-primary:focus {

    background: #8f1d2c;

    border-color: #8f1d2c;

    color: #ffffff !important;
}


/* Secondary */

.usui-button-secondary {

    background: transparent;

    border: 1px solid #172b55;

    color: #172b55 !important;
}


.usui-button-secondary:hover,
.usui-button-secondary:focus {

    background: #172b55;

    color: #ffffff !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .usui-hero-inner {

        width: min(100% - 40px, 900px);

        min-height: auto;

        grid-template-columns: 50% 50%;

        padding: 35px 0;
    }


    .usui-hero-image {

        height: 450px;
    }


    .usui-hero-content {

        padding: 25px 15px 25px 35px;
    }


    .usui-hero-content h1 {

        font-size: 3rem;

        line-height: 1.25;
    }


    .usui-hero-lead {

        font-size: 1rem;
    }


    .usui-hero-text {

        font-size: 0.95rem;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .usui-hero {

        width: 100vw;

        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }


    .usui-hero-inner {

        width: 100%;

        display: flex;

        flex-direction: column;

        padding: 0;

    }


    /* Image first */

    .usui-hero-image {

        order: 1;

        width: 100%;

        height: 430px;
    }


    /* Text second */

    .usui-hero-content {

        order: 2;

        width: 100%;

        padding: 40px 25px 50px;

        text-align: right;
    }


    .usui-hero-kicker {

        margin-bottom: 14px;

        font-size: 0.95rem;
    }


    .usui-hero-content h1 {

        margin-bottom: 24px;

        font-size: 2.7rem;

        line-height: 1.25;
    }


    .usui-hero-lead {

        font-size: 1.05rem;

        line-height: 2;
    }


    .usui-hero-text {

        font-size: 0.95rem;

        line-height: 2;
    }


    .usui-hero-actions {

        width: 100%;

        gap: 8px;
    }


    .usui-button {

        flex: 1 1 auto;

        min-height: 48px;
    }

}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media (max-width: 480px) {

    .usui-hero-image {

        height: 350px;
    }


    .usui-hero-content {

        padding: 32px 20px 42px;
    }


    .usui-hero-content h1 {

        font-size: 2.25rem;
    }


    .usui-hero-actions {

        flex-direction: column;
    }


    .usui-button {

        width: 100%;
    }

}