/* تجربه سازمان هوشمند نصف جهان — فارسی، راست‌به‌چپ و سازگار با موبایل */
.enterprise-page,
.enterprise-submit-page {
    --enterprise-deep: #092f43;
    --enterprise-navy: #0e4962;
    --enterprise-teal: #008f8c;
    --enterprise-turquoise: #24b8ad;
    --enterprise-gold: #d69b3d;
    --enterprise-ink: #162f3d;
    --enterprise-muted: #58707c;
    --enterprise-line: #dbe8eb;
    --enterprise-surface: #f4f8f8;
    direction: rtl;
    color: var(--enterprise-ink);
    background: #fff;
    font-family: "B Nazanin", "Tahoma", sans-serif;
}

.enterprise-page *,
.enterprise-submit-page * {
    box-sizing: border-box;
}

.enterprise-page a,
.enterprise-submit-page a {
    text-decoration: none;
}

.enterprise-container {
    max-width: 1240px;
}

.enterprise-hero {
    position: relative;
    overflow: hidden;
    padding: 92px 0 104px;
    color: #fff;
    isolation: isolate;
    background:
        linear-gradient(120deg, rgba(9, 47, 67, 0.98), rgba(7, 87, 99, 0.95) 57%, rgba(0, 143, 140, 0.9)),
        #0e4962;
}

.enterprise-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    opacity: 0.72;
    background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, transparent, #000 20%, #000 75%, transparent);
}

.enterprise-hero-orb {
    position: absolute;
    z-index: -1;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 50%;
    filter: blur(.1px);
}

.enterprise-hero-orb::before,
.enterprise-hero-orb::after {
    position: absolute;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: inherit;
    content: "";
}

.enterprise-hero-orb::before {
    inset: 42px;
}

.enterprise-hero-orb::after {
    inset: 92px;
}

.enterprise-hero-orb-one {
    top: -260px;
    right: -150px;
}

.enterprise-hero-orb-two {
    bottom: -340px;
    left: 7%;
    width: 540px;
    height: 540px;
    border-color: rgba(214,155,61,.34);
}

.enterprise-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 38px;
    color: rgba(255,255,255,.78);
    font-size: 15px;
}

.enterprise-breadcrumb a {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.45);
}

.enterprise-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr);
    gap: 56px;
    align-items: center;
}

.enterprise-eyebrow,
.enterprise-section-kicker {
    margin: 0 0 12px;
    color: var(--enterprise-teal);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
}

.enterprise-hero .enterprise-eyebrow {
    color: #85e5dc;
}

.enterprise-hero h1 {
    max-width: 780px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(40px, 5.1vw, 68px);
    font-weight: 700;
    line-height: 1.27;
    letter-spacing: -.015em;
}

.enterprise-lead {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.92);
    font-size: clamp(19px, 2.1vw, 24px);
    line-height: 2;
}

.enterprise-hero-actions,
.enterprise-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.enterprise-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 11px 23px;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.enterprise-button:hover,
.enterprise-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(3,27,39,.16);
}

.enterprise-button:focus-visible,
.enterprise-related-link:focus-visible,
.enterprise-proof-card:focus-visible,
.enterprise-plan-link:focus-visible {
    outline: 3px solid #e6ae52;
    outline-offset: 3px;
}

.enterprise-button-primary {
    color: #083542;
    background: #fff;
}

.enterprise-button-secondary {
    color: #fff;
    border-color: rgba(255,255,255,.58);
    background: rgba(255,255,255,.06);
}

.enterprise-hero-panel {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.05));
    box-shadow: 0 24px 60px rgba(1,28,39,.22);
    backdrop-filter: blur(10px);
}

.enterprise-panel-kicker {
    display: block;
    margin-bottom: 11px;
    color: #f2cc86;
    font-size: 15px;
    font-weight: 700;
}

.enterprise-hero-panel strong {
    display: block;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}

.enterprise-hero-panel p {
    margin: 11px 0 18px;
    color: rgba(255,255,255,.86);
    font-size: 16px;
    line-height: 1.85;
}

.enterprise-hero-panel ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.enterprise-hero-pillar {
    position: relative;
    padding-right: 15px;
    color: rgba(255,255,255,.94);
    font-size: 15px;
    line-height: 1.55;
}

.enterprise-hero-pillar::before {
    position: absolute;
    top: .65em;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    background: #e6ae52;
}

.enterprise-section {
    padding: 96px 0;
}

.enterprise-definition {
    background: #fff;
}

.enterprise-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr);
    gap: 64px;
    align-items: center;
}

.enterprise-section h2 {
    margin: 0 0 14px;
    color: var(--enterprise-deep);
    font-size: clamp(31px, 3.6vw, 44px);
    font-weight: 700;
    line-height: 1.42;
}

.enterprise-body-copy,
.enterprise-section-heading > p,
.enterprise-outcome-copy > p,
.enterprise-roadmap-layout > div > p {
    max-width: 750px;
    margin: 0;
    color: var(--enterprise-muted);
    font-size: 19px;
    line-height: 2.05;
}

.enterprise-fact-card {
    position: relative;
    overflow: hidden;
    padding: 30px 31px;
    border: 1px solid #cfe1e3;
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(36,184,173,.12), transparent 50%),
        #f8fcfc;
}

.enterprise-fact-card::before {
    position: absolute;
    top: -38px;
    left: -38px;
    width: 130px;
    height: 130px;
    border: 17px solid rgba(214,155,61,.15);
    border-radius: 50%;
    content: "";
}

.enterprise-fact-card h2 {
    position: relative;
    margin-bottom: 10px;
    font-size: 25px;
}

.enterprise-fact-card p {
    position: relative;
    margin: 0 0 20px;
    color: #3c5964;
    font-size: 17px;
    line-height: 1.9;
}

.enterprise-fact-card dl {
    position: relative;
    display: grid;
    gap: 13px;
    margin: 0;
}

.enterprise-fact-card dl > div {
    padding-top: 13px;
    border-top: 1px solid #dce8eb;
}

.enterprise-fact-card dt {
    margin: 0 0 3px;
    color: var(--enterprise-teal);
    font-size: 15px;
    font-weight: 700;
}

.enterprise-fact-card dd {
    margin: 0;
    color: #294653;
    font-size: 16px;
    line-height: 1.75;
}

.enterprise-ecosystem {
    overflow: hidden;
    background:
        radial-gradient(circle at 13% 4%, rgba(36,184,173,.13), transparent 24%),
        linear-gradient(180deg, #f3f9f9, #ebf5f5);
}

.enterprise-section-heading {
    max-width: 770px;
    margin: 0 auto 38px;
    text-align: center;
}

.enterprise-section-heading .enterprise-section-kicker {
    margin-bottom: 8px;
}

.enterprise-section-heading h2 {
    margin-bottom: 11px;
}

.enterprise-section-heading > p {
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
}

.enterprise-pillar-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.enterprise-pillar-grid li {
    display: flex;
    min-height: 115px;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    border: 1px solid #d2e6e6;
    border-radius: 14px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 13px 30px rgba(10,65,74,.05);
}

.enterprise-pillar-grid span {
    color: var(--enterprise-gold);
    font-size: 17px;
    font-weight: 700;
}

.enterprise-pillar-grid strong {
    color: #153f4b;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
}

.enterprise-card-section {
    background: #fff;
}

.enterprise-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.enterprise-card {
    position: relative;
    display: flex;
    min-height: 245px;
    flex-direction: column;
    padding: 28px 26px;
    border: 1px solid #deebed;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(18,54,67,.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.enterprise-card:hover {
    border-color: #a8d6d5;
    box-shadow: 0 22px 43px rgba(18,54,67,.12);
    transform: translateY(-5px);
}

.enterprise-card-link {
    color: inherit;
    text-decoration: none;
}

.enterprise-card-link:focus-visible {
    outline: 3px solid #d4a94c;
    outline-offset: 3px;
}

.enterprise-status {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 20px;
    border-radius: 999px;
    padding: 5px 11px;
    color: #086d6a;
    background: #e3f5f2;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.enterprise-card h3 {
    margin: 0 0 10px;
    color: var(--enterprise-deep);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
}

.enterprise-card p {
    margin: 0;
    color: #58707b;
    font-size: 17px;
    line-height: 1.9;
}

.enterprise-structured {
    background: #f7fbfb;
}

.enterprise-table-wrap {
    overflow-x: auto;
    border: 1px solid #d6e6e7;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(18,54,67,.05);
}

.enterprise-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    text-align: right;
}

