/* ==== فونت ها ==== */

@font-face {
  font-family: "Peyda";
  src: url("./font/WebFonts/woff2/PeydaWeb-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Peyda";
  src: url("./font/WebFonts/woff2/PeydaWeb-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Peyda";
  src: url("./font/WebFonts/woff2/PeydaWeb-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Peyda";
  src: url("./font/WebFonts/woff2/PeydaWeb-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Peyda";
  src: url("./font/WebFonts/woff2/PeydaWeb-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Peyda";
  src: url("./font/WebFonts/woff2/PeydaWeb-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Peyda";
  src: url("./font/WebFonts/woff2/PeydaWeb-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Peyda";
  src: url("./font/WebFonts/woff2/PeydaWeb-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Peyda";
  src: url("./font/WebFonts/woff2/PeydaWeb-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* --- استفاده پیش فرض---*/

body {
  font-family: "Peyda", Tahoma, sans-serif;
  font-weight: 400;
}

/* ----------------------------------------------------------
   کلاس‌های کمکی برای دسترسی سریع به هر وزن
   ---------------------------------------------------------- */
.font-thinp        { font-weight: 100; }
.font-extralightp  { font-weight: 200; }
.font-lightp       { font-weight: 300; }
.font-regularp     { font-weight: 400; }
.font-mediump      { font-weight: 500; }
.font-semiboldp    { font-weight: 600; }
.font-boldp        { font-weight: 700; }
.font-extraboldp   { font-weight: 800; }
.font-blackp       { font-weight: 900; }

/* ========== ریست و پایه ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    direction: rtl;
    overflow-x: hidden;
    background: #E4EBF5;
    color: #111b24;
    font-family: "Peyda", sans-serif;
}


/* MAIN */
.aryopax-article {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 5%, rgba(17,168,253,.10), transparent 25%),
        radial-gradient(circle at 10% 45%, rgba(17,168,253,.045), transparent 28%),
        #f5f7f9;
}

.aryopax-article::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .3;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(20,40,55,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20,40,55,.035) 1px, transparent 1px);
    background-size: 80px 80px;
}


/*HERO*/
.aryopax-article-hero {
    position: relative;
    width: min(1250px, 88%);
    min-height: 720px;
    margin: auto;
    padding: 150px 0 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aryopax-article-hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(11,28,40,.13),
        transparent
    );
}


/*HERO LABEL*/
.aryopax-article-label {
    display: flex;
    align-items: center;
    gap: 14px;
    width: fit-content;
    margin-bottom: 42px;
    direction: ltr;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #7d8992;
}

.aryopax-article-label span {
    width: 42px;
    height: 1px;
    background: #11a8fd;
}


/*TITLE*/
.aryopax-article-hero h1 {
    max-width: 1000px;
    font-size: clamp(50px, 6vw, 90px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -3px;
    color: #08141e;
}

.aryopax-article-hero h1::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin-top: 32px;
    background: linear-gradient(90deg, #005ea3, #11a8fd);
}


/*SUBTITLE + META*/
.aryopax-article-subtitle {
    max-width: 650px;
    margin: 34px 0 55px;
    font-size: clamp(20px, 2.1vw, 29px);
    line-height: 1.9;
    color: #65717b;
}

.aryopax-article-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    direction: ltr;
    font-family: Arial, sans-serif;
    font-size: 9px;
    letter-spacing: 2.5px;
    color: #8e979e;
}

.meta-line {
    width: 65px;
    height: 1px;
    margin-top: 15px;
    background: #11a8fd;
}


/*CONTENT*/
.aryopax-article-content {
    width: min(920px, 86%);
    margin: auto;
    padding-bottom: 160px;
}

.aryopax-article-content p {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 2.3;
    color: #414d57;
}
.aryopax-article-content strong {
    font-weight: 700;
    color: #101d27;
}

.aryopax-lead {
    max-width: 850px;
    margin-bottom: 38px !important;
    padding-right: 30px;
    border-right: 3px solid #11a8fd;
    font-size: 24px !important;
    line-height: 2.05 !important;
    font-weight: 600 !important;
    color: #182631 !important;
}


/*SECTIONS*/

.aryopax-article-section {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 40px;
    margin-top: 125px;
    padding-top: 65px;
    border-top: 1px solid rgba(20,35,45,.1);
}

.aryopax-section-number {
    height: fit-content;
    direction: ltr;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #11a8fd;
}

.aryopax-section-number::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 50%;
    background: #11a8fd;
    box-shadow: 0 0 0 5px rgba(17,168,253,.08);
}

.aryopax-section-body h2 {
    margin-bottom: 38px;
    font-size: clamp(32px, 4vw, 51px);
    line-height: 1.35;
    font-weight: 700;
    color: #0b1721;
}


/*QUOTE*/
.aryopax-article-content blockquote {
    position: relative;
    overflow: hidden;
    margin: 65px 0;
    padding: 55px 60px;
    background: linear-gradient(135deg, #07141e, #0d2534);
    color: #fff;
    box-shadow: 0 30px 70px rgba(5,20,30,.18);
    font-size: 25px;
    line-height: 2;
    font-weight: 600;
}

.aryopax-article-content blockquote span {
    position: absolute;
    top: 12px;
    right: 30px;
    font-family: Georgia, serif;
    font-size: 75px;
    color: #11a8fd;
}

/*HIGHLIGHT*/
.aryopax-highlight {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 55px 0;
    padding: 30px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(20,40,55,.08);
    box-shadow: 0 20px 55px rgba(20,40,55,.055);
    backdrop-filter: blur(12px);
}

.highlight-icon {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #0785cd;
    background: rgba(17,168,253,.045);
    border: 1px solid rgba(17,168,253,.3);
}

.aryopax-highlight h3 {
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: 700;
}

.aryopax-highlight p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
    color: #69747d !important;
}


/*FEATURE LIST*/
.aryopax-feature-list {
    margin: 55px 0;
    border-top: 1px solid rgba(20,35,45,.1);
}

.aryopax-feature {
    display: grid;
    grid-template-columns: 65px 1fr;
    align-items: center;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(20,35,45,.1);
    transition: .3s ease;
}

.aryopax-feature:hover {
    padding-right: 12px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(17,168,253,.035)
    );
}

.aryopax-feature span {
    direction: ltr;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #11a8fd;
}

.aryopax-feature p {
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.9 !important;
}


/*BRAND*/

.aryopax-brand-note {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 80px;
    padding: 38px;
    background: linear-gradient(
        135deg,
        rgba(17,168,253,.075),
        rgba(255,255,255,.75)
    );
    border: 1px solid rgba(17,168,253,.13);
    border-right: 3px solid #11a8fd;
    box-shadow: 0 25px 60px rgba(20,40,55,.06);
}
.brand-mark {
    width: 62px;
    height: 62px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #087fbe;
    background: rgba(255,255,255,.65);
    border: 1px solid rgba(17,168,253,.28);
}

.aryopax-brand-note span {
    display: block;
    margin-bottom: 10px;
    direction: ltr;
    font-family: Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 4px;
    color: #0785cd;
}

.aryopax-brand-note p {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 2.05 !important;
}


/*END*/
.aryopax-article-end {
    margin-top: 150px;
    padding: 70px 0 30px;
    text-align: center;
    border-top: 1px solid rgba(20,35,45,.1);
}

.end-line {
    width: 55px;
    height: 2px;
    margin: 0 auto 25px;
    background: linear-gradient(90deg, #005ea3, #11a8fd);
}

.aryopax-article-end > span {
    direction: ltr;
    font-family: Arial, sans-serif;
    font-size: 9px;
    letter-spacing: 4px;
    color: #9aa3aa;
}

.aryopax-article-end h2 {
    margin-top: 35px;
    font-size: clamp(42px, 6vw, 78px);
    line-height: 1.35;
    font-weight: 700;
   background: linear-gradient(to left, #11A8FD, #005EA3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.aryopax-article-end em {
    font-style: normal;
    background: linear-gradient(90deg, #005ea3, #11a8fd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ================================
   ARTICLE HERO
================================ */

.aryopax-article-hero {
    width: min(1200px, 88%);
    margin: auto;
    padding: 120px 0 100px;
}

.aryopax-hero-content {
    max-width: 850px;
    margin-bottom: 55px;
}

.aryopax-article-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    direction: ltr;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #7d8992;
}

.aryopax-article-label span {
    width: 40px;
    height: 1px;
    background: #11a8fd;
}

.aryopax-article-hero h1 {
    font-size: clamp(54px, 7vw, 100px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -2px;
    color: #08141e;
}

.aryopax-article-subtitle {
    max-width: 650px;
    margin-top: 28px;
    font-size: clamp(19px, 2vw, 27px);
    line-height: 1.9;
    color: #65717b;
}

/* ================================
   HERO INFO
================================ */

.aryopax-hero-info {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 12px;
    padding: 0 4px;

    font-family: "Peyda", sans-serif;
}

.aryopax-author,
.aryopax-reading-time {
    display: flex;
    align-items: center;
    gap: 4px;

    font-family: "Peyda", sans-serif;
    font-size: 13px;
    font-weight: 600;

    color: #263640;
}

.aryopax-author span {
    font-family: "Peyda", sans-serif;
    font-size: 12px;
    font-weight: 600;

    color: #263640;
}

.clock-icon {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;

    color: #11a8fd;
}


/* ================================
   HERO IMAGE
================================ */

.aryopax-hero-image {
    position: relative;

    width: 100%;
    height: 520px;

    overflow: hidden;

    background: #e4ebf5;

    /* گوشه‌های بسیار ظریف */
    border-radius: 2px;

    /* سایه عمیق و تمیز */
    box-shadow:
        0 20px 45px rgba(8, 25, 38, 0.12),
        0 45px 90px rgba(8, 25, 38, 0.08);
}


/* خط نور بسیار ظریف */

.aryopax-hero-image::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 1px;

    z-index: 2;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(17, 168, 253, 0.7),
        transparent
    );
}


/* لایه ظریف روی تصویر */

.aryopax-hero-image::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 1;

    pointer-events: none;

    background: linear-gradient(
        135deg,
        rgba(17, 168, 253, 0.06),
        transparent 40%,
        rgba(4, 25, 40, 0.08)
    );
}


.aryopax-hero-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition:
        transform 0.8s cubic-bezier(.2,.7,.2,1),
        filter 0.8s ease;
}


/* Hover خیلی ظریف */

.aryopax-hero-image:hover img {
    transform: scale(1.018);
}

/*MOBILE*/

@media (max-width: 900px) {

    .aryopax-article-hero {
        min-height: 620px;
        padding-top: 110px;
    }

    .aryopax-article-section {
        grid-template-columns: 60px 1fr;
        gap: 25px;
    }
}


@media (max-width: 650px) {

    .aryopax-article-hero {
        width: 88%;
        min-height: 600px;
        padding: 90px 0 70px;
    }

    .aryopax-article-hero::after {
        display: none;
    }

    .aryopax-article-hero h1 {
        font-size: 49px;
        letter-spacing: -1px;
    }

    .aryopax-article-subtitle {
        margin: 28px 0 40px;
        font-size: 18px;
    }

    .aryopax-article-content {
        width: 88%;
    }

    .aryopax-article-content p {
        font-size: 16px;
        line-height: 2.25;
    }

    .aryopax-lead {
        padding-right: 18px;
        font-size: 19px !important;
    }

    .aryopax-article-section {
        display: block;
        margin-top: 85px;
        padding-top: 45px;
    }

    .aryopax-section-number {
        margin-bottom: 18px;
    }

    .aryopax-section-body h2 {
        margin-bottom: 27px;
        font-size: 31px;
    }

    .aryopax-article-content blockquote {
        margin: 45px 0;
        padding: 38px 25px;
        font-size: 19px;
    }

    .aryopax-highlight {
        align-items: flex-start;
        gap: 18px;
        padding: 22px;
    }

    .highlight-icon {
        width: 52px;
        height: 52px;
        font-size: 11px;
    }

    .aryopax-feature {
        grid-template-columns: 40px 1fr;
        gap: 10px;
        padding: 18px 0;
    }

    .aryopax-feature p {
        font-size: 15px !important;
    }

    .aryopax-brand-note {
        align-items: flex-start;
        gap: 18px;
        margin-top: 55px;
        padding: 25px 20px;
    }

    .brand-mark {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }

    .aryopax-brand-note p {
        font-size: 14px !important;
    }

    .aryopax-article-end {
        margin-top: 100px;
        padding-top: 50px;
    }

    .aryopax-article-end h2 {
        font-size: 43px;
    }

    .aryopax-hero-image {
        height: 320px;
        border-radius: 1px;

        box-shadow:
            0 15px 35px rgba(8, 25, 38, 0.12),
            0 30px 60px rgba(8, 25, 38, 0.06);
    }

    .aryopax-hero-info {
        margin-bottom: 10px;
        padding: 0 2px;
    }

    .aryopax-author,
    .aryopax-reading-time {
        gap: 4px;
        font-size: 11px;
    }

    .aryopax-author span {
        font-size: 9px;
    }

    .clock-icon {
        font-size: 17px;
    }

    .aryopax-hero-image {
        height: 320px;
        padding: 4px;
    }
}
