@font-face{
	font-family:Peyda;
	font-style:normal;
	font-weight:400;
	src:url('Peyda.woff') format('truetype');
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family:
        Peyda;
    color: #182033;
    background: #ffffff;
    line-height: 1.8;
}
body.menu-open {
    overflow: hidden;
}
a {
    text-decoration: none;
    color: #36095c;
}
button {
    font-family: inherit;
}
.container {
    width:
        min(
            1160px,
            calc(100% - 40px)
        );
    margin: auto;
}
.header {
    height: 78px;
    position: sticky;
    top: 0;
    z-index: 100;
    background:
        rgba(
            255,
            255,
            255,
            .95
        );
    backdrop-filter:
        blur(18px);
    border-bottom:
        1px solid #dfdfdf;
}
.navbar {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}
.brand {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.brand img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.brand strong {
    display: block;
    font-size: 20px;
    line-height: 1.4;
}
.brand span {
    display: block;
    color: #8b92a1;
    font-size: 10px;
    line-height: 1.4;
}
.nav-menu {
    display: flex;
    align-items: center;
    gap: 27px;
    font-size: 14px;
    color: #5c6577;
}
.nav-menu a {
    transition: .2s;
}
.nav-menu a:hover {
    color: #000;
}
.mobile-menu-brand {
    display: none;
}
.header-btn {
    padding:
        11px 20px;
    background:
        #f1efff;
    color:
        #9a019c;
    border-radius:
        11px;
    font-size:
        13px;
    font-weight:
        700;
}
.mobile-menu {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    background: #f3f4f7;
    border-radius: 11px;
    padding: 9px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.mobile-menu span {
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 5px;
    background: #4e5667;
}
.article-page {
    padding: 30px 0;
    background: #fafbfe;
}

.article-layout {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 25px;
    align-items: start;
}

.article-content {
    min-width: 0;
}

.single-article {
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(30,40,60,.04);
}

.article-cover {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 400px;
    margin:15px;
    overflow: hidden;
    text-align: center;
    border-radius:14px;
}

.article-cover img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 400px;
    margin: 0 auto;
    object-fit: contain;
}

.article-body {
    padding: 30px 35px 40px;
}

.article-body h1 {
    margin: 0 0 12px;
    color: #202738;
    font-size: 27px;
    line-height: 1.7;
    border-bottom: 1px solid #f1f2f5;
    padding-bottom: 10px;
}

.article-body p {
    margin: 0 0 20px;
    color: #353535;
    font-size: 16px;
    line-height: 2.2;
}

.article-body h2 {
    margin: 32px 0 12px;
    color: #252c3b;
    font-size: 22px;
    line-height: 1.8;
}

.article-sidebar {
    min-width: 0;
}

.sidebar-box {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eceef3;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(30,40,60,.04);
}

.sidebar-title {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-bottom: 15px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eef0f4;
}

.sidebar-title span {
    width: 4px;
    height: 20px;
    border-radius: 10px;
    background: #7056e9;
}

.sidebar-title h3 {
    margin: 0;
    color: #252c3b;
    font-size: 18px;
}

.sidebar-links {
    display: flex;
    flex-direction: column;
}

.sidebar-links a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 4px;
    color: #626b7b;
    border-bottom: 1px solid #f1f2f5;
    font-size: 16px;
    text-decoration: none;
    transition: .2s;
}

.sidebar-links a:last-child {
    border-bottom: 0;
}

.sidebar-links a span {
    color: #7056e9;
    font-size: 13px;
    transition: .2s;
}

.sidebar-links a:hover {
    color: #7056e9;
    padding-right: 8px;
}

.sidebar-links a:hover span {
    transform: translateX(-3px);
}

.sidebar-posts {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.sidebar-post {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #454d5d;
    text-decoration: none;
}

.sidebar-post img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 8px;
}

.sidebar-post span {
    font-size: 15px;
    line-height: 1.8;
    transition: .2s;
}

.sidebar-post:hover span {
    color: #9a019c;
}