.enterprise-table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.enterprise-table th,
.enterprise-table td {
    border-bottom: 1px solid #deebed;
    padding: 17px 19px;
    vertical-align: top;
}

.enterprise-table thead th {
    color: #fff;
    background: var(--enterprise-navy);
    font-size: 17px;
    font-weight: 700;
}

.enterprise-table tbody tr:last-child th,
.enterprise-table tbody tr:last-child td {
    border-bottom: 0;
}

.enterprise-table tbody th {
    width: 22%;
    color: var(--enterprise-deep);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.65;
}

.enterprise-table tbody td {
    color: #49616b;
    font-size: 16px;
    line-height: 1.85;
}

.enterprise-table tbody td:last-child {
    width: 20%;
}

.enterprise-table .enterprise-status {
    margin: 0;
}

.enterprise-outcomes {
    color: #fff;
    background:
        radial-gradient(circle at 92% 10%, rgba(36,184,173,.34), transparent 27%),
        linear-gradient(132deg, #082d43, #0b5464);
}

.enterprise-outcome-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(350px, 1.1fr);
    gap: 54px;
    align-items: center;
}

.enterprise-outcomes .enterprise-section-kicker {
    color: #9cefe7;
}

.enterprise-outcomes h2 {
    color: #fff;
}

.enterprise-outcome-copy > p {
    color: rgba(255,255,255,.83);
}

.enterprise-check-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.enterprise-check-item,
.enterprise-assessment-intro .enterprise-check-list li {
    position: relative;
    padding: 14px 51px 14px 18px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 12px;
    color: rgba(255,255,255,.95);
    background: rgba(255,255,255,.08);
    font-size: 18px;
    line-height: 1.75;
}

.enterprise-check-item::before,
.enterprise-assessment-intro .enterprise-check-list li::before {
    position: absolute;
    top: 15px;
    right: 17px;
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 50%;
    color: var(--enterprise-deep);
    content: "✓";
    background: #91e3da;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.enterprise-proof {
    background: #f8faf9;
}

