/*==================================================
    IRANYekan Font
==================================================*/
@font-face {
    font-family: "IRANYekan";
    src:
            url("../fonts/IRANYekan/WebFonts/fonts/woff2/IRANYekanWebThin.woff2") format("woff2"),
            url("../fonts/IRANYekan/WebFonts/fonts/woff/IRANYekanWebThin.woff") format("woff");
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: "IRANYekan";
    src:
            url("../fonts/IRANYekan/WebFonts/fonts/woff2/IRANYekanWebLight.woff2") format("woff2"),
            url("../fonts/IRANYekan/WebFonts/fonts/woff/IRANYekanWebLight.woff") format("woff");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "IRANYekan";
    src:
            url("../fonts/IRANYekan/WebFonts/fonts/woff2/IRANYekanWebRegular.woff2") format("woff2"),
            url("../fonts/IRANYekan/WebFonts/fonts/woff/IRANYekanWebRegular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "IRANYekan";
    src:
            url("../fonts/IRANYekan/WebFonts/fonts/woff2/IRANYekanWebMedium.woff2") format("woff2"),
            url("../fonts/IRANYekan/WebFonts/fonts/woff/IRANYekanWebMedium.woff") format("woff");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "IRANYekan";
    src:
            url("../fonts/IRANYekan/WebFonts/fonts/woff2/IRANYekanWebBold.woff2") format("woff2"),
            url("../fonts/IRANYekan/WebFonts/fonts/woff/IRANYekanWebBold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "IRANYekan";
    src:
            url("../fonts/IRANYekan/WebFonts/fonts/woff2/IRANYekanWebExtraBold.woff2") format("woff2"),
            url("../fonts/IRANYekan/WebFonts/fonts/woff/IRANYekanWebExtraBold.woff") format("woff");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: "IRANYekan";
    src:
            url("../fonts/IRANYekan/WebFonts/fonts/woff2/IRANYekanWebBlack.woff2") format("woff2"),
            url("../fonts/IRANYekan/WebFonts/fonts/woff/IRANYekanWebBlack.woff") format("woff");
    font-style: normal;
    font-weight: 850;
    font-display: swap;
}
@font-face {
    font-family: "IRANYekan";
    src:
            url("../fonts/IRANYekan/WebFonts/fonts/woff2/IRANYekanWebExtraBlack.woff2") format("woff2"),
            url("../fonts/IRANYekan/WebFonts/fonts/woff/IRANYekanWebExtraBlack.woff") format("woff");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}
/*==================================================
    Global Typography
==================================================*/
:root {
    --font-primary:
            "IRANYekan",
            Tahoma,
            Arial,
            sans-serif;
}
html {
    font-family: var(--font-primary);
    font-synthesis-weight: none;
}
body,
button,
input,
select,
option,
textarea {
    font-family: var(--font-primary);
}
body {
    font-weight: 400;
}

/*
 * لینک‌ها و سایر عناصر، فونت را از والد دریافت می‌کنند.
 */
a {
    font-family: inherit;
}

/*==================================================
    Font Size Utilities
==================================================*/
.font_hr{

}
.font_h2{

}
.font_h3{

}

/* root --------------------------------------------------------------------- */
:root {
    --primary: #4f46e5;
    --primary-dark: #3730a3;
    --primary-soft: #eef2ff;
    --navy: #172554;
    --text: #26324b;
    --muted: #64748b;
    --line: #e7eaf2;
    --surface: #f7f9fc;
    --white: #fff;
    --green: #16a36a;
    --amber: #d99416;
    --radius: 18px;
    --shadow: 0 20px 60px rgba(30, 41, 90, .11);
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background: var(--white);
    font-size: 16px;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}

button, input {
    font: inherit;
}

svg {
    width: 1.25em;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.section {
    padding-block: 100px;
}

.skip-link {
    position: fixed;
    inset-block-start: 12px;
    inset-inline-start: 12px;
    z-index: 1000;
    padding: 10px 16px;
    color: #fff;
    background: var(--navy);
    border-radius: 8px;
    transform: translateY(-160%);
    transition: transform .2s;
}

/* skip-link --------------------------------------------------------------------- */
.skip-link:focus {
    transform: translateY(0);
}

:focus-visible {
    outline: 3px solid #60a5fa;
    outline-offset: 3px;
}

/* ========================================================================
   Site Header
   ======================================================================== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 20px 0 8px;
    background: rgba(247, 249, 255, .78);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
/* ===   Container   ======================================================================== */
.site-header .container {
    width: min(1770px, calc(100% - 48px));
    margin-inline: auto;
}
/* ===   Header Inner   ======================================================================== */
.header-inner {
    position: relative;
    min-height: 88px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 38px;
    padding: 10px 24px;
    direction: rtl;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(226, 232, 240, .8);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(49, 46, 129, .07), 0 4px 14px rgba(15, 23, 42, .035);
}
/* ===   Brand   ======================================================================== */
.brand {
    min-width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #172554;
    text-decoration: none;
}
.brand__logo {
    width: 52px;
    height: 52px;
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}
.brand__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}
.brand__title {
    color: #172554;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
}
.brand__subtitle {
    color: #7b8499;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}
/* ====   Main Navigation   ======================================================================== */
.main-nav {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 1.55vw, 31px);
}
.main-nav a {
    position: relative;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    color: #46516a;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition:
            color .2s ease,
            background .2s ease,
            transform .2s ease;
}
.main-nav a:hover {
    color: var(--primary, #4f46e5);
}
.main-nav a.is-active {
    min-width: 70px;
    padding-inline: 17px;
    color: var(--primary, #4f46e5);
    background:
            linear-gradient(
                    135deg,
                    rgba(79, 70, 229, .10),
                    rgba(99, 102, 241, .045)
            );
}
.main-nav a.is-active:hover {
    transform: translateY(-1px);
}
/* ====   Header Actions   ======================================================================== */
.header-actions {
    min-width: max-content;
    display: flex;
    align-items: center;
    gap: 18px;
}
.login-link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #46516a;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease;
}
.login-link:hover {
    color: var(--primary, #4f46e5);
}
.login-link__icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.login-link__icon svg {
    width: 22px;
    height: 22px;
    display: block;
}
.header-actions__divider {
    width: 1px;
    height: 32px;
    display: block;
    background: #e5e7eb;
}
/* ====   Buttons   ======================================================================== */
.button {
    min-height: 50px;
    padding: 11px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;
    transition:
            transform .2s ease,
            box-shadow .2s ease,
            background .2s ease;
}
.button:hover {
    transform: translateY(-2px);
}
.button-primary {
    color: #fff;
    background:
            linear-gradient(
                    135deg,
                    #5b4df7 0%,
                    #493cf0 100%
            );
    box-shadow:
            0 11px 24px rgba(79, 70, 229, .24);
}
.button-primary:hover {
    color: #fff;
    background:
            linear-gradient(
                    135deg,
                    #5143ef 0%,
                    #4034dc 100%
            );
    box-shadow: 0 14px 30px rgba(79, 70, 229, .30);
}
.button-small {
    min-height: 48px;
    padding: 10px 20px;
}
.button__icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.button__icon svg {
    width: 18px;
    height: 18px;
    display: block;
}


/* ========================================================================
   Mobile Navigation
   ======================================================================== */

.mobile-nav {
    position: relative;

    display: none;
}


.mobile-nav > summary {
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #334155;

    background: #f7f7ff;

    border: 1px solid #e5e7eb;
    border-radius: 12px;

    cursor: pointer;

    list-style: none;
}


.mobile-nav > summary::-webkit-details-marker {
    display: none;
}


.mobile-nav > summary span,
.mobile-nav > summary svg {
    width: 22px;
    height: 22px;

    display: block;
}


.mobile-nav[open] > summary {
    color: var(--primary, #4f46e5);

    background: #efefff;

    border-color: #d9d8ff;
}


.mobile-nav__panel {
    position: absolute;

    top: calc(100% + 14px);
    inset-inline-end: 0;

    width: min(340px, calc(100vw - 32px));

    padding: 12px;

    background: #fff;

    border: 1px solid #e8eaf2;
    border-radius: 18px;

    box-shadow:
            0 24px 60px rgba(15, 23, 42, .14);

    overflow: hidden;
}


.mobile-nav__panel nav {
    display: flex;
    flex-direction: column;

    gap: 2px;
}


.mobile-nav__panel nav a {
    min-height: 44px;

    display: flex;
    align-items: center;

    padding-inline: 14px;

    color: #46516a;

    border-radius: 10px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition:
            color .2s ease,
            background .2s ease;
}


.mobile-nav__panel nav a:hover,
.mobile-nav__panel nav a.is-active {
    color: var(--primary, #4f46e5);

    background: #f5f5ff;
}


.mobile-nav__actions {
    margin-top: 10px;
    padding-top: 12px;

    display: grid;
    grid-template-columns: 1fr 1.4fr;

    gap: 8px;

    border-top: 1px solid #eef0f5;
}


.mobile-login {
    min-height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #46516a;

    background: #f8fafc;

    border-radius: 12px;

    font-size: 14px;
    font-weight: 750;

    text-decoration: none;
}


/* ========================================================================
   Responsive - Large Laptop
   ======================================================================== */

@media (max-width: 1450px) {

    .header-inner {
        gap: 24px;

        padding-inline: 20px;
    }


    .main-nav {
        gap: 14px;
    }


    .main-nav a {
        font-size: 12px;
    }


    .brand__title {
        font-size: 22px;
    }


    .brand__logo {
        width: 48px;
        height: 48px;
    }

}


/* ========================================================================
   Responsive - Tablet / Small Laptop
   ======================================================================== */

@media (max-width: 1180px) {

    .header-inner {
        grid-template-columns:
            auto
            1fr
            auto;

        min-height: 78px;
    }


    .main-nav {
        display: none;
    }


    .mobile-nav {
        display: block;

        grid-column: 2;

        justify-self: end;
    }


    .header-actions {
        grid-column: 3;
        grid-row: 1;
    }


    .brand {
        grid-column: 1;
        grid-row: 1;
    }

}


/* ========================================================================
   Responsive - Mobile
   ======================================================================== */

@media (max-width: 720px) {

    .site-header {
        padding-top: 10px;
    }


    .site-header .container {
        width: calc(100% - 20px);
    }


    .header-inner {
        min-height: 70px;

        grid-template-columns:
            minmax(0, 1fr)
            auto;

        gap: 10px;

        padding: 8px 12px;

        border-radius: 18px;
    }


    .brand {
        min-width: 0;

        gap: 9px;
    }


    .brand__logo {
        width: 43px;
        height: 43px;
    }


    .brand__content {
        min-width: 0;
    }


    .brand__title {
        font-size: 19px;
    }


    .brand__subtitle {
        max-width: 150px;

        overflow: hidden;

        font-size: 9.5px;

        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .header-actions {
        display: none;
    }


    .mobile-nav {
        grid-column: 2;

        justify-self: end;
    }

}


/* ========================================================================
   Responsive - Very Small Mobile
   ======================================================================== */

@media (max-width: 390px) {

    .brand__subtitle {
        display: none;
    }


    .brand__title {
        font-size: 18px;
    }


    .brand__logo {
        width: 40px;
        height: 40px;
    }


    .header-inner {
        min-height: 64px;
    }

}





/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
    position: relative;
    overflow: hidden;
    color: #c6cede;
    background: radial-gradient(circle at 8% 5%, rgba(99, 102, 241, .16), transparent 28%),
            linear-gradient(
                    145deg,
                    #111a38 0%,
                    #131f45 52%,
                    #101936 100%
            );
}
/* ====   Decoration   ========================================================================== */
.footer-decoration {
    position: absolute;
    width: 380px;
    height: 380px;
    inset-inline-end: -180px;
    inset-block-start: -230px;
    border: 65px solid rgba(255, 255, 255, .025);
    border-radius: 50%;
    pointer-events: none;
}
/* ====   Footer Grid   ========================================================================== */
.footer-grid {
    position: relative;
    padding-block: 64px 48px;
    display: grid;
    grid-template-columns: minmax(280px, 1.7fr) repeat(3, minmax(140px, 1fr));
    gap: clamp(35px, 5vw, 70px);
}
/* ====   Brand   ========================================================================== */
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}
.footer-brand img {
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
}
.footer-brand__content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.footer-brand__content strong {
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.25;
}
.footer-brand__content small {
    color: #8f9ab5;
    font-size: 10px;
    font-weight: 600;
}
/* ===   About   ========================================================================== */
.footer-about p {
    max-width: 390px;
    margin: 20px 0 0;
    color: #9ca8c1;
    font-size: 13.5px;
    line-height: 2;
}
/* ===   Footer Features   ========================================================================== */
.footer-features {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px 17px;
}
.footer-features span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #9da9c2;
    font-size: 11px;
}
.footer-features svg {
    width: 16px;
    height: 16px;
    color: #818cf8;
}
/* ====   Columns   ========================================================================== */
.footer-column h2 {
    position: relative;
    margin: 0 0 19px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}
.footer-column h2::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    inset-inline-start: 0;
    inset-block-end: -8px;
    background: #6366f1;
    border-radius: 10px;
}
.footer-column ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 11px;
    list-style: none;
}
.footer-column li {
    margin: 0;
}
.footer-column a,
.footer-column li > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #98a4bd;
    font-size: 12.5px;
    line-height: 1.7;
    text-decoration: none;
}
.footer-column a {
    transition: color .2s ease, transform .2s ease;
}
.footer-column a:hover {
    color: #fff;
    transform: translateX(-3px);
}
/* ====   Coming Soon   ========================================================================== */
.footer-column li > span {
    color: #707d99;
    cursor: default;
}
.footer-column li small {
    padding: 2px 6px;
    color: #7d88a5;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 20px;
    font-size: 8px;
    font-weight: 700;
}
/* ====   Footer Bottom   ========================================================================== */
.footer-bottom {
    position: relative;
    min-height: 62px;
    padding-block: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #7f8ba5;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: 11.5px;
}
.footer-bottom p {
    margin: 0;
}
/* ===   Login   ========================================================================== */
.footer-login {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #aeb8cd;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease;
}
.footer-login svg {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
}
.footer-login:hover {
    color: #fff;
}
/* ===   Responsive   ========================================================================== */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: minmax(260px, 1.4fr) repeat(2, 1fr);
        gap: 42px 35px;
    }
    .footer-about {
        grid-row: span 2;
    }
}
@media (max-width: 720px) {
    .footer-grid {
        padding-block: 50px 38px;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap: 38px 28px;
    }
    .footer-about {
        grid-column: 1 / -1;
        grid-row: auto;
    }
    .footer-about p {
        max-width: 520px;
    }
}
@media (max-width: 520px) {
    .footer-grid {
        padding-block: 44px 34px;
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .footer-about {
        grid-column: auto;
    }
    .footer-column h2 {
        margin-bottom: 16px;
    }
    .footer-column ul {
        gap: 9px;
    }
    .footer-bottom {
        padding-block: 20px;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        text-align: center;
    }
    .footer-decoration {
        width: 280px;
        height: 280px;
        inset-inline-end: -170px;
        inset-block-start: -170px;
    }
}


/* ==========================================================================
   Breadcrumb
   ========================================================================== */
.breadcrumb {
    position: relative;
    z-index: 5;
}
.breadcrumb ol {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    color: #7b869a;
    font-size: 12px;
    list-style: none;
}
.breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}
.breadcrumb li + li::before {
    content: "/";
    color: #adb5c4;
}
.breadcrumb a {
    color: #657189;
    text-decoration: none;
    transition: color .2s ease;
}
.breadcrumb a:hover {
    color: var(--primary);
}
@media (max-width: 480px) {
    .features-breadcrumb ol {
        font-size: 11px;
    }
}