.hero {
    position: relative;
    overflow: hidden;
    padding:
        30px 0;
    background:
        linear-gradient(
            180deg,
            #fbfcff,
            #ffffff
        );
}
.hero-container {
    display: grid;
    grid-template-columns:
        1fr 1.08fr;
    gap: 65px;
    align-items: center;
    direction: ltr;
}
.hero-content {
    direction: rtl;
}
.badge {
    color: #55028a;
    font-size: 13px;
    font-weight: 800;
}
.badge span {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 5px;
    border-radius: 50%;
    background: #7258e9;
}
.hero h1 {
    margin:
        15px 0;
    font-size:
        47px;
    line-height:
        1.4;
    letter-spacing:
        -1.5px;
}
.hero h1 strong {
    display: block;
    color:
        #9a019c;
}
.hero p {
    max-width:
        570px;
    color:
        #6e7788;
    font-size:
        16px;
    line-height:
        2;
}
.hero-buttons {
    display: flex;
    gap: 12px;
    margin-top: 27px;
}
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding:
        12px 23px;
    border-radius:
        12px;
    font-size:
        13px;
    font-weight:
        800;
    transition:
        .2s;
}
.btn:hover {
   box-shadow:
        0 0 3px
        rgba(
            11,
            10,
            19,
            .3
        );
}
.btn.primary {
    color:
        white;
    background:
        linear-gradient(135deg, #55028a, #9a019c);
    box-shadow:
        0 14px 30px
        rgba(
            114,
            88,
            233,
            .2
        );
}
.btn.secondary {
    background:
        white;
    border:
        1px solid #e7e9ee;
}
.hero-trust {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    color:
        #7c8494;
    font-size:
        11px;
}
.hero-trust strong,
.hero-trust small {
    display: block;
}
.hero-trust strong {
    color:
        #555e70;
    font-size:
        11px;
}
.hero-trust small {
    font-size:
        9px;
}
.avatars {
    display: flex;
    direction: ltr;
}
.avatars span {
    width:
        31px;
    height:
        31px;
    margin-left:
        -7px;
    display:
        grid;
    place-items:
        center;
    border:
        2px solid white;
    border-radius:
        50%;
    background:
        #efecff;
    color:
        #6d54df;
    font-size:
        9px;
}
.hero-video {
    position:
        relative;
    width:
        100%;
}
.video-card {
    position:
        relative;
    overflow:
        hidden;
    border-radius:
        24px;
    background:
        #111827;
    border:
        1px solid #e6e8ef;
    box-shadow:
        0 35px 80px
        rgba(
            37,
            48,
            73,
            .13
        );
}
.video-card video {
    display:
        block;
    width:
        100%;
    aspect-ratio:
        16 / 10;
    object-fit:
        cover;
}
.video-overlay {
    position:
        absolute;
    right:
        18px;
    bottom:
        18px;
    display:
        flex;
    align-items:
        center;
    gap:
        10px;
    padding:
        9px 13px;
    background:
        rgba(
            255,
            255,
            255,
            .94
        );
    backdrop-filter:
        blur(10px);
    border-radius:
        13px;
    box-shadow:
        0 10px 30px
        rgba(
            0,
            0,
            0,
            .12
        );
}
.video-overlay img {
    width:
        35px;
    height:
        35px;
    object-fit:
        contain;
}
.video-overlay strong,
.video-overlay span {
    display:
        block;
}
.video-overlay strong {
    font-size:
        10px;
}
.video-overlay span {
    color:
        #8c94a2;
    font-size:
        7px;
}
.brand-strip {
    padding:
        23px 0;
    border-block:
        1px solid #f0f1f4;
    color:
        #969eaa;
    font-size:
        11px;
}
.brand-strip .container {
    display:
        flex;
    justify-content:
        space-between;
    align-items:
        center;
}
.brand-strip b {
    margin-right:
        27px;
    color:
        #c0c4cc;
    font-size:
        15px;
}
.license-section {
    padding: 25px 0 15px;
    background: #ffffff;
}
.license-card {
    min-height: 115px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 15px 20px;
    border: 1px solid #dfdfdf;
    border-radius: 18px;
    background:
        linear-gradient(
            110deg,
            #ffffff,
            #fafaff
        );
    box-shadow:
        0 12px 35px
        rgba(
            35,
            45,
            65,
            .04
        );
}
.license-image {
    width: 78px;
    height: 85px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #e8e9ef;
    border-radius: 10px;
    overflow: hidden;
}
.license-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.license-content {
    flex: 1;
}
.license-content span {
    display: block;
    margin-bottom: 2px;
    color: #55028a;
    font-size: 12px;
    font-weight: 800;
}
.license-content h3 {
    margin: 0 0 3px;
    color: #252c3b;
    font-size: 15px;
}
.license-content p {
    margin: 0;
    color: #8b92a0;
    font-size: 11px;
}
.license-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 17px;
    flex-shrink: 0;
    border: 0;
    border-radius: 10px;
    background:
        linear-gradient(135deg, #55028a, #9a019c);
    color: #ffffff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow:
        0 8px 20px
        rgba(
            112,
            86,
            233,
            .16
        );
    transition: .2s;
}
.license-button:hover {
    box-shadow:
        0 12px 25px
        rgba(
            112,
            86,
            233,
            .22
        );
}
.license-button span {
    font-size: 13px;
}
.license-modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background:
        rgba(
            15,
            20,
            32,
            .72
        );
    backdrop-filter:
        blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}