.enterprise-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.enterprise-proof-card {
    display: flex;
    min-height: 195px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 23px;
    border: 1px solid #dbe9eb;
    border-radius: 14px;
    color: var(--enterprise-ink);
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.enterprise-proof-card:hover {
    color: var(--enterprise-ink);
    box-shadow: 0 16px 34px rgba(18,54,67,.11);
    transform: translateY(-4px);
}

.enterprise-proof-card span,
.enterprise-plan-link span {
    color: #167d7a;
    font-size: 14px;
    font-weight: 700;
}

.enterprise-proof-card strong {
    margin-top: 11px;
    color: var(--enterprise-deep);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
}

.enterprise-proof-card p {
    margin: 8px 0 12px;
    color: var(--enterprise-muted);
    font-size: 16px;
    line-height: 1.7;
}

.enterprise-proof-card b,
.enterprise-related-link b,
.enterprise-plan-link b {
    margin-top: auto;
    color: var(--enterprise-teal);
    font-family: Tahoma, sans-serif;
    font-size: 21px;
    font-weight: 400;
}

.enterprise-case-study-architecture {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 30px;
    padding: 30px 34px;
    border-radius: 16px;
    color: #f9ffff;
    background: linear-gradient(115deg, #0e4962, #087a78);
}

.enterprise-case-study-architecture h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.enterprise-case-study-architecture p {
    max-width: 780px;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 17px;
    line-height: 1.85;
}

.enterprise-case-study-architecture .enterprise-section-kicker {
    color: #b9f0eb;
}

.enterprise-text-link {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 9px;
    border-bottom: 1px solid rgba(255,255,255,.7);
    padding-bottom: 4px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.enterprise-technology {
    background: #fff;
}

.enterprise-technology-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.enterprise-technology-card {
    padding: 26px 22px;
    border-top: 3px solid var(--enterprise-gold);
    background: #f4f8f8;
}

.enterprise-technology-card span {
    color: var(--enterprise-teal);
    font-size: 23px;
}

.enterprise-technology-card h3 {
    margin: 15px 0 7px;
    color: var(--enterprise-deep);
    font-size: 23px;
    font-weight: 700;
}

.enterprise-technology-card p {
    margin: 0;
    color: var(--enterprise-muted);
    font-size: 16px;
    line-height: 1.8;
}

.enterprise-web-plans {
    background: #edf7f6;
}

.enterprise-plan-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.enterprise-plan-link {
    display: flex;
    min-height: 150px;
    flex-direction: column;
    padding: 21px;
    border: 1px solid #cde1e1;
    border-radius: 13px;
    color: var(--enterprise-ink);
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.enterprise-plan-link:hover {
    color: var(--enterprise-ink);
    box-shadow: 0 14px 30px rgba(18,54,67,.11);
    transform: translateY(-3px);
}

.enterprise-plan-link strong {
    margin-top: 9px;
    color: var(--enterprise-deep);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}

.enterprise-roadmap {
    background:
        radial-gradient(circle at 90% 8%, rgba(214,155,61,.13), transparent 25%),
        #fbfcfa;
}

.enterprise-roadmap-layout {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr);
    gap: 55px;
    align-items: start;
}

.enterprise-roadmap-list {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: roadmap;
}

.enterprise-roadmap-list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    padding: 15px 16px;
    border: 1px solid #dce9e9;
    border-radius: 12px;
    background: #fff;
}

.enterprise-roadmap-list span {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border-radius: 9px;
    color: #fff;
    background: var(--enterprise-navy);
    font-size: 15px;
    font-weight: 700;
}

.enterprise-roadmap-list p {
    margin: 0;
    color: #39525d;
    font-size: 17px;
    line-height: 1.85;
}

.enterprise-evidence-note {
    margin-top: 26px;
    border-right: 4px solid var(--enterprise-gold);
    padding: 17px 21px;
    color: #374f5a;
    background: #fff8ea;
}

.enterprise-evidence-note strong {
    display: block;
    margin-bottom: 5px;
    color: #7b5420;
    font-size: 18px;
    font-weight: 700;
}

.enterprise-evidence-note p {
    margin: 0;
    font-size: 16px;
    line-height: 1.85;
}

.enterprise-related {
    background: #fff;
}

.enterprise-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.enterprise-related-link {
    display: flex;
    min-height: 164px;
    flex-direction: column;
    padding: 23px;
    border: 1px solid #dbe8eb;
    border-radius: 13px;
    color: var(--enterprise-ink);
    background: linear-gradient(180deg, #fff, #f6faf9);
    transition: transform .2s ease, box-shadow .2s ease;
}

.enterprise-related-link:hover {
    color: var(--enterprise-ink);
    box-shadow: 0 16px 32px rgba(18,54,67,.11);
    transform: translateY(-4px);
}

.enterprise-related-link strong {
    color: var(--enterprise-deep);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.45;
}

.enterprise-related-link span {
    margin-top: 7px;
    color: var(--enterprise-muted);
    font-size: 15px;
    line-height: 1.7;
}

.enterprise-faq {
    background: #eff7f7;
}

.enterprise-faq-list {
    max-width: 920px;
    margin: 0 auto;
}

.enterprise-faq-item {
    margin-bottom: 12px;
    border: 1px solid #cfe1e2;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.enterprise-faq-item summary {
    position: relative;
    padding: 20px 25px 20px 58px;
    color: #123b4a;
    cursor: pointer;
    list-style: none;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.65;
}

.enterprise-faq-item summary::-webkit-details-marker {
    display: none;
}

.enterprise-faq-item summary::after {
    position: absolute;
    top: 50%;
    left: 22px;
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    content: "+";
    background: var(--enterprise-teal);
    transform: translateY(-50%);
    font-family: Tahoma, sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.enterprise-faq-item[open] summary::after {
    content: "−";
}

.enterprise-faq-item p {
    margin: 0;
    padding: 0 25px 22px;
    color: #4c6470;
    font-size: 17px;
    line-height: 1.95;
}

.enterprise-cta {
    padding: 82px 0;
    color: #fff;
    background:
        radial-gradient(circle at 10% 25%, rgba(255,255,255,.12), transparent 20%),
        linear-gradient(120deg, #097b77, #0d3f58);
}

.enterprise-cta > .enterprise-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.enterprise-cta .enterprise-section-kicker {
    color: #b9f0eb;
}

.enterprise-cta h2 {
    margin: 0 0 8px;
    color: #fff;
}

.enterprise-cta p:not(.enterprise-section-kicker) {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 18px;
    line-height: 1.9;
}

.enterprise-cta-actions {
    flex-shrink: 0;
    margin-top: 0;
}

.enterprise-button-light {
    color: #083f4c;
    background: #fff;
}

.enterprise-button-outline {
    color: #fff;
    border-color: rgba(255,255,255,.6);
    background: transparent;
}

.enterprise-assessment {
    background: #f5faf9;
}

.enterprise-form-message {
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 16px 19px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
}

.enterprise-form-message-success {
    border: 1px solid #a6dfc8;
    color: #145e40;
    background: #e7f8ef;
}

.enterprise-form-message-error {
    border: 1px solid #efc0bb;
    color: #8a2922;
    background: #fff0ef;
}

.enterprise-assessment-shell {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    border: 1px solid #cfe2e2;
    border-radius: 19px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 50px rgba(18,54,67,.08);
}

.enterprise-assessment-intro {
    padding: 40px 35px;
    color: #fff;
    background:
        radial-gradient(circle at 25% 10%, rgba(255,255,255,.15), transparent 28%),
        linear-gradient(145deg, #0a4057, #087b77);
}

.enterprise-assessment-intro .enterprise-section-kicker {
    color: #9cefe7;
}

.enterprise-assessment-intro h2 {
    color: #fff;
    font-size: 33px;
}

.enterprise-assessment-intro > p {
    margin: 0 0 20px;
    color: rgba(255,255,255,.87);
    font-size: 18px;
    line-height: 1.95;
}

.enterprise-assessment-intro .enterprise-check-list li {
    color: rgba(255,255,255,.93);
    font-size: 16px;
}

.enterprise-form {
    padding: 38px 35px;
}

.enterprise-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.enterprise-form-field {
    display: block;
    margin: 0;
}

.enterprise-form-field > span {
    display: block;
    margin: 0 0 7px;
    color: #234553;
    font-size: 17px;
    font-weight: 700;
}

.enterprise-form-field em {
    color: #b34d2b;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.enterprise-form-field input,
.enterprise-form-field select,
.enterprise-form-field textarea {
    display: block;
    width: 100%;
    border: 1px solid #cbdcdf;
    border-radius: 9px;
    padding: 12px 14px;
    color: #173744;
    outline: none;
    background: #fbfdfd;
    font-family: inherit;
    font-size: 17px;
    line-height: 1.6;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.enterprise-form-field input,
.enterprise-form-field select {
    height: 51px;
}

.enterprise-form-field textarea {
    resize: vertical;
}

.enterprise-form-field input:focus,
.enterprise-form-field select:focus,
.enterprise-form-field textarea:focus {
    border-color: var(--enterprise-teal);
    box-shadow: 0 0 0 3px rgba(0,143,140,.13);
}

.enterprise-form-field-full {
    margin-top: 18px;
}

.enterprise-consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 20px 0;
    color: #3b5863;
    font-size: 16px;
    line-height: 1.85;
    cursor: pointer;
}

.enterprise-consent input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 6px;
    accent-color: var(--enterprise-teal);
}

.enterprise-consent a {
    color: #087b78;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700;
}

.enterprise-submit {
    width: 100%;
    color: #fff;
    background: var(--enterprise-teal);
}

.enterprise-submit:hover,
.enterprise-submit:focus-visible {
    color: #fff;
    background: #057b78;
}

.enterprise-form-note {
    margin: 13px 0 0;
    color: #657981;
    font-size: 14px;
    line-height: 1.8;
}

.enterprise-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
}

.enterprise-submit-page {
    min-height: 430px;
    padding: 125px 0 80px;
    background: #f3f9f9;
}

.enterprise-submit-card {
    max-width: 660px;
    margin: 0 auto;
    padding: 42px;
    border: 1px solid #cde1e1;
    border-radius: 18px;
    text-align: center;
    background: #fff;
    box-shadow: 0 18px 45px rgba(18,54,67,.08);
}

.enterprise-submit-card h1 {
    margin: 0 0 10px;
    color: var(--enterprise-deep);
    font-size: 36px;
}

.enterprise-submit-card p {
    margin: 0 0 23px;
    color: var(--enterprise-muted);
    font-size: 18px;
    line-height: 1.9;
}

@media (max-width: 1100px) {
    .enterprise-hero-grid,
    .enterprise-two-column,
    .enterprise-outcome-layout,
    .enterprise-roadmap-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .enterprise-hero-copy {
        max-width: 820px;
    }

    .enterprise-hero-panel {
        max-width: 780px;
    }

    .enterprise-pillar-grid,
    .enterprise-proof-grid,
    .enterprise-technology-grid,
    .enterprise-plan-links,
    .enterprise-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .enterprise-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .enterprise-cta > .enterprise-container {
        display: block;
    }

    .enterprise-cta-actions {
        margin-top: 24px;
    }

    .enterprise-assessment-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .enterprise-hero {
        padding: 64px 0 72px;
    }

    .enterprise-breadcrumb {
        margin-bottom: 25px;
    }

    .enterprise-hero h1 {
        font-size: 38px;
    }

    .enterprise-lead {
        font-size: 18px;
        line-height: 1.9;
    }

    .enterprise-hero-actions,
    .enterprise-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .enterprise-button {
        width: 100%;
        min-height: 49px;
        font-size: 16px;
    }

    .enterprise-hero-panel {
        padding: 23px;
    }

    .enterprise-hero-panel ul,
    .enterprise-pillar-grid,
    .enterprise-card-grid,
    .enterprise-proof-grid,
    .enterprise-technology-grid,
    .enterprise-plan-links,
    .enterprise-related-grid,
    .enterprise-form-grid {
        grid-template-columns: 1fr;
    }

    .enterprise-section {
        padding: 65px 0;
    }

    .enterprise-section h2 {
        font-size: 29px;
    }

    .enterprise-body-copy,
    .enterprise-section-heading > p,
    .enterprise-outcome-copy > p,
    .enterprise-roadmap-layout > div > p {
        font-size: 17px;
        line-height: 1.95;
    }

    .enterprise-fact-card,
    .enterprise-card,
    .enterprise-form,
    .enterprise-assessment-intro {
        padding: 24px 20px;
    }

    .enterprise-card {
        min-height: auto;
    }

    .enterprise-card h3 {
        font-size: 22px;
    }

    .enterprise-card p,
    .enterprise-roadmap-list p,
    .enterprise-faq-item p {
        font-size: 16px;
    }

    .enterprise-case-study-architecture {
        display: block;
        padding: 25px 22px;
    }

    .enterprise-case-study-architecture h3 {
        font-size: 25px;
    }

    .enterprise-text-link {
        margin-top: 18px;
    }

    .enterprise-roadmap-list li {
        grid-template-columns: 35px minmax(0, 1fr);
        padding: 13px;
    }

    .enterprise-roadmap-list span {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .enterprise-faq-item summary {
        padding: 17px 18px 17px 50px;
        font-size: 17px;
    }

    .enterprise-faq-item summary::after {
        left: 15px;
    }

    .enterprise-cta {
        padding: 62px 0;
    }

    .enterprise-assessment-intro h2 {
        font-size: 28px;
    }

    .enterprise-form-field > span,
    .enterprise-form-field input,
    .enterprise-form-field select,
    .enterprise-form-field textarea {
        font-size: 16px;
    }

    .enterprise-submit-card {
        padding: 30px 21px;
    }
}

/* هویت نوشتاری فارسی: متن با بی‌نازنین و تیترها با بی‌تیتر */
:root {
    --nesfejahan-body-font: "B Nazanin", "BNazanin", "MS Nazanin", serif;
    --nesfejahan-title-font: "B Titr", "BTitr", "B Nazanin", "BNazanin", "MS Nazanin", serif;
}

html,
body,
input,
textarea,
select,
button,
.main-header,
.main-footer,
.mobile-menu,
.xs-sidebar-group,
.enterprise-page,
.enterprise-submit-page {
    font-family: var(--nesfejahan-body-font);
}

body p,
body li,
body dt,
body dd,
body label,
body input,
body textarea,
body select,
body button,
body table,
body caption,
body strong,
body em,
body a:not(.fa):not([class^="flaticon-"]):not([class*=" flaticon-"]) {
    font-family: var(--nesfejahan-body-font) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.enterprise-hero h1,
.enterprise-card h3,
.enterprise-proof-card strong,
.main-footer .footer-widget h5 {
    font-family: var(--nesfejahan-title-font) !important;
    font-weight: 700;
}

h1 a:not(.fa),
h2 a:not(.fa),
h3 a:not(.fa),
h4 a:not(.fa),
h5 a:not(.fa),
h6 a:not(.fa) {
    font-family: var(--nesfejahan-title-font) !important;
}

.main-menu .navigation > li > a,
.main-menu .navigation > li > ul > li > a,
.mobile-menu .navigation li > a,
.enterprise-button,
.enterprise-check-item::before,
.enterprise-assessment-intro .enterprise-check-list li::before,
.enterprise-proof-card b,
.enterprise-related-link b,
.enterprise-plan-link b,
.enterprise-faq-item summary::after {
    font-family: var(--nesfejahan-body-font);
}

/* هیروی تصویری صفحه اصلی با دارایی‌های نسخه پیشین */
.enterprise-hero-home {
    min-height: 100vh;
    min-height: 100svh;
    padding: 170px 0 76px;
    background: linear-gradient(112deg, rgba(8, 7, 43, .99), rgba(14, 10, 49, .97) 56%, rgba(7, 57, 73, .94)), #0e0a31;
}

.enterprise-hero-home::before {
    opacity: .13;
    animation: enterprise-grid-drift 22s linear infinite;
}

.enterprise-legacy-pattern {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    will-change: transform, opacity;
}

.enterprise-legacy-circuit {
    top: 104px;
    right: 2%;
    width: min(47vw, 825px);
    aspect-ratio: 825 / 848;
    opacity: .15;
    background-image: url("../images/main-slider/pattern-4.png");
    background-position: center;
    background-size: contain;
    animation: enterprise-circuit-motion 7.5s ease-in-out infinite;
}

.enterprise-legacy-wave {
    right: -4%;
    bottom: -23%;
    width: 108%;
    height: 47%;
    opacity: .13;
    background-image: url("../images/main-slider/pattern-5.png");
    background-position: center bottom;
    background-size: cover;
    animation: enterprise-wave-motion 15s ease-in-out infinite alternate;
}

.enterprise-legacy-data {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 62%;
    opacity: .52;
    background-image: url("../images/main-slider/pattern-6.png");
    background-position: center bottom;
    background-size: cover;
    animation: enterprise-data-pulse 7s ease-in-out infinite;
}

.enterprise-page-home .enterprise-definition {
    padding: 42px 0 82px;
}

.enterprise-hero-home .enterprise-hero-orb-one {
    animation: enterprise-orbit-one 10s ease-in-out infinite alternate;
}

.enterprise-hero-home .enterprise-hero-orb-two {
    animation: enterprise-orbit-two 13s ease-in-out infinite alternate;
}

.enterprise-hero-home .enterprise-hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr);
    gap: clamp(38px, 5vw, 76px);
}

.enterprise-hero-home .enterprise-hero-copy {
    position: relative;
    z-index: 3;
}

.enterprise-hero-home .enterprise-lead {
    max-width: 720px;
}

.enterprise-hero-visual {
    position: relative;
    z-index: 2;
    width: min(100%, 500px);
    min-height: 470px;
    justify-self: end;
    padding: 0 20px 34px;
}

.enterprise-hero-image-shell {
    position: relative;
    width: min(100%, 395px);
    height: 475px;
    margin-right: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 30px 8px 30px 8px;
    background: #086b88;
    box-shadow: 0 35px 80px rgba(0, 16, 28, .38), 0 0 0 9px rgba(255, 255, 255, .055);
    animation: enterprise-hero-float 7s ease-in-out infinite;
}

.enterprise-hero-image-shell::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, rgba(2, 30, 52, .05) 34%, rgba(2, 28, 46, .72));
}

.enterprise-hero-main-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.015);
    transition: transform .8s ease, filter .8s ease;
}

.enterprise-hero-image-shell:hover .enterprise-hero-main-image {
    filter: saturate(1.18) contrast(1.06);
    transform: scale(1.06);
}

.enterprise-hero-image-label {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    max-width: calc(100% - 36px);
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    color: #fff;
    background: rgba(5, 42, 65, .72);
    box-shadow: 0 8px 24px rgba(0, 18, 31, .2);
    backdrop-filter: blur(8px);
    font-size: 15px;
    font-weight: 700;
}

.enterprise-floating-chip {
    position: absolute;
    z-index: 4;
    display: grid;
    gap: 1px;
    min-width: 168px;
    max-width: 220px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 13px;
    color: #fff;
    background: rgba(6, 53, 72, .83);
    box-shadow: 0 16px 35px rgba(0, 17, 29, .3);
    backdrop-filter: blur(10px);
    font-size: 15px;
    line-height: 1.5;
    overflow-wrap: anywhere;
    white-space: normal;
    animation: enterprise-chip-float 5.5s ease-in-out infinite;
}

.enterprise-floating-chip b {
    color: #ffd17e;
    font-size: 17px;
}

.enterprise-floating-chip-one {
    right: 0;
    bottom: 124px;
    min-width: 300px;
    max-width: 320px;
    padding: 8px;
}

.enterprise-chip-title {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    direction: ltr;
    align-items: center;
    gap: 6px;
}

.enterprise-chip-item {
    display: grid;
    gap: 3px;
    min-width: 0;
    padding: 7px 5px 6px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 9px;
    text-align: center;
    background: rgba(255, 255, 255, .07);
}

.enterprise-chip-item b {
    display: block;
    justify-content: center;
    color: #ffd17e;
    font-size: 16px;
    line-height: 1.2;
}

.enterprise-chip-item small {
    display: block;
    direction: rtl;
    color: #fff;
    font-size: 11px;
    line-height: 1.45;
    white-space: nowrap;
}

.enterprise-floating-chip-two {
    top: 108px;
    left: 0;
    animation-delay: -2.4s;
}

.enterprise-hero-product-strip {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    width: min(100%, 340px);
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 16px;
    background: rgba(6, 43, 61, .84);
    box-shadow: 0 20px 42px rgba(0, 18, 30, .28);
    backdrop-filter: blur(12px);
}

.enterprise-hero-product-strip a {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    border-radius: 10px;
    color: #fff;
    background: #0d5b70;
}

.enterprise-hero-product-strip img {
    display: block;
    width: 100%;
    height: 84px;
    object-fit: cover;
    object-position: center 32%;
    opacity: .82;
    transition: opacity .25s ease, transform .35s ease;
}

.enterprise-hero-product-strip span {
    position: absolute;
    inset: auto 0 0;
    padding: 13px 5px 5px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(transparent, rgba(1, 27, 39, .92));
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.enterprise-hero-product-strip a:hover img,
.enterprise-hero-product-strip a:focus-visible img {
    opacity: 1;
    transform: scale(1.08);
}

@keyframes enterprise-grid-drift {
    from { background-position: 0 0, 0 0; }
    to { background-position: 42px 42px, 42px 42px; }
}

@keyframes enterprise-hero-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-.35deg); }
    50% { transform: translate3d(0, -12px, 0) rotate(.45deg); }
}