.license-modal.active {
    opacity: 1;
    visibility: visible;
}
.license-modal-box {
    position: relative;
    width: min(
        800px,
        100%
    );
    max-height: 92vh;
    padding: 20px;
    overflow: auto;
    border-radius: 20px;
    background: #ffffff;
    box-shadow:
        0 30px 100px
        rgba(
            0,
            0,
            0,
            .25
        );
    transform:
        scale(.92)
        translateY(15px);
    transition: .3s;
}
.license-modal.active
.license-modal-box {
    transform:
        scale(1)
        translateY(0);
}
.license-close {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    background: #f1f2f6;
    color: #555d6e;
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    transition: .2s;
}
.license-close:hover {
    background: #eeeaff;
    color: #7056e9;
    transform: rotate(90deg);
}
.license-modal-title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding:
        5px 45px 18px 5px;
    border-bottom:
        1px solid #eeeeF2;
}
.license-modal-title img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.license-modal-title strong,
.license-modal-title span {
    display: block;
}
.license-modal-title strong {
    font-size: 13px;
}
.license-modal-title span {
    color: #9299a7;
    font-size: 9px;
}
.license-full-image {
    margin-top: 18px;
    text-align: center;
}
.license-full-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    border-radius: 10px;
}
.section {
    padding:
        15px 0;
}
.section-heading {
    display:
        flex;
    align-items:
        end;
    justify-content:
        space-between;
    gap:
        40px;
}
.section-label {
    color:
        #55028a;
    font-size:
        12px;
    font-weight:
        800;
}
.section h2 {
    margin:
        7px 0;
    font-size:
        34px;
    line-height:
        1.5;
}
.section h2 strong {
    color:
        #9a019c;
}
.section-heading p {
    max-width:
        430px;
    color:
        #7a8292;
    font-size:
        13px;
}
.features-grid {
    display:
        grid;
    grid-template-columns:
        repeat(
            3,
            1fr
        );
    gap:
        17px;
}
.feature-card {
    padding:
        27px;
    background:
        white;
    border:
        1px solid #ebedf2;
    border-radius:
        18px;
    transition:
        .25s;
}
.feature-card:hover {
    transform:
        translateY(-5px);
    border-color:
        #ddd7ff;
    box-shadow:
        0 20px 45px
        rgba(
            32,
            42,
            58,
            .05
        );
}
.feature-icon {
    width:
        46px;
    height:
        46px;
    display:
        grid;
    place-items:
        center;
    margin-bottom:
        15px;
    border-radius:
        12px;
    background:
        #f0edff;
    color:
        #7056e8;
    font-size:
        20px;
}
.feature-icon.orange {
    background:
        #fff2e6;
    color:
        #ef7b2e;
}
.feature-card h3 {
    margin:
        0 0 6px;
    font-size:
        16px;
}
.feature-card p {
    min-height:
        48px;
    color:
        #7d8594;
    font-size:
        11px;
    line-height:
        1.9;
}
.feature-card a {
    color:
        #7056e8;
    font-size:
        11px;
    font-weight:
        800;
}
.solutions-section {
    background:
        #fafbfe;
}
.app-section {
    background:
        #ffffff;
}
.app-grid {
    display:
        grid;
    grid-template-columns:
        1fr 1fr;
    gap:
        20px;
    align-items:
        center;
}
.phone-area {
    position:
        relative;
    min-height:
        470px;
    display:
        grid;
    place-items:
        center;
}
.phone {
    width:
        300px;
    min-height:
        500px;
    display:
        flex;
    align-items:
        center;
    justify-content:
        center;
    overflow:
        hidden;
    background:
        transparent;
}
.phone img {
    display:
        block;
    width:
        100%;
    height:
        100%;
    object-fit:
        contain;
}
.app-content p,
.about-grid p {
    color:
        #757e8e;
    font-size:
        13px;
    line-height:
        2;
}
.check-list {
    list-style:
        none;
    padding:
        0;
}
.check-list li {
    margin:
        13px 0;
    font-size:
        14px;
}
.check-list li::before {
    content:
        "✓";
    width:
        20px;
    height:
        20px;
    display:
        inline-grid;
    place-items:
        center;
    margin-left:
        8px;
    border-radius:
        50%;
    background:
        #e9f8ef;
    color:
        #28a267;
}
.text-link {
   color: #55028a;
    font-size: 14px;
    font-weight:
        800;
}
.about {
    padding:
        40px 0;
}
.about-rez{
    background: linear-gradient(
90deg, #55028a, #9a019c);
    color: #fff;
    padding: 1em;
    border-radius: 10px;
}
.rez-title{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    border-bottom: 1px solid #eee;
    color: #ffffff;
}
.rez-flex{
    display: flex;
    justify-content: space-around;
}
.rez-box{background: #fff;color: #54595f;margin-top: 1em;border-radius: 10px;
		 font-size: 18px;width: 200px;height: 115px;box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);}
.rez-grid{display: grid;text-align: center;}
.rez-box span{color: #55028a;font-size: 40px;font-weight: 800;}
@media (max-width:500px){
	.rez-flex{display: block;}
.rez-box{width:100%}
}
.articles-section {
    background:
        #ffffff;
}
.articles-grid {
    display:
        grid;
    grid-template-columns:
        repeat(
            4,
            1fr
        );
    gap:
        18px;
}
.article-card {
    overflow:
        hidden;
    border:
        1px solid #eaecf1;
    border-radius:
        18px;
    background:
        #ffffff;
    transition:
        transform .25s,
        box-shadow .25s;
}
.article-image {
    height: 180px;
    position: relative;
    overflow: hidden;
    background: #f1f2f6;
}
.article-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
}
.article-card:hover .article-image img {
    transform: scale(1.06);
}
.article-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            to top,
            rgba(20, 25, 40, .48),
            transparent 55%
        );
    pointer-events: none;
}
.article-image span {
    position: absolute;
    right: 14px;
    bottom: 13px;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 8px;
    background:
        rgba(255, 255, 255, .92);
    color: #5f4bd5;
    font-size: 9px;
    font-weight: 700;
    box-shadow:
        0 5px 15px
        rgba(0, 0, 0, .08);
}
.article-content small {
    color:
        #9ba2ae;
    font-size:
        11px;
}
.article-content h3 {
    margin: 8px 0;
    font-size: 18px;
    line-height: 1.8;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-content p {
    min-height:
        50px;
    margin:
        0 0 13px;
    color:
        #232323;
    font-size:
        16px;
    line-height:
        1.8;
}
.article-content .more{
    text-align: center;
    border: 2px solid #55028a;
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
}
.article-content a {
    color: #55028a;
    font-size: 14px;
    font-weight:800;
}
.certificates-section {
    padding: 30px 0;
    overflow: hidden;
    background: #fafbfe;
    border-top: 1px solid #f0f1f4;
    border-bottom: 1px solid #f0f1f4;
	direction: ltr;
}
.certificates-heading {
    text-align: center;
    margin-bottom: 35px;
}
.certificates-heading h2 {
    margin: 5px 0;
    color: #202738;
    font-size: 30px;
    line-height: 1.5;
}
.certificates-heading p {
    margin: 0;
    color: #9a019c;
    font-size: 18px;
}
.certificates-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.certificates-track {
    display: flex;
    width: max-content;
    gap: 18px;
    animation:
        certificatesInfinite
        35s
        linear
        infinite;
    will-change: transform;
}
.certificate {
    width: 140px;
    height: 200px;
    flex-shrink: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e7e9ef;
    border-radius: 14px;
    box-shadow:
        0 10px 30px
        rgba(
            30,
            40,
            60,
            .06
        );
}
.certificate img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition:
        transform .3s ease;
}
.certificate:hover img {
    transform:
        scale(1.04);
}
@keyframes certificatesInfinite {
    from {
        transform:
            translateX(0);
    }
    to {
        transform:
            translateX(
                calc(
                    -50% - 9px
                )
            );
    }
}
.about-grid {
    display:
        grid;
    grid-template-columns:
        1.1fr .9fr;
    gap:
        80px;
    align-items:
        center;
}
.quote-card {
    padding:
        38px;
    border:
        1px solid #ebe8ff;
    border-radius:
        24px;
    background:
        linear-gradient(
            145deg,
            #f8f7ff,
            #ffffff
        );
}
.quote-card h3 {
    font-size:
        21px;
}
.quote-card p {
    font-size:
        12px;
}
.quote-card strong {
    font-size:
        11px;
}
.cta {
    margin:
        0 20px 20px;
}
.cta-content {
    display:
        flex;
    align-items:
        center;
    justify-content:
        space-between;
    padding:
        20px;
    border-radius:
        24px;
    background:
        linear-gradient(135deg, #55028a, #9a019c);
    color:
        white;
}
.cta-content span {
    color:
        #ddd5ff;
    font-size:
        13px;
}
.cta-content h2 {
    margin: 0;
    font-size:
        28px;
}
.cta-content p {
    color:
        #e7e2ff;
    font-size:
        13px;
        margin: 0;
}
.white {
    background:
        white;
    color:
        #624be0;
    white-space:
        nowrap;
}
.banafsh {
    background:
        white;
    color:
        #55028a;
    white-space:
        nowrap;
}
footer {
    padding-top:
        50px;
    background:
        #fafbfc;
    border-top:
        1px solid #dfdfdf;
}
.footer-grid {
    display:
        grid;
    grid-template-columns:
        2fr 1fr 1fr;
    gap:
        50px;
    padding-bottom:
        40px;
}
.footer-grid .brand {
    margin:
        0;
}
.footer-grid p,
.footer-grid a:not(.brand) {
    display:
        block;
    margin:
        9px 0;
    color:
        #55028a;
    font-size:
        15px;
}
.footer-grid h4 {
    font-size:
        16px;
}
.copyright {
    padding:
        18px;
    text-align:
        center;
    border-top:
        1px solid #edf0f3;
    color:
        #a1a8b4;
    font-size:
        13px;
}
.hero-glow {
    position:
        absolute;
    width:
        300px;
    height:
        300px;
    border-radius:
        50%;
    filter:
        blur(80px);
    opacity:
        .25;
    pointer-events:
        none;
}
.glow-one {
    top:
        -120px;
    right:
        -80px;
    background:
        #dcd5ff;
}
.glow-two {
    bottom:
        -150px;
    left:
        -80px;
    background:
        #e9ddff;
}
.menu-overlay {
    display:
        none;
    position:
        fixed;
    z-index:
        999;
}
.menu-overlay.active {
    display:
        block;
}
@media(max-width:1000px) {
    .nav-menu {
        gap:
            15px;
        font-size:
            12px;
    }
    .hero-container {
        gap:
            35px;
    }
    .hero h1 {
        font-size:
            40px;
    }
    .articles-grid {
        grid-template-columns:
            repeat(
                2,
                1fr
            );
    }
}
.nav-menu .mobile-contact{
    display:none;
}
.close-menu {
    display: none;
}
@media(max-width:900px) {
    .header {
        height:
            72px;
    }
    .navbar {
        gap:
            10px;
    }
    .navbar > .brand {
        margin-left:
            0;
    }
    .header-btn {
        display:
            none;
    }
    .mobile-menu {
        display:
            flex;
        margin-right:
            auto;
    }
    .nav-menu {
        position:
            fixed !important;
        top:
            0 !important;
        right:
            -100% !important;
        left:
            auto !important;
        width:
            100%;
        max-width:
            300px;
        height:
            100vh;
        display:
            flex !important;
        flex-direction:
            column !important;
        align-items:
            stretch;
        gap:
            0;
        padding:
            0 !important;
        margin:
            0;
        background:
            #ffffff;
        border:
            0 !important;
        border-radius:
            0 !important;
        box-shadow:
            -20px 0 60px
            rgba(
                25,
                32,
                50,
                .12
            ) !important;
        transition:
            right .3s ease;
        z-index:
            1001;
        overflow-y:
            auto;
    }
    .nav-menu.open {
        right:
            0 !important;
    }
    .nav-menu .mobile-contact {
        display:block;
    }
    .nav-menu .mobile-contact:hover {
        box-shadow:0 0 5px rgb(0 0 0 / 65%);
        color:#fff;
    }
    .close-menu {
        display: flex;
        position: absolute;
        top: 18px;
        left: 18px;
        width: 38px;
        height: 38px;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 10px;
        background: #f1f2f6;
        color: #555d6e;
        font-size: 27px;
        font-weight: 400;
        line-height: 1;
        cursor: pointer;
        z-index: 5;
        transition: all .2s ease;
    }
    .close-menu:hover {
        background: #ece9ff;
        color: #7056e9;
        transform: rotate(90deg);
    }
    .mobile-menu-brand {
        display:
            flex;
        flex-direction:
            column;
        align-items:
            center;
        justify-content:
            center;
        padding:
            10px;
        background:
            linear-gradient(
                145deg,
                #f8f7ff,
                #ffffff
            );
        border-bottom:
            1px solid #d5d5d5;
    }
    .mobile-menu-brand img {
        width:
            72px;
        height:
            72px;
        object-fit:
            contain;
    }
    .mobile-menu-brand strong {
        font-size:
            24px;
        color:
            #20283a;
    }
    .mobile-menu-brand small {
        margin-top:
            2px;
        color:
            #9299a8;
        font-size:
            11px;
    }
    .nav-menu > a:not(.mobile-contact) {
        display:
            flex;
        align-items:
            center;
        justify-content:
            space-between;
        padding:
            16px 25px;
        border-bottom:
            1px solid #f1f2f5;
        color:
            #444d60;
        font-size:
            14px;
        font-weight:
            600;
    }
    .nav-menu > a:not(.mobile-contact)::after {
        content:
            "←";
        color:
            #9a91df;
        font-size:
            14px;
    }
    .mobile-contact {
        margin:
            20px;
        padding:
            14px;
        border-radius:
            12px;
        background:
           linear-gradient(135deg, #55028a, #9a019c);
        color:
            white;
        text-align:
            center;
        font-size:
            13px;
        font-weight:
            700;
    }
    .hero-container {
        grid-template-columns:
            1fr;
        gap:
            55px;
    }
    .hero-content {
        text-align:
            right;
    }
    .hero-video {
        max-width:
            700px;
        margin:
            auto;
    }
    .features-grid {
        grid-template-columns:
            repeat(
                2,
                1fr
            );
    }
    .section-heading {
        display:
            block;
    }
    .section-heading p {
        margin-top:
            15px;
    }
    .app-grid,
    .about-grid {
        grid-template-columns:
            1fr;
        gap:
            50px;
    }
    .phone-area {
        max-width:
            500px;
        margin:
            auto;
    }
    .footer-grid {
        grid-template-columns:
            1fr 1fr;
    }
}
@media(max-width:600px) {
    .article-page {
        padding: 20px 0;
    }

    .article-layout {
        grid-template-columns: 100%;
        gap: 20px;
    }

    .article-content {
        width: 100%;
    }

    .article-sidebar {
        width: 100%;
    }

    .article-cover {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 400px;
    }

    .article-cover img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 400px;
    }

    .article-body {
        padding: 22px 18px 30px;
    }

    .article-body h1 {
        font-size: 21px;
    }

    .article-body p {
        font-size: 15px;
        line-height: 2.1;
    }

    .article-body h2 {
        font-size: 17px;
    }

    .sidebar-box {
        padding: 17px;
    }
.license-section {
        padding:
            15px 0 5px;
    }
    .license-card {
        min-height: auto;
        display: grid;
        grid-template-columns:
            65px 1fr;
        gap: 14px;
        padding: 13px;
    }
    .license-image {
        width: 65px;
        height: 75px;
        grid-row:
            span 2;
    }
    .license-content h3 {
        font-size: 13px;
    }
    .license-content p {
        font-size: 10px;
    }
    .license-button {
        grid-column:
            2;
        width: 100%;
        padding: 9px;
        font-size: 12px;
    }
    .license-modal {
        padding: 10px;
    }
    .license-modal-box {
        padding: 13px;
        max-height: 94vh;
        border-radius: 16px;
    }
.certificates-section {
        padding:
            60px 0;
    }
    .certificates-heading {
        margin-bottom:
            25px;
    }
    .certificates-heading h2 {
        font-size:
            25px;
    }
    .certificates-track {
        gap:
            12px;
        animation-duration:
            28s;
    }
.container {
        width:
            calc(
                100% - 28px
            );
    }
	.brand img{width:65px;height:65px}
    .hero {
        padding:
            20px 0;
    }
    .hero h1 {
        font-size:
            31px;
        line-height:
            1.5;
    }
    .hero p {
        font-size:
            14px;
        line-height:
            2;
    }
    .hero-buttons {
        flex-direction:
            column;
    }
    .btn {
        width:
            100%;
    }
    .video-card {
        transform:
            none;
        border-radius:
            18px;
    }
    .video-overlay {
        right:
            10px;
        bottom:
            10px;
    }
    .brand-strip .container {
        display:
            block;
        text-align:
            center;
    }
    .brand-strip b {
        display:
            inline-block;
        margin:
            4px 6px;
        font-size:
            12px;
    }
    .features-grid {
        grid-template-columns:
            1fr;
    }
    .section {
        padding:
            12px 0;
    }
    .section h2 {
        font-size:
            28px;
    }
    .phone-area {
        min-height:
            440px;
    }
    .phone {
        width:
            245px;
        min-height:
            430px;
    }
    .app-badge {
        left:
            0;
        bottom:
            15px;
    }
    .numbers-grid {
        grid-template-columns:
            repeat(
                3,
                1fr
            );
        gap:
            8px;
    }
    .numbers strong {
        font-size:
            25px;
    }
    .numbers span {
        font-size:
            8px;
    }
    .articles-grid {
        grid-template-columns:
            1fr;
    }
    .article-image {
        height:
            200px;
    }
    .cta {
        margin:
            0 0 20px;
    }
    .cta-content {
        display:
            block;
        padding:
            35px 25px;
    }
    .cta-content h2 {
        font-size:
            24px;
    }
    .cta .btn {
        margin-top:
            18px;
    }
    .footer-grid {
        grid-template-columns:
            1fr 1fr;
        gap:
            25px;
    }
    .footer-grid > div:first-child {
        grid-column:
            1 / -1;
    }
}