@keyframes enterprise-chip-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes enterprise-circuit-motion {
    0%, 100% { opacity: .12; transform: translate3d(14px, -12px, 0) rotate(-1deg) scale(1); }
    50% { opacity: .22; transform: translate3d(-38px, 18px, 0) rotate(1deg) scale(1.045); }
}

@keyframes enterprise-wave-motion {
    from { transform: translate3d(-1.5%, 7px, 0) scaleX(1.025); }
    to { transform: translate3d(1.5%, -5px, 0) scaleX(1); }
}

@keyframes enterprise-data-pulse {
    0%, 100% { opacity: .42; transform: translateY(5px); }
    50% { opacity: .62; transform: translateY(-5px); }
}

@keyframes enterprise-orbit-one {
    from { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
    to { transform: translate3d(-32px, 24px, 0) rotate(8deg) scale(1.06); }
}

@keyframes enterprise-orbit-two {
    from { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); }
    to { transform: translate3d(38px, -20px, 0) rotate(-7deg) scale(.96); }
}

/* ویترین تصویری محصولات */
.enterprise-section-heading-split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
    align-items: end;
    gap: 50px;
    max-width: none;
}

.enterprise-section-heading-split > p {
    margin-bottom: 7px;
}

.enterprise-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.enterprise-product-bpms-note {
    display: grid;
    grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr) auto;
    gap: 18px;
    align-items: center;
    margin: -4px 0 24px;
    padding: 15px 18px;
    border: 1px solid #c8e3e1;
    border-radius: 14px;
    color: var(--enterprise-ink);
    background: linear-gradient(110deg, #e7f7f5, #fff);
}

.enterprise-product-bpms-note:hover {
    color: var(--enterprise-ink);
    border-color: #8ecdc8;
    box-shadow: 0 11px 28px rgba(18, 54, 67, .09);
}

.enterprise-product-bpms-note strong {
    color: var(--enterprise-deep);
    font-family: var(--nesfejahan-title-font) !important;
    font-size: 20px;
}

.enterprise-product-bpms-note span {
    color: var(--enterprise-muted);
    font-size: 16px;
    line-height: 1.75;
}

.enterprise-product-bpms-note b {
    color: var(--enterprise-teal);
    font-size: 23px;
}

.enterprise-product-card {
    display: block;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    border-radius: 15px;
    box-shadow: 0 11px 32px rgba(18, 54, 67, .07);
}

.enterprise-product-image {
    position: relative;
    display: block;
    height: 158px;
    overflow: hidden;
    background: #dcebea;
}

.enterprise-product-image::after {
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    content: "";
    pointer-events: none;
    background: linear-gradient(transparent, rgba(5, 42, 58, .16));
}

.enterprise-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform .55s ease;
}

.enterprise-product-card-portrait .enterprise-product-image {
    background: linear-gradient(135deg, #dcefee, #edf4f6);
}

.enterprise-product-card-portrait .enterprise-product-image img {
    padding: 7px;
    object-fit: contain;
    object-position: center;
}

.enterprise-product-card:hover .enterprise-product-image img,
.enterprise-product-card:focus-visible .enterprise-product-image img {
    transform: scale(1.045);
}

.enterprise-product-content {
    display: flex;
    min-height: 215px;
    flex-direction: column;
    padding: 17px 18px 16px;
}

.enterprise-product-content .enterprise-product-status {
    align-self: flex-start;
    padding: 4px 11px;
    border-radius: 999px;
    color: #126d6a;
    background: #e5f6f3;
    font-size: 13px;
    font-weight: 700;
}

.enterprise-product-content strong {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.45;
}

.enterprise-product-content p {
    display: -webkit-box;
    min-height: 70px;
    margin: 7px 0 13px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.enterprise-product-content b {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 700;
}

.main-header .mobile-search-trigger {
    display: none;
}

body.search-active {
    overflow: hidden;
}

/* منوی دسکتاپ: فاصله‌های منظم، زیرمنوی راست‌چین و دکمه ارزیابی */
@media (min-width: 1024px) {
    .main-header .header-upper .outer-container {
        display: flex;
        min-height: 94px;
        align-items: center;
        direction: rtl;
        gap: 18px;
        padding: 0 28px;
    }

    .main-header .header-upper .logo-box,
    .main-header .search-box,
    .main-header .nav-outer,
    .main-header .main-menu,
    .main-header .main-menu .navbar-collapse,
    .main-header .outer-box {
        float: none;
    }

    .main-header .header-upper .logo-box {
        flex: 0 0 180px;
        width: auto;
        padding: 10px 0;
    }

    .main-header .search-box {
        flex: 0 0 118px;
        width: 118px;
        margin: 0;
        padding: 30px 0;
    }

    .main-header .nav-outer {
        display: flex;
        min-width: 0;
        flex: 1 1 auto;
        align-items: center;
        justify-content: flex-start;
    }

    .main-header .main-menu {
        min-width: 0;
        flex: 1 1 auto;
    }

    .main-menu .navigation {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        direction: rtl;
        gap: clamp(5px, .75vw, 14px);
    }

    .main-menu .navigation > li,
    .sticky-header .main-menu .navigation > li,
    .main-menu .navigation > li:last-child {
        float: none;
        margin: 0;
    }

    .main-menu .navigation > li > a,
    .sticky-header .main-menu .navigation > li > a {
        padding: 31px 6px;
        font-size: clamp(14px, .82vw, 16px);
        font-weight: 700;
        line-height: 30px;
        white-space: nowrap;
    }

    .main-menu .navigation > li.dropdown > a {
        padding-right: 6px !important;
        padding-left: 23px !important;
    }

    .main-menu .navigation > li.dropdown > a::before {
        left: 5px;
        line-height: 31px;
    }

    .main-menu .navigation > li > ul,
    .main-menu .navigation > li:hover > ul {
        right: 0;
        left: auto;
        width: 275px;
        padding: 10px;
        border-radius: 0 0 14px 14px;
        text-align: right;
    }

    .main-menu .navigation > li > ul > li > a,
    .main-menu .navigation > li > ul > li:hover > a {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 1.65;
        text-align: right;
    }

    .main-menu .navigation > li > ul > li > a::before {
        display: none;
    }

    .main-menu .navigation > li.menu-assessment::before {
        display: none;
    }

    .main-menu .navigation > li.menu-assessment > a {
        min-height: 43px;
        margin-right: 3px;
        padding: 6px 15px;
        border: 1px solid rgba(255, 255, 255, .58);
        border-radius: 10px;
        color: #fff;
        background: rgba(255, 255, 255, .1);
    }

    .sticky-header .main-menu .navigation > li.menu-assessment > a {
        border-color: #168a87;
        color: #0b6664 !important;
        background: #eaf7f5;
    }

    .main-header .header-upper .outer-box {
        flex: 0 0 auto;
        margin: 0 7px 0 0;
        padding: 28px 0;
    }
}

@media (max-width: 1280px) and (min-width: 1024px) {
    .main-header .header-upper .outer-container {
        gap: 11px;
        padding: 0 15px;
    }

    .main-header .header-upper .logo-box {
        flex-basis: 150px;
    }

    .main-header .header-upper .logo-box img {
        max-width: 150px;
    }

    .main-menu .navigation {
        gap: 3px;
    }

    .main-menu .navigation > li > a,
    .sticky-header .main-menu .navigation > li > a {
        padding-right: 4px;
        padding-left: 4px;
        font-size: 14px;
    }

    .main-menu .navigation > li.menu-assessment > a {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* تبلت و موبایل */
@media (max-width: 1100px) {
    .enterprise-hero-home .enterprise-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr);
        gap: 34px;
    }

    .enterprise-hero-visual {
        width: 100%;
    }

}

@media (max-width: 1023px) {
    body {
        overflow-x: hidden;
    }

    .header-top-two .top-left {
        display: none;
    }

    .header-top-two .top-right {
        display: flex;
        float: none !important;
        align-items: center;
        justify-content: center;
    }

    .main-header .header-upper .outer-container {
        display: flex;
        min-height: 76px;
        align-items: center;
        justify-content: space-between;
        direction: rtl;
        padding: 7px 18px;
    }

    .main-header .header-upper .logo-box {
        float: none;
        width: auto;
        padding: 0;
    }

    .main-header .header-upper .logo-box img {
        width: auto;
        max-width: 155px;
        max-height: 56px;
    }

    .main-header .search-box,
    .main-header .nav-outer .main-menu,
    .main-header .nav-outer .outer-box {
        display: none;
    }

    .main-header .nav-outer {
        display: flex;
        float: none;
        width: auto;
        align-items: center;
        gap: 10px;
        direction: rtl;
    }

    .nav-outer .mobile-nav-toggler,
    .main-header .mobile-search-trigger {
        display: flex;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, .45);
        border-radius: 12px;
        font-size: 27px;
        line-height: 1;
        color: #fff;
        background: rgba(255, 255, 255, .07);
        appearance: none;
        cursor: pointer;
        transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
    }

    .main-header .mobile-search-trigger {
        position: relative;
        float: none;
        order: 1;
        font-size: 20px;
    }

    .nav-outer .mobile-nav-toggler,
    .sticky-header .sticky-mobile-nav-toggler {
        order: 2;
    }

    .nav-outer .mobile-nav-toggler:hover,
    .nav-outer .mobile-nav-toggler:focus-visible,
    .main-header .header-upper .mobile-search-trigger:hover,
    .main-header .header-upper .mobile-search-trigger:focus-visible {
        border-color: #69d6cf;
        background: rgba(36, 184, 173, .22);
        box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
        transform: translateY(-1px);
        outline: none;
    }

    .enterprise-hero,
    .enterprise-hero-home {
        padding-top: 82px;
    }

    .enterprise-hero-home {
        min-height: 0;
        padding-bottom: 84px;
    }

    .enterprise-hero-home .enterprise-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 55px;
    }

    .enterprise-hero-home .enterprise-hero-copy {
        max-width: 760px;
    }

    .enterprise-hero-visual {
        width: min(100%, 600px);
        min-height: 480px;
        justify-self: center;
    }

    .enterprise-section-heading-split {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .enterprise-product-bpms-note {
        grid-template-columns: 1fr auto;
        gap: 6px 14px;
    }

    .enterprise-product-bpms-note span {
        grid-column: 1 / -1;
    }

    .enterprise-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mobile-menu {
        right: 0;
        left: auto;
        width: min(340px, 90vw);
        padding: 0 0 0 26px;
    }

    .mobile-menu .menu-box {
        right: 0;
        left: auto;
        transform: translateX(101%);
    }

    .mobile-menu-visible .mobile-menu .menu-box {
        transform: translateX(0);
    }

    .mobile-menu .nav-logo {
        padding: 18px 20px;
        text-align: right;
    }

    .mobile-menu .navigation li > a {
        min-height: 48px;
        padding: 11px 20px 11px 54px;
        color: #183c49;
        font-size: 17px;
        line-height: 26px;
        text-align: right;
    }

    .mobile-menu .navigation li > ul > li > a {
        padding-right: 34px;
        color: #47636d;
        background: #f2f8f8;
    }

    .mobile-menu .navigation li.dropdown .dropdown-btn {
        right: auto;
        left: 0;
        width: 50px;
        height: 48px;
        line-height: 48px;
        border: 0;
        background: transparent;
    }

    .mobile-menu .navigation li.dropdown .dropdown-btn::after {
        right: 0;
        left: auto;
    }

    .mobile-menu .close-btn {
        border: 0;
        padding: 0;
        background: transparent;
        appearance: none;
    }

    .sticky-header .auto-container {
        display: flex;
        min-height: 66px;
        align-items: center;
        justify-content: space-between;
        direction: rtl;
    }

    .sticky-header .logo,
    .sticky-header .pull-right {
        float: none !important;
        width: auto;
    }

    .sticky-header .logo {
        padding: 5px 0;
        text-align: right;
    }

    .sticky-header .logo img {
        width: auto;
        max-width: 145px;
        max-height: 52px;
    }

    .sticky-header .main-menu,
    .sticky-header .navSidebar-button {
        display: none;
    }

    .main-header .sticky-header .outer-box {
        position: static;
        display: flex;
        align-items: center;
        gap: 9px;
        direction: rtl;
        margin: 0;
        padding: 0;
    }

    .sticky-header .sticky-mobile-nav-toggler,
    .main-header .sticky-header .mobile-search-trigger {
        display: flex;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        border: 1px solid #b9dcda;
        border-radius: 11px;
        color: #0f7774;
        font-size: 25px;
        line-height: 1;
        margin: 0;
        padding: 0;
        background: #eef9f8;
        appearance: none;
        cursor: pointer;
        transition: border-color .2s ease, color .2s ease, background-color .2s ease;
    }

    .main-header .sticky-header .mobile-search-trigger {
        position: relative;
        float: none;
        font-size: 19px;
        background: #eef9f8;
    }

    .sticky-header .sticky-mobile-nav-toggler:hover,
    .sticky-header .sticky-mobile-nav-toggler:focus-visible,
    .main-header .sticky-header .mobile-search-trigger:hover,
    .main-header .sticky-header .mobile-search-trigger:focus-visible {
        border-color: #168a87;
        color: #075b59;
        background: #dcf4f1;
        outline: none;
    }

    .search-popup {
        margin-top: 0;
        background:
            radial-gradient(circle at 18% 22%, rgba(36, 184, 173, .24), transparent 36%),
            linear-gradient(145deg, rgba(5, 31, 48, .98), rgba(9, 73, 91, .97));
        backdrop-filter: blur(14px);
        transition: transform .45s cubic-bezier(.65, 0, .35, 1);
    }

    .search-popup::before {
        top: 0;
        height: 100%;
        margin: 0;
        opacity: .11;
        background-size: cover;
    }

    .search-popup form {
        top: 50%;
        right: 20px;
        left: 20px;
        width: auto;
        max-width: 800px;
        margin: 0 auto;
        padding: 34px;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 24px;
        direction: rtl;
        text-align: right;
        background: rgba(255, 255, 255, .1);
        box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
        backdrop-filter: blur(18px);
        opacity: 0;
        transform: translateY(-50%) scale(.94);
        transform-origin: center;
        transition: opacity .28s ease, transform .38s ease;
    }

    .search-active .search-popup form {
        opacity: 1;
        transform: translateY(-50%) scale(1);
        transition-delay: .16s;
    }

    .search-popup-copy {
        margin-bottom: 20px;
    }

    .search-popup-copy strong,
    .search-popup-copy span {
        display: block;
        color: #fff;
    }

    .search-popup-copy strong {
        margin-bottom: 6px;
        font-family: "B Titr", "B Nazanin", Tahoma, sans-serif;
        font-size: clamp(25px, 6vw, 36px);
        font-weight: 700;
        line-height: 1.55;
    }

    .search-popup-copy span {
        color: rgba(255, 255, 255, .78);
        font-family: "B Nazanin", Tahoma, sans-serif;
        font-size: 17px;
        line-height: 1.8;
    }

    .search-popup .form-group {
        overflow: visible;
        border-radius: 17px;
        box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
    }

    .search-popup .form-group input[type="search"] {
        height: 80px;
        padding: 10px 26px 10px 96px;
        border: 2px solid transparent;
        border-radius: 17px;
        color: #173c49;
        background: #fff;
        font-family: "B Nazanin", Tahoma, sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.7;
        text-align: right;
    }

    .search-popup .form-group input[type="search"]:focus {
        border-color: #4bcac1;
        box-shadow: 0 0 0 4px rgba(75, 202, 193, .2);
        outline: none;
    }

    .search-popup .form-group input[type="search"]::placeholder {
        color: #71858d;
        opacity: 1;
    }

    .search-popup .form-group button {
        top: 8px;
        left: 8px;
        width: 64px;
        height: 64px;
        border-radius: 14px;
        color: #fff;
        background: linear-gradient(145deg, #24b8ad, #087a78);
        box-shadow: 0 8px 18px rgba(0, 106, 103, .25);
        font-size: 22px;
        line-height: 64px;
    }

    .search-popup .form-group button:hover,
    .search-popup .form-group button:focus-visible {
        color: #fff;
        background: linear-gradient(145deg, #36c9be, #086a68);
        outline: 3px solid rgba(255, 255, 255, .45);
        outline-offset: 2px;
    }

    .search-popup .close-search.style-two {
        top: 22px;
        left: 22px;
        width: 48px;
        height: 48px;
        border: 1px solid rgba(255, 255, 255, .35);
        border-radius: 14px;
        background: rgba(255, 255, 255, .1);
    }

    .search-popup .close-search.style-two span {
        width: 46px;
        height: 46px;
        font-size: 19px;
        line-height: 46px;
    }

    .search-active .search-popup .close-search.style-two {
        transition-delay: .1s;
    }
}

@media (max-width: 767px) {
    .enterprise-hero,
    .enterprise-hero-home {
        padding: 70px 0;
    }

    .enterprise-hero-home h1 {
        font-size: clamp(35px, 10vw, 46px);
        line-height: 1.35;
    }

    .enterprise-hero-home .enterprise-lead {
        font-size: 18px;
        line-height: 1.9;
    }

    .enterprise-page-home .enterprise-definition {
        padding: 40px 0 65px;
    }

    .enterprise-hero-visual {
        width: min(100%, 510px);
        min-height: 455px;
        padding: 0 18px 28px;
    }

    .enterprise-hero-image-shell {
        width: min(92%, 365px);
        height: 430px;
        margin: 0 auto;
    }

    .enterprise-floating-chip {
        min-width: 145px;
        max-width: 180px;
        padding: 8px 11px;
        font-size: 14px;
    }

    .enterprise-floating-chip-one {
        right: 8px;
        bottom: 110px;
        min-width: 285px;
        max-width: 305px;
    }

    .enterprise-floating-chip-two {
        top: 92px;
        left: 8px;
    }

    .enterprise-hero-product-strip {
        right: 50%;
        width: min(94%, 340px);
        transform: translateX(50%);
    }

    .enterprise-proof-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .enterprise-product-image {
        height: clamp(205px, 58vw, 300px);
    }

    .enterprise-product-content {
        min-height: 0;
        padding: 21px 20px;
    }

    .enterprise-product-content strong {
        font-size: 23px;
    }

    .enterprise-product-bpms-note {
        grid-template-columns: 1fr auto;
        margin-bottom: 19px;
        padding: 14px 15px;
    }

    .enterprise-product-bpms-note strong {
        font-size: 18px;
    }

    .enterprise-product-bpms-note span {
        font-size: 15px;
    }

    .enterprise-section-heading-split {
        gap: 0;
    }
}

@media (max-width: 575px) {
    .header-top-two .top-right .info-list li:first-child {
        display: none;
    }

    .header-top-two .top-right .info-list li {
        margin: 0;
    }

    .main-header .header-upper .outer-container {
        min-height: 70px;
        padding: 7px 14px;
    }

    .main-header .header-upper .logo-box img {
        max-width: 135px;
        max-height: 50px;
    }

    .nav-outer .mobile-nav-toggler,
    .main-header .header-upper .mobile-search-trigger {
        width: 44px;
        height: 44px;
    }

    .main-header .nav-outer {
        gap: 8px;
    }

    .search-popup form {
        right: 14px;
        left: 14px;
        padding: 22px 16px 18px;
        border-radius: 20px;
    }

    .search-popup-copy {
        margin-bottom: 16px;
    }

    .search-popup-copy span {
        font-size: 15px;
    }

    .search-popup .form-group input[type="search"] {
        height: 64px;
        padding-right: 18px;
        padding-left: 74px;
        border-radius: 15px;
        font-size: 17px;
    }

    .search-popup .form-group button {
        top: 6px;
        left: 6px;
        width: 52px;
        height: 52px;
        border-radius: 11px;
        line-height: 52px;
    }

    .search-popup .close-search.style-two {
        top: 14px;
        left: 14px;
        width: 44px;
        height: 44px;
    }

    .search-popup .close-search.style-two span {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    .enterprise-hero,
    .enterprise-hero-home {
        padding-top: 60px;
    }

    .enterprise-hero-actions {
        gap: 10px;
        margin-top: 24px;
    }

    .enterprise-hero-visual {
        min-height: 410px;
        padding: 0 4px 25px;
    }

    .enterprise-hero-image-shell {
        width: calc(100% - 24px);
        height: 390px;
        border-radius: 23px 7px 23px 7px;
    }

    .enterprise-hero-image-label {
        top: 12px;
        right: 12px;
        max-width: calc(100% - 24px);
        font-size: 13px;
    }

    .enterprise-floating-chip {
        min-width: 0;
        max-width: 155px;
        font-size: 12px;
    }

    .enterprise-floating-chip b {
        font-size: 14px;
    }

    .enterprise-floating-chip-one {
        right: 6px;
        bottom: 94px;
        width: min(292px, calc(100% - 12px));
        min-width: 0;
        max-width: none;
    }

    .enterprise-chip-title {
        gap: 4px;
    }

    .enterprise-chip-item {
        padding: 6px 3px 5px;
    }

    .enterprise-chip-item b {
        font-size: 13px;
    }

    .enterprise-chip-item small {
        font-size: 9px;
    }

    .enterprise-floating-chip-two {
        top: 75px;
        left: 6px;
    }

    .enterprise-hero-product-strip {
        bottom: 0;
        gap: 6px;
        padding: 7px;
    }

    .enterprise-hero-product-strip img {
        height: 72px;
    }

    .enterprise-hero-product-strip span {
        font-size: 11px;
    }

    .enterprise-table-wrap {
        margin-inline: -5px;
    }

    .enterprise-table th,
    .enterprise-table td {
        min-width: 145px;
        padding: 13px 12px;
    }
}

/* فوتر: متن خوانا، کد QR زیر معرفی و بدون آیکون واتس‌اپ در ستون درباره ما */
.main-footer.style-two {
    direction: rtl;
}

.main-footer .logo-widget .text {
    max-width: 520px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .92);
    font-size: 16px;
    line-height: 2.05;
    text-align: justify;
    text-align-last: right;
}

.main-footer .logo-widget .footer-site-qr {
    display: inline-flex;
    width: 154px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 0;
    padding: 10px;
    text-align: center;
}

.main-footer .logo-widget .footer-site-qr img {
    width: 108px;
    height: 108px;
}

.main-footer .logo-widget .footer-site-qr span {
    font-size: 13px;
    line-height: 1.55;
    white-space: normal;
}

@media (max-width: 991px) {
    .main-footer .logo-widget .text {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .main-footer .logo-widget .footer-site-qr {
        width: 154px;
        margin-right: 0;
        margin-left: auto;
    }
}

/* سربرگ چسبان دسکتاپ: یک ردیف باریک و بدون ابزارهای قدیمی */
@media (min-width: 1024px) {
    .sticky-header .auto-container {
        display: flex;
        min-height: 68px;
        align-items: center;
        justify-content: space-between;
        direction: rtl;
        padding-right: 15px;
        padding-left: 15px;
    }

    .sticky-header .logo {
        float: none !important;
        width: 158px;
        flex: 0 0 158px;
        padding: 5px 0;
        text-align: right;
    }

    .sticky-header .logo img {
        width: auto;
        max-width: 150px;
        max-height: 52px;
    }

    .sticky-header .pull-right {
        display: flex;
        min-width: 0;
        width: auto;
        flex: 1 1 auto;
        float: none !important;
        align-items: center;
        justify-content: flex-start;
    }

    .sticky-header .main-menu {
        min-width: 0;
        flex: 1 1 auto;
        float: none;
    }

    .sticky-header .main-menu .navigation {
        gap: clamp(4px, .7vw, 12px);
    }

    .sticky-header .main-menu .navigation > li > a {
        padding: 18px 5px;
        font-size: 14px;
        line-height: 24px;
    }

    .sticky-header .main-menu .navigation > li.dropdown > a {
        padding-right: 5px !important;
        padding-left: 21px !important;
    }

    .sticky-header .main-menu .navigation > li.dropdown > a::before {
        top: 15px !important;
        left: 4px;
        line-height: 28px;
    }

    .sticky-header .main-menu .navigation > li.menu-assessment > a {
        min-height: 40px;
        margin-right: 2px;
        padding: 7px 12px;
    }

    .sticky-header .outer-box {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .enterprise-hero-home::before,
    .enterprise-legacy-pattern,
    .enterprise-hero-home .enterprise-hero-orb-one,
    .enterprise-hero-home .enterprise-hero-orb-two,
    .enterprise-hero-image-shell,
    .enterprise-floating-chip {
        animation: none;
    }

    .enterprise-hero-main-image,
    .enterprise-hero-product-strip img,
    .enterprise-product-image img {
        transition: none;
    }
}

/* سربرگ یکپارچه: لوگوی خوانا، جست‌وجوی بزرگ و فاصلهٔ امن صفحات داخلی */
.site-internal-page .main-header.header-style-two {
    background:
        radial-gradient(circle at 18% 0, rgba(36, 184, 173, .18), transparent 34%),
        linear-gradient(112deg, #082f43, #0b5262 62%, #087d7a);
    box-shadow: 0 12px 32px rgba(4, 35, 48, .16);
}

.main-header .header-upper .logo-box .logo > a,
.sticky-header .logo > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.main-header .header-upper .logo-box img,
.sticky-header .logo img {
    image-rendering: auto;
    filter: drop-shadow(0 0 1px rgba(255, 255, 255, .72)) drop-shadow(0 5px 12px rgba(0, 24, 36, .2));
}

@media (min-width: 1141px) {
    /* در نمایش دسکتاپ سربرگ روی محتوا قرار می‌گیرد؛ این فضا از تداخل عنوان جلوگیری می‌کند. */
    .site-internal-page #main-content {
        padding-top: 150px;
    }
}

@media (min-width: 1024px) {
    .main-header .header-upper .logo-box {
        flex: 0 0 176px;
    }

    .main-header .header-upper .logo-box img {
        display: block;
        width: 162px;
        max-width: 100%;
        height: auto;
        max-height: 72px;
        object-fit: contain;
    }

    .main-header .search-box {
        display: block;
        width: clamp(230px, 15vw, 290px);
        flex: 0 0 clamp(230px, 15vw, 290px);
        margin: 0;
        padding: 0;
    }

    .main-header .search-box form,
    .main-header .search-box .form-group {
        width: 100%;
    }

    .main-header .search-box .form-group input[type="text"],
    .main-header .search-box .form-group input[type="search"] {
        display: block;
        width: 100%;
        height: 54px;
        padding: 0 20px 0 62px;
        border: 1px solid rgba(255, 255, 255, .42);
        border-radius: 15px;
        color: #fff;
        background: rgba(255, 255, 255, .11);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 10px 25px rgba(0, 28, 42, .12);
        font-size: 16px;
        font-weight: 600;
        line-height: 54px;
        backdrop-filter: blur(9px);
        transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
    }

    .main-header .search-box .form-group input[type="search"]::placeholder {
        color: rgba(255, 255, 255, .78);
        opacity: 1;
    }

    .main-header .search-box .form-group input[type="search"]:hover {
        border-color: rgba(255, 255, 255, .7);
        background: rgba(255, 255, 255, .15);
    }

    .main-header .search-box .form-group input[type="search"]:focus {
        border-color: #7ee5dd;
        background: rgba(255, 255, 255, .18);
        box-shadow: 0 0 0 4px rgba(74, 211, 202, .18), 0 14px 30px rgba(0, 28, 42, .18);
        outline: none;
    }

    .main-header .search-box .form-group button {
        position: absolute;
        top: 7px;
        left: 7px;
        display: grid;
        width: 40px;
        height: 40px;
        padding: 0;
        place-items: center;
        border: 0;
        border-radius: 12px;
        color: #073d48;
        background: linear-gradient(135deg, #8debe3, #43c8bf);
        box-shadow: 0 7px 16px rgba(0, 31, 42, .22);
        font-size: 16px;
        line-height: 1;
        transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
    }

    .main-header .search-box .form-group button:hover,
    .main-header .search-box .form-group button:focus-visible {
        color: #042e36;
        background: #a9f3ed;
        box-shadow: 0 9px 20px rgba(0, 31, 42, .28);
        transform: translateY(-1px);
        outline: none;
    }
}

@media (min-width: 1181px) and (max-width: 1280px) {
    .main-header .header-upper .logo-box {
        flex-basis: 148px;
    }

    .main-header .header-upper .logo-box img {
        width: 146px;
        max-height: 65px;
    }

    .main-header .search-box {
        width: 200px;
        flex-basis: 200px;
    }
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .main-header .header-upper .outer-container {
        gap: 7px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .main-header .header-upper .logo-box {
        flex-basis: 132px;
    }

    .main-header .header-upper .logo-box img {
        width: 130px;
        max-height: 58px;
    }

    .main-header .search-box {
        width: 150px;
        flex-basis: 150px;
    }

    .main-header .search-box .form-group input[type="search"] {
        padding-right: 13px;
        font-size: 13px;
    }

    .main-header .header-upper .outer-box {
        display: none;
    }

    .main-menu .navigation {
        gap: 0;
    }

    .main-menu .navigation > li > a,
    .sticky-header .main-menu .navigation > li > a {
        padding-right: 3px;
        padding-left: 3px;
        font-size: 13px;
    }

    .main-menu .navigation > li.dropdown > a {
        padding-right: 3px !important;
        padding-left: 19px !important;
    }
}

/* پیوندهای پایین فوتر در یک ردیف منظم */
.main-footer .footer-bottom .row {
    align-items: center;
    justify-content: space-between;
}

.main-footer .footer-nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
}

.main-footer .footer-nav li {
    flex: 0 0 auto;
}

@media (max-width: 991px) {
    .main-footer .footer-nav {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .main-footer .footer-nav li {
        margin-left: 7px;
        padding-left: 7px;
        border-left-width: 1px;
    }

    .main-footer .footer-nav li:last-child {
        margin-left: 0;
        padding-left: 0;
    }

    .main-footer .footer-nav li a {
        font-size: 13px;
    }
}

/* صفحهٔ نتیجه‌های جست‌وجوی فارسی و انگلیسی */
.site-search-results-page {
    min-height: 70vh;
    padding: 64px 0 90px;
    direction: rtl;
    color: #0a3348;
    background:
        radial-gradient(circle at 12% 12%, rgba(26, 169, 166, .12), transparent 28%),
        linear-gradient(180deg, #f8fcfd 0%, #fff 100%);
}

.site-search-results-header {
    max-width: 780px;
    margin: 0 auto 28px;
    text-align: center;
}

.site-search-results-header > span {
    display: inline-block;
    margin-bottom: 10px;
    color: #0c9895;
    font-family: "B Titr", Titr, "B Nazanin", Nazanin, Tahoma, sans-serif;
    font-size: 17px;
}

.site-search-results-header h1 {
    margin: 0 0 12px;
    color: #082f47;
    font-family: "B Titr", Titr, "B Nazanin", Nazanin, Tahoma, sans-serif;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.35;
}

.site-search-results-header p {
    margin: 0;
    color: #466675;
    font-size: 18px;
    line-height: 1.9;
}

.site-search-results-form {
    max-width: 860px;
    margin: 0 auto 36px;
    padding: 22px;
    border: 1px solid rgba(12, 152, 149, .2);
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 48px rgba(8, 47, 71, .1);
}

.site-search-results-form > label {
    display: block;
    margin-bottom: 9px;
    color: #082f47;
    font-weight: 700;
}

.site-search-results-input {
    display: flex;
    gap: 10px;
}

.site-search-results-input input[type="search"] {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 62px;
    padding: 0 21px;
    border: 1px solid #b9d8dc;
    border-radius: 14px;
    outline: none;
    color: #082f47;
    background: #fafdfe;
    font-family: "B Nazanin", Nazanin, Tahoma, sans-serif;
    font-size: 19px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.site-search-results-input input[type="search"]:focus {
    border-color: #0c9895;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(12, 152, 149, .13);
}

.site-search-results-input button {
    flex: 0 0 auto;
    min-width: 145px;
    height: 62px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #0c9895, #076d83);
    box-shadow: 0 12px 26px rgba(7, 109, 131, .22);
    cursor: pointer;
    font-family: "B Titr", Titr, "B Nazanin", Nazanin, Tahoma, sans-serif;
    font-size: 17px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.site-search-results-input button:hover,
.site-search-results-input button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(7, 109, 131, .3);
}

.site-search-results-form > p {
    margin: 10px 3px 0;
    color: #68828d;
    font-size: 14px;
}

.site-search-summary {
    max-width: 1120px;
    margin: 0 auto 18px;
    color: #496975;
    font-size: 16px;
}

.site-search-summary strong {
    color: #087e83;
}

.site-search-results-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 1120px;
    margin: 0 auto;
}

.site-search-result-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 24px;
    border: 1px solid #d7e7e9;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(8, 47, 71, .06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.site-search-result-card:hover,
.site-search-result-card:focus-within {
    transform: translateY(-3px);
    border-color: rgba(12, 152, 149, .48);
    box-shadow: 0 18px 38px rgba(8, 47, 71, .11);
}

.site-search-result-card > span {
    align-self: flex-start;
    margin-bottom: 9px;
    padding: 4px 10px;
    border-radius: 999px;
    color: #087e83;
    background: #e9f7f6;
    font-size: 13px;
    font-weight: 700;
}

.site-search-result-card h2 {
    margin: 0 0 9px;
    font-family: "B Titr", Titr, "B Nazanin", Nazanin, Tahoma, sans-serif;
    font-size: 22px;
    line-height: 1.55;
}

.site-search-result-card h2 a {
    color: #082f47;
}

.site-search-result-card p {
    margin: 0 0 16px;
    color: #55727e;
    font-size: 15px;
    line-height: 1.9;
}

.site-search-result-link {
    margin-top: auto;
    color: #078b8a;
    font-weight: 700;
}

.site-search-result-card h2 a:focus-visible,
.site-search-result-link:focus-visible,
.site-search-empty a:focus-visible {
    outline: 3px solid rgba(12, 152, 149, .3);
    outline-offset: 4px;
}

.site-search-empty {
    max-width: 780px;
    margin: 0 auto;
    padding: 34px 24px;
    border: 1px dashed #b7d7da;
    border-radius: 20px;
    text-align: center;
    background: rgba(255, 255, 255, .76);
}

.site-search-empty h2 {
    margin: 0 0 9px;
    color: #082f47;
    font-family: "B Titr", Titr, "B Nazanin", Nazanin, Tahoma, sans-serif;
    font-size: 25px;
}

.site-search-empty p {
    margin: 0 0 12px;
    color: #55727e;
    line-height: 1.9;
}

.site-search-empty a {
    color: #078b8a;
    font-weight: 700;
}

@media (max-width: 767px) {
    .site-search-results-page {
        padding: 38px 0 64px;
    }

    .site-search-results-header {
        margin-bottom: 22px;
    }

    .site-search-results-header h1 {
        font-size: 34px;
    }

    .site-search-results-header p {
        font-size: 16px;
    }

    .site-search-results-form {
        padding: 16px;
        border-radius: 17px;
    }

    .site-search-results-input {
        display: grid;
        grid-template-columns: 1fr;
    }

    .site-search-results-input input[type="search"],
    .site-search-results-input button {
        width: 100%;
        height: 56px;
    }

    .site-search-results-grid {
        grid-template-columns: 1fr;
    }

    .site-search-result-card {
        padding: 20px;
    }
}
