/* لایهٔ سازگاری قالب با صفحه‌ساز پوشش.
 * فایل‌های esf.css، esf-responsive.css و esf-custom.css نسخه‌های نهایی سایت قدیمی‌اند و پیش از
 * این فایل بارگذاری می‌شوند. اینجا فقط اتصال مارک‌آپ جدید به همان زبان بصری انجام می‌شود. */

:root {
    --football-primary: var(--pbx-primary, #015fc9);
    --football-accent: var(--pbx-secondary, #f39200);
    --football-heading: var(--pbx-heading, #0b1c39);
    --football-surface: var(--pbx-surface, #f5f7fa);
}

html { scroll-behavior: smooth; }
body.football-theme { direction: rtl; overflow-x: hidden; }
body.football-theme.football-home { background: #fff; }
.football-main { min-height: 45vh; }
.football-main > .poshesh-page-builder,
.football-main > .poshesh-builder-page { width: 100%; }
.football-main .poshesh-section { position: relative; }
.football-main .poshesh-section-xl { padding-block: 7rem; }
.football-main .poshesh-column {
    flex-direction: column;
    min-width: 0;
}
.football-main .poshesh-column > * { width: 100%; }
.football-main .pbx-boxed { max-width: var(--pbx-container, 1200px); margin-inline: auto; }

body.football-theme.is-preloading { overflow: hidden; }

.preloader {
    isolation: isolate;
    overflow: hidden;
    padding: 24px;
    background:
        radial-gradient(circle at 50% 42%, rgb(1 95 201 / 14%) 0, rgb(1 95 201 / 5%) 24%, transparent 48%),
        linear-gradient(145deg, #f5f9ff 0%, #fff 48%, #edf5ff 100%);
    opacity: 1;
    visibility: visible;
    transition: opacity .45s ease, visibility 0s linear .45s;
}

.preloader::before,
.preloader::after {
    position: absolute;
    z-index: -1;
    width: min(48vw, 520px);
    aspect-ratio: 1;
    content: "";
    border: 1px solid rgb(1 95 201 / 8%);
    border-radius: 50%;
}

.preloader::before {
    inset-block-start: -28%;
    inset-inline-end: -11%;
    box-shadow: 0 0 0 52px rgb(1 95 201 / 2.5%), 0 0 0 104px rgb(1 95 201 / 1.5%);
}

.preloader::after {
    inset-block-end: -36%;
    inset-inline-start: -13%;
    box-shadow: 0 0 0 44px rgb(11 28 57 / 2.5%), 0 0 0 88px rgb(11 28 57 / 1.5%);
}

.preloader.is-leaving {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.preloader__panel {
    position: relative;
    display: flex;
    width: min(100%, 360px);
    padding: 38px 32px 30px;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 88%);
    border-radius: 32px;
    background: rgb(255 255 255 / 78%);
    box-shadow: 0 28px 80px rgb(13 43 82 / 14%), inset 0 1px 0 #fff;
    backdrop-filter: blur(20px);
}

.preloader__panel::before {
    position: absolute;
    inset-block-start: 0;
    width: 46%;
    height: 2px;
    content: "";
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--football-primary), transparent);
}

.preloader__mark {
    position: relative;
    display: grid;
    width: 132px;
    height: 132px;
    margin-block-end: 22px;
    place-items: center;
}

.preloader__orbit {
    position: absolute;
    inset: 0;
    border: 1px solid rgb(1 95 201 / 18%);
    border-radius: 50%;
    animation: football-preloader-orbit 2.8s linear infinite;
}

.preloader__orbit::before,
.preloader__orbit::after {
    position: absolute;
    top: 50%;
    width: 9px;
    height: 9px;
    content: "";
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--football-primary);
    box-shadow: 0 4px 14px rgb(1 95 201 / 38%);
    transform: translateY(-50%);
}

.preloader__orbit::before { inset-inline-start: -5px; }
.preloader__orbit::after {
    inset-inline-end: -5px;
    width: 7px;
    height: 7px;
    background: #57a6ff;
}

.preloader__image {
    position: relative;
    display: grid;
    width: 104px;
    height: 104px;
    animation: football-preloader-float 2.4s ease-in-out infinite;
    border: 1px solid rgb(1 95 201 / 10%);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 16px 38px rgb(13 43 82 / 13%);
    place-items: center;
}

.preloader__logo {
    display: block;
    width: 78px;
    height: auto;
    max-height: 72px;
    object-fit: contain;
    filter: drop-shadow(0 5px 8px rgb(13 43 82 / 10%));
}

.preloader__eyebrow,
.preloader__title { margin: 0; text-align: center; }

.preloader__eyebrow {
    margin-block-end: 7px;
    color: var(--football-primary);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .02em;
}

.preloader__title {
    color: var(--football-heading);
    font-size: clamp(1.08rem, 2.4vw, 1.28rem);
    font-weight: 900;
    line-height: 1.7;
}

.preloader__progress {
    position: relative;
    width: 190px;
    height: 4px;
    margin-block: 22px 12px;
    overflow: hidden;
    border-radius: 999px;
    background: rgb(1 95 201 / 10%);
}

.preloader__progress > span {
    position: absolute;
    inset-block: 0;
    width: 44%;
    border-radius: inherit;
    background: linear-gradient(90deg, #63b2ff, var(--football-primary));
    box-shadow: 0 0 12px rgb(1 95 201 / 32%);
    animation: football-preloader-progress 1.35s cubic-bezier(.65, 0, .35, 1) infinite;
}

.preloader__status {
    color: #738198;
    font-size: .75rem;
    font-weight: 600;
}

@keyframes football-preloader-orbit {
    to { transform: rotate(1turn); }
}

@keyframes football-preloader-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes football-preloader-progress {
    from { inset-inline-start: -30%; }
    to { inset-inline-start: 86%; }
}

@media (max-width: 575.98px) {
    .preloader { padding: 18px; }
    .preloader__panel { padding: 32px 24px 26px; border-radius: 26px; }
    .preloader__mark { width: 118px; height: 118px; margin-block-end: 18px; }
    .preloader__image { width: 94px; height: 94px; border-radius: 24px; }
    .preloader__logo { width: 70px; max-height: 64px; }
    .preloader__progress { margin-block-start: 19px; }
}

@media (prefers-reduced-motion: reduce) {
    .preloader__orbit,
    .preloader__image,
    .preloader__progress > span { animation: none; }
    .preloader__progress > span { inset-inline-start: 0; width: 100%; }
}

.main-header__top-menu-box:empty { display: none; }
.main-header__top-menu-box .poshesh-nav { display: flex; gap: 1rem; margin: 0; padding: 0; }
.main-header__top-menu-box .poshesh-nav__link { color: inherit; font-size: .85rem; }
.main-menu__main-menu-box-inner > .poshesh-nav { margin: 0; }
.main-menu .poshesh-nav__item { position: relative; }
.main-menu .poshesh-nav__sub {
    position: absolute;
    inset-block-start: 100%;
    inset-inline-start: 0;
    z-index: 100;
    min-width: 230px;
    margin: 0;
    padding: 12px 0;
    list-style: none;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 12px 36px rgb(15 31 54 / 14%);
    visibility: hidden;
    opacity: 0;
    transform: translateY(12px);
    transition: .25s ease;
}
.main-menu .poshesh-nav__item:hover > .poshesh-nav__sub,
.main-menu .poshesh-nav__item:focus-within > .poshesh-nav__sub { visibility: visible; opacity: 1; transform: none; }
.main-menu .poshesh-nav__sub .poshesh-nav__link { display: flex; padding: 8px 20px; color: var(--football-heading); }
.main-menu .poshesh-nav__sub .poshesh-nav__sub { inset-block-start: 0; inset-inline-start: 100%; }
.main-menu__search,
.mobile-nav__toggler,
.mobile-nav__close { border: 0; background: transparent; }
.stricky-header .main-header__top,
.stricky-header .stricky-header { display: none !important; }
.stricky-header .main-menu__wrapper { box-shadow: none; }

.page-header-bg {
    background-image: linear-gradient(90deg, rgb(4 27 58 / 85%), rgb(1 95 201 / 58%)), url("../images/header.jpg");
    background-position: center;
    background-size: cover;
}
.page-header-shape-1 { background-image: url("../images/shape/shape-4.png"); }
.page-header.football-page-header {
    display: grid;
    min-height: 216px;
    margin-block-start: clamp(18px, 2vw, 28px);
    padding: 0;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background: #092b53;
}
.football-page-header .page-header-bg {
    inset: 0;
    width: auto;
    height: auto;
}
.football-page-header .page-header-shape-1 { opacity: .32; }
.football-page-header .container { position: relative; z-index: 2; }
.football-page-header__inner {
    display: flex;
    min-height: 216px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0;
    padding: 32px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    backdrop-filter: none;
}
.football-page-header h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.05rem, 1.65rem + 1.25vw, 2.85rem);
    font-weight: 900;
    line-height: 1.35;
    text-wrap: balance;
}
.football-breadcrumb {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin: 0;
    padding: 8px 14px;
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 999px;
    color: rgb(255 255 255 / 74%);
    background: rgb(255 255 255 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 8%);
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 650;
}
.football-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: #fff;
}
.football-breadcrumb a:hover { color: #8de8ff; }
.football-page-header .football-breadcrumb :is(li, li a, li span) {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.football-page-header .football-breadcrumb li:first-child a { color: #fff; }
.football-page-header .football-breadcrumb li:last-child { color: #8de8ff; }

.site-footer-bg {
    background-image: linear-gradient(rgb(5 21 44 / 97%), rgb(5 21 44 / 97%)), url("../images/header.jpg");
    background-position: center;
    background-size: cover;
}
.football-footer .footer-widget__logo img,
.mobile-nav__content .logo-box img { max-height: 88px; width: auto; object-fit: contain; }
.football-footer-nav .poshesh-nav { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.football-footer-nav .poshesh-nav__link { color: #aab4c5; }
.football-footer-nav .poshesh-nav__link:hover { color: #fff; }

.football-section-title .section-title-shape-1,
.football-section-title .section-title-shape-2 {
    display: inline-block;
    width: 26px;
    height: 3px;
    margin-inline: 6px;
    border-radius: 999px;
    background: var(--football-accent);
    vertical-align: middle;
}
.football-section-title.text-start .section-sub-title-box { justify-content: flex-start; }

.poshesh-builder-page .football-home-hero > .poshesh-container {
    width: 100%;
    max-width: none;
    padding: 0;
}
.poshesh-builder-page .football-home-hero > .poshesh-container > .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin: 0;
}
.poshesh-builder-page .football-home-hero > .poshesh-container > .row > .poshesh-column {
    margin: 0;
    padding: 0;
}
.football-home-hero { margin-block-end: clamp(24px, 3vw, 48px); }
.football-slider-host { overflow: hidden; }
.football-slider .image-layer-three { background-color: #0d294c; }
.football-slider .main-slider-three__eyebrow {
    margin: 0 0 8px;
    color: rgb(255 255 255 / 78%);
    font-size: 14px;
    font-weight: 700;
}
.football-slider .main-slider-three__text { max-width: 46rem; }
.football-slider .main-slider-three__nav button { padding: 0; background: transparent; }
.football-home .main-slider-three__pagination {
    position: absolute;
    right: 0;
    bottom: 28px;
    left: 0;
    z-index: 25;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.football-home .main-slider-three__pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 !important;
    border-radius: 999px;
    background: rgb(255 255 255 / 45%);
    opacity: 1;
    transition: width .35s ease, background-color .35s ease;
}
.football-home .main-slider-three__pagination .swiper-pagination-bullet-active {
    width: 30px;
    background: #fff;
}

/* دکمه‌های ناوبری اسلایدر آیکن خودشان را داخل مارک‌آپ دارند، ولی Swiper هنوز روی ::after یک
 * گلیف از فونت داخلی «swiper-icons» می‌کشد. آن فونت یک data: URI است و سیاست امنیتی سایت
 * (font-src 'self') بلوکش می‌کند — نتیجه‌اش روی هر صفحه یک خطای CSP در کنسول است. حذف خودِ
 * محتوا جلوی درخواست فونت را می‌گیرد؛ حذف فونت به‌تنهایی، متن خام prev/next را روی دکمه می‌نشاند. */
.swiper-button-next::after,
.swiper-button-prev::after {
    content: none;
}

.football-panel { height: 100%; }
.football-panel--feature .feature-one__shape {
    background-image: url("../images/shape/shape-7.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.football-panel--plain {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 40px rgb(15 31 54 / 8%);
}
.football-panel--plain .football-panel__image { width: 100%; margin-bottom: 1.5rem; border-radius: 10px; }
.football-panel__eyebrow,
.football-panel--plain .football-panel__eyebrow { color: var(--football-primary); font-weight: 700; }
.football-panel--contact { height: 100%; }
.football-panel--contact .football-panel__text { margin-top: .6rem; }
.football-panel--stat .football-panel__value { font-size: inherit; color: inherit; }
.football-link-panel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 1.35rem;
    border: 1px solid rgb(1 95 201 / 12%);
    border-radius: 12px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}
.football-link-panel:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgb(15 31 54 / 10%); }
.football-link-panel__icon { display: grid; place-items: center; flex: 0 0 56px; height: 56px; border-radius: 50%; color: #fff; background: var(--football-primary); font-size: 1.5rem; }

.football-carousel .item { height: 100%; }
.football-carousel__logo { display: grid; place-items: center; min-height: 130px; padding: 1.25rem; }
.football-carousel__logo img { max-width: 180px; max-height: 90px; object-fit: contain; }
.football-carousel__gallery { position: relative; display: block; overflow: hidden; border-radius: 12px; }
.football-carousel__gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.football-carousel__gallery:hover img { transform: scale(1.05); }
.football-carousel__gallery span { position: absolute; inset-inline: 0; inset-block-end: 0; padding: 2rem 1rem 1rem; color: #fff; background: linear-gradient(transparent, rgb(0 0 0 / 75%)); }
.football-carousel__link { display: grid; place-items: center; gap: .6rem; min-height: 170px; padding: 1.5rem; border-radius: 12px; color: var(--football-heading); background: #fff; box-shadow: 0 10px 30px rgb(15 31 54 / 8%); text-align: center; }
.football-carousel__link img { max-width: 96px; max-height: 72px; object-fit: contain; }

.football-news-section { background: var(--football-surface); }
.football-news-grid .news-one__single { height: 100%; }
.football-news-grid .news-one__img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.football-news-grid .news-one__content { height: calc(100% - 220px); display: flex; flex-direction: column; }
.football-news-grid .news-one__read-more { margin-top: auto; }

.news-details__content .mainContent,
.football-post-body { line-height: 2; }
.football-post-body img { max-width: 100%; height: auto; }
.sidebar__search-form input { width: 100%; }
.sidebar__post-image img { width: 70px; height: 70px; object-fit: cover; }
.football-post-navigation a { color: inherit; }

.football-empty-state { padding: 4rem 1.5rem; border-radius: 12px; background: var(--football-surface); text-align: center; }

.football-post-archive {
    padding-block: clamp(64px, 7vw, 88px) 110px;
    background:
        radial-gradient(circle at 100% 4%, rgb(1 95 201 / 7%), transparent 30rem),
        linear-gradient(180deg, #f5f9fe 0%, #fff 42%, #f7faff 100%);
}
.football-post-archive > .container > .row:first-child { margin-block-end: 38px !important; }
.football-archive-intro > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-block-end: 6px;
    color: var(--football-primary);
    font-size: 13px;
    font-weight: 800;
}
.football-archive-intro > span::before {
    width: 22px;
    height: 3px;
    border-radius: 999px;
    content: "";
    background: var(--football-accent);
}
.football-archive-intro h2 {
    margin: 0;
    color: var(--football-heading);
    font-size: clamp(1.55rem, 1.35rem + .55vw, 2rem);
    font-weight: 850;
    line-height: 1.5;
}
.football-archive-search {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 7px;
    border: 1px solid rgb(18 68 122 / 10%);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 42px -28px rgb(9 45 88 / 42%);
}
.football-post-archive form.football-archive-search input[type="search"] {
    position: static;
    min-width: 0;
    height: 50px;
    flex: 1 1 auto;
    padding: 0 17px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    color: var(--football-heading);
    background: #f3f7fc;
    font-size: 14px;
}
.football-post-archive form.football-archive-search input[type="search"]::placeholder { color: #8695a9; }
.football-post-archive form.football-archive-search input[type="search"]:focus { box-shadow: inset 0 0 0 2px rgb(1 95 201 / 18%); }
.football-post-archive form.football-archive-search button[type="submit"] {
    position: static;
    display: grid;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--football-primary), #0589d5);
    font-size: 18px;
    transform: none;
}
.football-post-archive .football-news-grid { --bs-gutter-y: 32px; }
.football-post-archive .football-archive-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgb(16 61 110 / 9%);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 64px -42px rgb(9 45 88 / 42%);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.football-post-archive .football-archive-card:hover {
    border-color: rgb(1 95 201 / 17%);
    box-shadow: 0 30px 70px -40px rgb(9 45 88 / 50%);
    transform: translateY(-5px);
}
.football-post-archive .football-archive-card__media {
    position: relative;
    display: block;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: linear-gradient(145deg, #eaf2fb, #f8fbff);
}
.football-post-archive .football-archive-card__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}
.football-post-archive .football-archive-card:hover .football-archive-card__media img { transform: scale(1.035); }
.football-post-archive .football-archive-card__media--empty {
    display: grid;
    aspect-ratio: 16 / 10;
    place-items: center;
    color: rgb(1 95 201 / 38%);
    font-size: 3rem;
}
.football-post-archive .football-archive-card .news-one__tag {
    inset-block: auto 14px;
    inset-inline: auto 14px;
    height: auto;
    padding: 0;
    border-radius: 10px;
    line-height: normal;
    background: transparent;
}
.football-post-archive .football-archive-card .news-one__tag p {
    margin: 0;
    padding: 7px 12px;
    border-radius: 10px;
    color: #fff;
    background: rgb(1 95 201 / 94%);
    font-size: 11px;
    font-weight: 750;
    backdrop-filter: blur(8px);
}
.football-post-archive .football-archive-card .news-one__arrow-box { display: none; }
.football-post-archive .football-archive-card .news-one__content {
    position: static;
    display: flex;
    height: auto;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    margin: 0;
    padding: 21px 23px 23px;
    border: 0;
    background: #fff;
}
.football-post-archive .football-archive-card .news-one__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
    margin: 0 0 12px;
}
.football-post-archive .football-archive-card .news-one__meta li {
    margin: 0;
    color: #73839a;
    font-size: 11.5px;
    line-height: 1.6;
}
.football-post-archive .football-archive-card .news-one__meta li span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.football-post-archive .football-archive-card .news-one__meta i { color: var(--football-primary); }
.football-post-archive .football-archive-card .news-one__title {
    display: -webkit-box;
    min-height: 3.25em;
    margin: 0 0 10px;
    overflow: hidden;
    color: var(--football-heading);
    font-size: clamp(1.08rem, 1rem + .22vw, 1.22rem);
    font-weight: 850;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.football-post-archive .football-archive-card .news-one__title a { color: inherit; }
.football-post-archive .football-archive-card .news-one__title a:hover { color: var(--football-primary); }
.football-post-archive .football-archive-card__excerpt {
    display: -webkit-box;
    margin: 0 0 18px;
    overflow: hidden;
    color: #617086;
    font-size: 13.5px;
    line-height: 1.9;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.football-post-archive .football-archive-card .news-one__read-more { margin-block-start: auto; }
.football-post-archive .football-archive-card .news-one__read-more a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--football-primary);
    font-size: 13px;
    font-weight: 800;
}
.football-post-archive .football-archive-card .news-one__read-more a:hover { gap: 11px; }

.poshesh-section-dark.football-template-header {
    background-image: linear-gradient(90deg, rgb(4 27 58 / 90%), rgb(1 95 201 / 62%)), url("../images/header.jpg");
    background-position: center;
    background-size: cover;
    margin-block-start: clamp(18px, 2vw, 28px);
    padding-block: 3.75rem;
}
.football-template-title,
.football-template-title :is(h1, h2, p) { color: #fff !important; }
.football-template-title .poshesh-heading-display {
    font-size: clamp(2.2rem, 1.35rem + 3vw, 3.5rem);
    font-weight: 800;
    line-height: 1.25;
}

@media (max-width: 767.98px) {
    .page-header.football-page-header,
    .football-page-header__inner { min-height: 182px; }
    .football-page-header__inner { gap: 12px; padding-block: 26px; }
    .football-page-header h1 { font-size: clamp(1.75rem, 1.45rem + 1.4vw, 2.1rem); }
    .football-breadcrumb { padding: 7px 12px; font-size: 11px; }
    .football-post-archive { padding-block: 48px 76px; }
    .football-post-archive > .container > .row:first-child { margin-block-end: 28px !important; }
    .football-archive-toolbar { text-align: center; }
    .football-archive-intro > span { justify-content: center; }
    .poshesh-section-dark.football-template-header { margin-block-start: 12px; padding-block: 3.2rem; }
    .football-template-title .poshesh-heading-display { font-size: 2.25rem; }
}
.football-layout-header {
    position: relative;
    z-index: 1000;
    border-top: 3px solid var(--football-primary);
    background: rgb(255 255 255 / 97%);
    box-shadow: 0 10px 36px rgb(15 31 54 / 9%);
    backdrop-filter: blur(14px);
}
.football-layout-header .poshesh-column { display: flex; align-items: center; }
.football-layout-header .poshesh-widget-menu { width: 100%; }
.football-layout-header .poshesh-nav--primary { align-items: center; }
.football-layout-header .poshesh-nav__link {
    position: relative;
    padding-block: .75rem;
    color: var(--football-heading);
    font-weight: 700;
}
.football-layout-header .poshesh-nav__link:hover,
.football-layout-header .poshesh-nav__link[aria-current="page"] { color: var(--football-primary); }
.football-layout-header .poshesh-nav-toggle {
    min-width: 46px;
    min-height: 46px;
    border: 1px solid rgb(1 95 201 / 18%);
    border-radius: 12px;
    color: var(--football-primary);
    background: rgb(1 95 201 / 7%);
}
.football-layout-logo { margin: 0; }
.football-layout-logo img { max-height: 68px; width: auto; object-fit: contain; }
.poshesh-layout-footer {
    position: relative;
    overflow: hidden;
    color: #aab4c5;
    background:
        radial-gradient(circle at 14% -12%, rgb(12 224 255 / 20%), transparent 32rem),
        radial-gradient(circle at 88% 112%, rgb(1 95 201 / 34%), transparent 30rem),
        linear-gradient(180deg, #122948 0%, #0f2644 58%, #0b1f39 100%);
}
.poshesh-layout-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, rgb(255 255 255 / 2%), transparent 42%);
}
.poshesh-layout-footer .football-layout-footer {
    padding-block: 86px 48px !important;
    color: #d2dced;
    background: transparent;
}
.poshesh-layout-footer .football-layout-footer > .poshesh-container > .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.poshesh-layout-footer .football-footer-card {
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-content: flex-start;
    min-height: 100%;
    min-width: 0;
    padding: 24px 34px 22px;
}
.poshesh-layout-footer .football-footer-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset-block: 0;
    inset-inline: 12px;
    border: 1px solid rgb(163 193 236 / 23%);
    border-radius: 20px;
    background: linear-gradient(180deg, rgb(255 255 255 / 7%) 0%, rgb(255 255 255 / 3%) 100%);
    box-shadow: 0 22px 40px -34px rgb(0 0 0 / 88%);
    backdrop-filter: blur(2px);
}
.poshesh-layout-footer .football-footer-card > * { position: relative; z-index: 1; }
.poshesh-layout-footer .football-footer-card > * + * { margin-top: 0; }
.poshesh-layout-footer .football-footer-title { margin-bottom: 20px; }
.poshesh-layout-footer .football-footer-title :is(h2, h3, .poshesh-heading-text) {
    margin: 0;
    color: #f8fbff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.poshesh-layout-footer .football-image { margin: 0; }
.poshesh-layout-footer .football-image--start { text-align: start; }
.poshesh-layout-footer .football-image--center { text-align: center; }
.poshesh-layout-footer .football-image--end { text-align: end; }
.poshesh-layout-footer .football-image--stretch img { width: 100%; }
.poshesh-layout-footer .football-footer-logo { margin-bottom: 18px; }
.poshesh-layout-footer .football-footer-logo img {
    width: auto;
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
}
.poshesh-layout-footer .football-footer-about-text p,
.poshesh-layout-footer .football-footer-newsletter-text p {
    margin: 0;
    color: #d2dced;
    font-size: 14px;
    line-height: 2;
}
.poshesh-layout-footer .football-footer-social { margin-top: 22px; }
.poshesh-layout-footer .football-footer-social .poshesh-social { margin: 0; padding: 0; }
.poshesh-layout-footer .football-footer-social .poshesh-social-link {
    width: 40px;
    height: 40px;
    border: 1px solid rgb(148 181 227 / 38%);
    border-radius: 12px;
    color: #d5e4fb;
    background: rgb(255 255 255 / 2%);
}
.poshesh-layout-footer .football-footer-social .poshesh-social-link:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #015fc9 0%, #12b7e7 100%);
    transform: translateY(-2px);
}
.poshesh-layout-footer .football-footer-contact-item + .football-footer-contact-item { margin-top: 14px; }
.poshesh-layout-footer .football-footer-contact-item .poshesh-icon-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.poshesh-layout-footer .football-footer-contact-item .poshesh-icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-top: 2px;
    border-radius: 10px;
    color: #7fe2ff;
    background: rgb(12 224 255 / 12%);
    font-size: 13px;
}
.poshesh-layout-footer .football-footer-contact-item .poshesh-icon-box-title {
    margin: 0;
    color: #d2dced;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
}
.poshesh-layout-footer .football-footer-contact-item .poshesh-icon-box-title a { color: inherit; }
.poshesh-layout-footer .football-footer-contact-item .poshesh-icon-box-title a:hover { color: #8de8ff; }
.poshesh-layout-footer .football-footer-hours-title {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgb(164 193 236 / 26%);
}
.poshesh-layout-footer .football-footer-hours-title :is(h2, h3, .poshesh-heading-text) {
    margin: 0 0 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.poshesh-layout-footer .football-footer-hours-text p {
    margin: 0;
    color: #c9d8ec;
    font-size: 14px;
    line-height: 1.8;
}
.poshesh-layout-footer .football-footer-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.poshesh-layout-footer .football-footer-gallery-title { grid-column: 1 / -1; }
.poshesh-layout-footer .football-footer-gallery-item {
    overflow: hidden;
    border: 1px solid rgb(170 196 231 / 28%);
    border-radius: 10px;
}
.poshesh-layout-footer .football-footer-gallery-item a { position: relative; display: block; }
.poshesh-layout-footer .football-footer-gallery-item a::after {
    content: "\f0c1";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgb(1 95 201 / 84%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 0;
    transition: opacity .2s ease;
}
.poshesh-layout-footer .football-footer-gallery-item a:hover::after { opacity: 1; }
.poshesh-layout-footer .football-footer-gallery-item img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 9px;
    object-fit: cover;
}
.poshesh-layout-footer .football-footer-newsletter-form { margin-block: 18px 16px; }
.poshesh-layout-footer .football-newsletter { position: relative; }
.poshesh-layout-footer .football-newsletter input {
    width: 100%;
    height: 52px;
    padding-inline: 18px 56px;
    border: 1px solid rgb(164 193 236 / 30%);
    border-radius: 12px;
    outline: none;
    color: #f3f8ff;
    background: rgb(8 23 41 / 68%);
}
.poshesh-layout-footer .football-newsletter input::placeholder { color: #adc1de; }
.poshesh-layout-footer .football-newsletter input:focus { border-color: #7fe2ff; box-shadow: 0 0 0 3px rgb(127 226 255 / 12%); }
.poshesh-layout-footer .football-newsletter button {
    position: absolute;
    inset-block-start: 8px;
    inset-inline-end: 8px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #015fc9 0%, #11bee8 100%);
}
.poshesh-layout-footer .football-footer-phone {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgb(164 193 236 / 26%);
}
.poshesh-layout-footer .football-footer-phone .poshesh-icon-box { display: flex; align-items: center; gap: 12px; }
.poshesh-layout-footer .football-footer-phone .poshesh-icon-box-icon { color: #7fe2ff; font-size: 30px; }
.poshesh-layout-footer .football-footer-phone .poshesh-icon-box-title { margin: 0; font-size: 16px; }
.poshesh-layout-footer .football-footer-phone .poshesh-icon-box-title a { color: #f7fbff; }
.poshesh-layout-footer .football-footer-phone .poshesh-icon-box-text p { margin: 0; color: #bed0e7; font-size: 13px; }
.poshesh-layout-footer .football-footer-bottom .poshesh-container { position: relative; z-index: 1; }
.poshesh-layout-footer .football-footer-copyright {
    padding-block: 18px 22px;
    border-top: 1px solid rgb(164 193 236 / 23%);
    color: #bed0e7;
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
}
.poshesh-layout-footer .football-footer-copyright p { margin: 0; }
.poshesh-layout-footer .football-footer-copyright a { color: #d6e6ff; font-weight: 700; }
.poshesh-layout-footer .football-footer-copyright a:hover { color: #8de8ff; }

@media (max-width: 1199.98px) {
    .main-menu__main-menu-box-inner > .poshesh-nav { display: none; }
    .mobile-nav__toggler { display: inline-flex; }
}

@media (max-width: 767.98px) {
    .custom-cursor__cursor,
    .custom-cursor__cursor-two { display: none !important; }
    .football-slider .main-slider-three__eyebrow { font-size: 12px; }
    .football-home .main-slider-three__pagination { bottom: 16px; }
    .football-layout-header .football-layout-logo img { max-height: 56px; }
    .football-layout-header .poshesh-column { min-width: 0; }
    .football-layout-header .poshesh-nav-toggle span { display: none; }
    .poshesh-layout-footer .football-layout-footer { padding-block: 52px 28px !important; }
    .poshesh-layout-footer .football-layout-footer > .poshesh-container > .row { --bs-gutter-y: 16px; }
    .poshesh-layout-footer .football-footer-card { padding: 16px 26px 15px; }
    .poshesh-layout-footer .football-footer-card::before { border-radius: 15px; }
    .poshesh-layout-footer .football-footer-logo img { max-height: 72px; }
    .poshesh-layout-footer .football-footer-title { margin-bottom: 14px; }
    .poshesh-layout-footer .football-footer-title :is(h2, h3, .poshesh-heading-text) { font-size: 16px; }
    .poshesh-layout-footer .football-footer-social { margin-top: 14px; }
    .poshesh-layout-footer .football-footer-social .poshesh-social-link { width: 36px; height: 36px; border-radius: 10px; font-size: 14px; }
    .poshesh-layout-footer .football-footer-newsletter-form { margin-block: 14px 12px; }
    .poshesh-layout-footer .football-newsletter input { height: 48px; border-radius: 10px; font-size: 13px; }
    .poshesh-layout-footer .football-newsletter button { inset-block-start: 6px; }
    .poshesh-layout-footer .football-footer-copyright { padding-block: 14px 18px; font-size: 12px; }
    .football-main .poshesh-section-xl { padding-block: 4rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .football-link-panel,
    .football-carousel__gallery img { transition: none; }
}

/* صفحهٔ خواندن مطلب: ساختار قدیمی قالب حفظ شده، اما سلسله‌مراتب و ریتم مطالعه مستقل است. */
.football-reading-progress {
    position: fixed;
    inset-block-start: 0;
    inset-inline: 0;
    z-index: 10050;
    height: 3px;
    pointer-events: none;
    background: rgb(255 255 255 / 12%);
}
.football-reading-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #15c8f4 0%, #2688ff 50%, #8bdcff 100%);
    box-shadow: 0 0 14px rgb(21 200 244 / 60%);
    transform: scaleX(var(--football-reading-progress, 0));
    transform-origin: right center;
    transition: transform .12s linear;
}

.football-post-hero {
    position: relative;
    z-index: 1;
    min-height: 312px;
    margin-block-start: clamp(18px, 2vw, 28px);
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(118deg, rgb(6 27 56 / 97%) 4%, rgb(4 55 107 / 92%) 54%, rgb(1 95 201 / 82%) 100%),
        url("../images/header.jpg") center 46% / cover no-repeat;
}
.football-post-hero::after {
    position: absolute;
    inset-inline: 0;
    inset-block-end: 0;
    height: 72px;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgb(3 20 42 / 18%));
}
.football-post-hero__glow,
.football-post-hero__pattern {
    position: absolute;
    pointer-events: none;
}
.football-post-hero__glow {
    inset-block-start: -300px;
    inset-inline-end: -130px;
    width: 610px;
    height: 610px;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 50%;
    box-shadow:
        0 0 0 68px rgb(255 255 255 / 3.5%),
        0 0 0 138px rgb(255 255 255 / 2%);
}
.football-post-hero__pattern {
    inset-block: 0;
    inset-inline-start: 0;
    width: 44%;
    opacity: .32;
    background-image: radial-gradient(circle, rgb(255 255 255 / 28%) 1px, transparent 1.5px);
    background-size: 22px 22px;
    mask-image: linear-gradient(90deg, #000, transparent);
}
.football-post-hero__container {
    position: relative;
    z-index: 2;
    min-height: 312px;
    padding-block: 28px 38px;
}
.football-post-breadcrumb {
    display: flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    gap: 10px;
    margin-block-end: 21px;
    padding: 7px 12px;
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 999px;
    color: rgb(255 255 255 / 72%);
    background: rgb(255 255 255 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 8%);
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.football-post-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    transition: color .2s ease;
}
.football-post-breadcrumb a:hover { color: #8de8ff; }
.football-post-breadcrumb > i { color: rgb(255 255 255 / 38%); font-size: 10px; }
.football-post-breadcrumb > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.football-post-hero__content {
    max-width: 900px;
    animation: football-post-reveal .65s cubic-bezier(.22, 1, .36, 1) both;
}
.football-post-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-block-end: 10px;
    color: #8de8ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -.01em;
}
.football-post-hero__eyebrow i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid rgb(141 232 255 / 28%);
    border-radius: 10px;
    background: rgb(141 232 255 / 10%);
}
.football-post-hero h1 {
    max-width: 880px;
    margin: 0;
    color: #fff;
    font-size: clamp(1.9rem, 1.5rem + 1.15vw, 2.7rem);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: 1.42;
    text-wrap: balance;
}
.football-post-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px 20px;
    margin: 15px 0 0;
}
.football-post-hero__meta li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgb(255 255 255 / 76%);
    font-size: 13px;
    font-weight: 600;
}
.football-post-hero__meta i { color: #8de8ff; font-size: 14px; }

.football-post-single {
    position: relative;
    z-index: 3;
    margin-block-start: 0;
    padding: clamp(30px, 3.2vw, 46px) 0 110px;
}
.football-post-single::before {
    position: absolute;
    z-index: -1;
    inset-inline: 0;
    inset-block: 0;
    content: "";
    background:
        radial-gradient(circle at 100% 12%, rgb(1 95 201 / 7%), transparent 28rem),
        linear-gradient(180deg, #f5f9fe 0%, #fff 38%, #f7faff 100%);
}
.football-post-single > .container { position: relative; }
.football-post-preview {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-block-end: 20px;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgb(76 55 5 / 8%);
}

.football-article-card {
    overflow: hidden;
    border: 1px solid rgb(16 61 110 / 9%);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 80px -44px rgb(9 45 88 / 38%);
    animation: football-post-rise .75s .08s cubic-bezier(.22, 1, .36, 1) both;
}
.football-post-cover {
    position: relative;
    margin: 0;
    padding: 13px;
    border-radius: 0;
    background:
        linear-gradient(145deg, #edf4fc 0%, #fff 56%, #eaf2fb 100%);
}
.football-post-cover::after {
    position: absolute;
    inset: 13px;
    content: "";
    pointer-events: none;
    border: 1px solid rgb(255 255 255 / 70%);
    border-radius: 20px;
    box-shadow: inset 0 -60px 70px -65px rgb(2 25 54 / 24%);
}
.football-post-cover img {
    display: block;
    width: 100%;
    max-height: min(72vh, 760px);
    border-radius: 20px;
    object-fit: contain;
    background: #fff;
}
.football-article-content {
    margin: 0;
    padding: clamp(30px, 4vw, 48px) clamp(24px, 5vw, 54px) 26px;
}
.football-post-lead {
    position: relative;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    margin: 0 0 34px;
    padding: 22px 24px;
    border: 1px solid rgb(1 95 201 / 10%);
    border-inline-start: 4px solid var(--football-primary);
    border-radius: 16px;
    color: #233b59;
    background: linear-gradient(110deg, rgb(1 95 201 / 7%), rgb(1 95 201 / 2%));
    font-size: clamp(1rem, .95rem + .16vw, 1.1rem);
    font-weight: 600;
    line-height: 2;
}
.football-post-lead > i {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    color: var(--football-primary);
    background: #fff;
    box-shadow: 0 10px 25px rgb(1 95 201 / 10%);
}
.football-post-lead p:last-child { margin-bottom: 0; }
.football-post-body {
    max-width: 48rem;
    margin-inline: auto;
    color: #33465f;
    font-size: clamp(1.04rem, .98rem + .2vw, 1.18rem);
    font-weight: 400;
    line-height: 2.12;
    letter-spacing: -.012em;
    text-align: start;
}
.football-post-body > :first-child { margin-block-start: 0; }
.football-post-body > :last-child { margin-block-end: 0; }
.football-post-body p { margin: 0 0 1.45em; }
.football-post-body :is(h2, h3, h4, h5, h6) {
    margin: 1.9em 0 .75em;
    color: var(--football-heading);
    font-weight: 850;
    line-height: 1.65;
    text-wrap: balance;
}
.football-post-body h2 { font-size: clamp(1.55rem, 1.35rem + .5vw, 1.95rem); }
.football-post-body h3 { font-size: clamp(1.3rem, 1.18rem + .34vw, 1.58rem); }
.football-post-body :is(ul, ol) { margin: 0 0 1.5em; padding-inline-start: 1.35rem; }
.football-post-body li { margin-block: .48em; padding-inline-start: .25rem; }
.football-post-body a {
    color: var(--football-primary);
    text-decoration: underline;
    text-decoration-color: rgb(1 95 201 / 30%);
    text-underline-offset: 4px;
    transition: color .2s ease, text-decoration-color .2s ease;
}
.football-post-body a:hover { color: #004a9f; text-decoration-color: currentColor; }
.football-post-body blockquote {
    margin: 2rem 0;
    padding: 20px 24px;
    border: 0;
    border-inline-start: 4px solid var(--football-primary);
    border-radius: 14px;
    color: #1d3858;
    background: #f0f6fd;
    font-size: 1.08em;
    font-weight: 600;
}
.football-post-body img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 2rem auto;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgb(16 54 97 / 12%);
}
.football-post-body :is(table, iframe, video) { max-width: 100%; }
.football-post-body table {
    display: block;
    overflow-x: auto;
    margin-block: 2rem;
    border-collapse: collapse;
}
.football-post-body :is(th, td) { padding: 12px 14px; border: 1px solid #dce7f4; }
.football-post-body th { color: var(--football-heading); background: #edf5ff; }
/* محتوای مهاجرت‌داده‌شده رنگ و پس‌زمینهٔ درون‌خطی دارد؛ در صفحهٔ خواندن باید از تم تبعیت کند. */
.football-post-body span[style] { color: inherit !important; background: transparent !important; }

.football-post-body--excerpt-source .football-post-body__headline {
    position: relative;
    margin: 0 0 26px;
    padding: 20px 24px;
    overflow: hidden;
    border: 1px solid rgb(1 95 201 / 12%);
    border-radius: 17px;
    color: #12385f;
    background:
        radial-gradient(circle at 8% 0, rgb(20 193 229 / 16%), transparent 16rem),
        linear-gradient(115deg, #eef7ff, #f9fcff);
    box-shadow: 0 14px 35px -28px rgb(1 75 156 / 45%);
    font-size: clamp(1.22rem, 1.1rem + .35vw, 1.52rem);
    font-weight: 900;
    line-height: 1.8;
}
.football-post-body--excerpt-source .football-post-body__headline::before {
    position: absolute;
    inset-block: 13px;
    inset-inline-start: 0;
    width: 4px;
    content: "";
    border-radius: 0 6px 6px 0;
    background: linear-gradient(180deg, #17c5e9, var(--football-primary));
}
.football-post-info-block {
    margin: 0 0 20px;
    padding: 22px;
    border: 1px solid #e3edf8;
    border-radius: 18px;
    background: #f7fafe;
}
.football-post-info-block h2 {
    display: flex;
    margin: 0 0 17px;
    align-items: center;
    gap: 11px;
    color: #173b62;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.6;
}
.football-post-info-block h2 i {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 12px;
    color: var(--football-primary);
    background: #fff;
    box-shadow: 0 8px 22px rgb(1 75 156 / 9%);
    font-size: 14px;
}
.football-post-info-block ol {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 9px;
    list-style: none;
}
.football-post-info-block li {
    display: grid;
    margin: 0;
    padding: 11px 13px;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    border: 1px solid #e8eff7;
    border-radius: 12px;
    color: #3a5069;
    background: #fff;
    font-size: .91em;
    line-height: 1.85;
}
.football-post-info-block__number {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(145deg, #168de4, var(--football-primary));
    box-shadow: 0 7px 16px rgb(1 95 201 / 18%);
    font-size: 12px;
    font-weight: 900;
}
.football-post-body--excerpt-source .football-post-body__notice {
    margin: 22px 0 12px;
    padding: 15px 18px;
    border: 1px solid rgb(243 146 0 / 18%);
    border-inline-start: 4px solid var(--football-accent);
    border-radius: 13px;
    color: #5c471c;
    background: #fffaf0;
    font-size: .96em;
    font-weight: 700;
    line-height: 1.9;
}
.football-post-phone {
    display: inline-flex;
    min-height: 48px;
    padding: 9px 18px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgb(1 95 201 / 14%);
    border-radius: 14px;
    color: var(--football-primary) !important;
    background: rgb(1 95 201 / 6%);
    box-shadow: none;
    direction: ltr;
    font-size: 1.05em;
    font-weight: 900;
    letter-spacing: .035em;
    text-decoration: none !important;
}
.football-post-phone:hover {
    color: #fff !important;
    background: var(--football-primary);
    transform: translateY(-2px);
}

.football-post-footer {
    display: flex;
    margin: 8px clamp(24px, 5vw, 54px) 0;
    padding: 26px 0;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    border-block: 1px solid #e7eef7;
}
.football-post-taxonomies,
.football-post-share { display: flex; flex-direction: column; gap: 12px; }
.football-post-footer__label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #6c7e93;
    font-size: 12px;
    font-weight: 700;
}
.football-post-footer__label i { color: var(--football-primary); }
.football-post-footer .news-details__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.football-post-footer .news-details__tags a {
    margin: 0;
    padding: 8px 15px;
    border: 1px solid rgb(1 95 201 / 10%);
    border-radius: 999px;
    color: #36516e;
    background: #f3f7fc;
    font-size: 13px;
    font-weight: 700;
}
.football-post-footer .news-details__tags a:hover {
    border-color: var(--football-primary);
    color: #fff;
    background: var(--football-primary);
    transform: translateY(-2px);
}
.football-post-footer .news-details__social-list { display: flex; gap: 8px; }
.football-post-footer .news-details__social-list a {
    width: 42px;
    height: 42px;
    border: 1px solid rgb(1 95 201 / 15%);
    border-radius: 13px;
    color: var(--football-primary);
    background: rgb(1 95 201 / 6%);
}
.football-post-footer .news-details__social-list a::after { display: none; }
.football-post-footer .news-details__social-list a:hover {
    color: #fff;
    border-color: var(--football-primary);
    background: var(--football-primary);
    box-shadow: 0 10px 24px rgb(1 95 201 / 20%);
    transform: translateY(-2px);
}

.football-post-navigation {
    margin: 0 !important;
    padding: 26px clamp(24px, 5vw, 54px) 34px;
}
.football-post-navigation a {
    display: flex;
    min-height: 128px;
    padding: 19px 21px;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
    border: 1px solid #e3ebf5;
    border-radius: 17px;
    color: var(--football-heading);
    background: #f8fafd;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.football-post-navigation a:hover {
    border-color: rgb(1 95 201 / 26%);
    box-shadow: 0 16px 35px rgb(17 53 94 / 9%);
    transform: translateY(-3px);
}
.football-post-navigation a > span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--football-primary);
    font-size: 12px;
    font-weight: 800;
}
.football-post-navigation strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.8;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.poshesh-post-password {
    padding: clamp(42px, 8vw, 80px) clamp(24px, 7vw, 70px);
    text-align: center;
}
.football-password-icon {
    display: grid;
    width: 74px;
    height: 74px;
    margin: 0 auto 20px;
    place-items: center;
    border-radius: 24px;
    color: var(--football-primary);
    background: rgb(1 95 201 / 8%);
    font-size: 26px;
}
.poshesh-post-password h2 { color: var(--football-heading); font-size: 24px; font-weight: 850; }
.poshesh-post-password > p { margin-block: 9px 24px; color: #6b7c91; }
.football-password-form { display: flex; max-width: 530px; margin-inline: auto; gap: 10px; }
.football-password-form input { min-height: 56px; border-radius: 13px; }
.football-password-form .thm-btn { min-width: 132px; border: 0; }

.football-post-sidebar {
    position: sticky;
    inset-block-start: 110px;
    animation: football-post-rise .75s .16s cubic-bezier(.22, 1, .36, 1) both;
}
.football-post-sidebar .sidebar__single + .sidebar__single { margin-block-start: 20px; }
.football-sidebar-search {
    padding: 24px;
    border: 0;
    border-radius: 22px;
    background:
        radial-gradient(circle at 12% 0, rgb(76 180 255 / 45%), transparent 48%),
        linear-gradient(145deg, #0750a5, #0176d3);
    box-shadow: 0 24px 52px -32px rgb(1 70 150 / 58%);
}
.football-sidebar-search .sidebar__search-form > label {
    display: block;
    margin-block-end: 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 850;
}
.football-sidebar-search__field { position: relative; }
.football-sidebar-search .sidebar__search-form input[type="search"] {
    width: 100%;
    height: 56px;
    padding: 0 18px 0 58px;
    border: 1px solid rgb(255 255 255 / 28%);
    border-radius: 14px;
    outline: 0;
    color: #183552;
    background: rgb(255 255 255 / 95%);
    font-size: 13px;
    font-weight: 500;
    transition: box-shadow .2s ease, border-color .2s ease;
}
.football-sidebar-search .sidebar__search-form input[type="search"]::placeholder { color: #8191a3; }
.football-sidebar-search .sidebar__search-form input[type="search"]:focus {
    border-color: #fff;
    box-shadow: 0 0 0 4px rgb(255 255 255 / 16%);
}
.football-sidebar-search .sidebar__search-form button[type="submit"] {
    position: absolute;
    inset-block: 7px;
    inset-inline: auto 7px;
    display: grid;
    width: 42px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: var(--football-primary);
    font-size: 17px;
    transition: transform .2s ease, background-color .2s ease;
}
.football-sidebar-search .sidebar__search-form button[type="submit"]:hover {
    background: #064c9b;
    transform: scale(1.04);
}

.football-sidebar-card {
    padding: 26px;
    border: 1px solid rgb(16 61 110 / 9%);
    border-radius: 22px;
    background: rgb(255 255 255 / 94%);
    box-shadow: 0 22px 58px -42px rgb(10 49 94 / 34%);
}
.football-sidebar-card__heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-block-end: 19px;
}
.football-sidebar-card__icon {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border-radius: 14px;
    color: var(--football-primary);
    background: rgb(1 95 201 / 7%);
    font-size: 17px;
}
.football-sidebar-card__heading > div > span {
    display: block;
    margin-block-end: 2px;
    color: #8090a3;
    font-size: 10px;
    font-weight: 700;
}
.football-sidebar-card .sidebar__title {
    margin: 0;
    padding: 0;
    color: var(--football-heading);
    font-size: 19px;
    font-weight: 900;
    line-height: 1.4;
}

.football-sidebar-card.sidebar__post { padding: 26px; }
.football-sidebar-card .sidebar__post-list { margin: 0; }
.football-sidebar-card .sidebar__post-list li {
    display: block;
    padding: 0;
    border-radius: 16px;
}
.football-sidebar-card .sidebar__post-list li + li {
    margin-block-start: 7px;
    padding-block-start: 7px;
    border-block-start: 1px solid #edf1f6;
}
.football-sidebar-card .sidebar__post-list li:hover { background: transparent; }
.football-sidebar-card .sidebar__post-list li > a {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    padding: 9px;
    border-radius: 15px;
    transition: background-color .22s ease, transform .22s ease;
}
.football-sidebar-card .sidebar__post-list li > a:hover {
    background: #f4f8fd;
    transform: translateX(-3px);
}
.football-sidebar-card .sidebar__post-image {
    display: grid;
    width: 76px;
    height: 76px;
    margin: 0;
    overflow: hidden;
    place-items: center;
    border-radius: 14px;
    background: #edf4fb;
}
.football-sidebar-card .sidebar__post-image img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    transition: transform .3s ease;
}
.football-sidebar-card .sidebar__post-list li > a:hover img { transform: scale(1.07); }
.football-sidebar-card .sidebar__post-placeholder { color: #91a9c1; font-size: 20px; }
.football-sidebar-card .sidebar__post-content { min-width: 0; }
.football-sidebar-card .sidebar__post-content small {
    display: block;
    margin-block-end: 3px;
    color: var(--football-primary);
    font-size: 9px;
    font-weight: 800;
}
.football-sidebar-card .sidebar__post-content strong {
    display: -webkit-box;
    overflow: hidden;
    color: #213750;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.football-sidebar-post-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-block-start: 5px;
    color: #7a8a9c;
    font-size: 9px;
    font-weight: 700;
}
.football-sidebar-card .sidebar__category-list { margin: 0; }
.football-sidebar-card .sidebar__category-list li + li { margin-block-start: 6px; }
.football-sidebar-card .sidebar__category-list li a {
    display: flex;
    min-height: 44px;
    padding: 8px 13px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #4c6077;
    background: #f7f9fc;
    font-size: 13px;
    font-weight: 700;
}
.football-sidebar-card .sidebar__category-list li a:hover {
    border-color: rgb(1 95 201 / 12%);
    color: var(--football-primary);
    background: #fff;
    box-shadow: 0 8px 22px rgb(14 56 104 / 7%);
    transform: translateX(-2px);
}
.football-sidebar-card .sidebar__category-list li a i {
    color: #a4b3c4;
    font-size: 10px;
    transition: color .2s ease, transform .2s ease;
}
.football-sidebar-card .sidebar__category-list li a:hover i {
    color: var(--football-primary);
    transform: translateX(-3px);
}
.football-sidebar-card.sidebar__tags { padding: 26px; }
.football-sidebar-card .sidebar__tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}
.football-sidebar-card .sidebar__tags-list a,
.football-sidebar-card .sidebar__tags-list a + a {
    margin: 0;
    padding: 7px 13px;
    border: 1px solid #e6edf6;
    border-radius: 999px;
    color: #61758c;
    background: #f8fafd;
    font-size: 11px;
    font-weight: 700;
}
.football-sidebar-card .sidebar__tags-list a:hover {
    border-color: var(--football-primary);
    color: #fff;
    background: var(--football-primary);
}

@keyframes football-post-reveal {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: none; }
}
@keyframes football-post-rise {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: none; }
}

@media (max-width: 1199.98px) {
    .football-post-hero__content { max-width: 830px; }
    .football-sidebar-card { padding: 22px; }
    .football-sidebar-card.sidebar__post,
    .football-sidebar-card.sidebar__tags { padding: 22px; }
    .football-sidebar-card .sidebar__post-list li > a { grid-template-columns: 66px minmax(0, 1fr); gap: 10px; }
    .football-sidebar-card .sidebar__post-image { width: 66px; height: 66px; }
}

@media (max-width: 991.98px) {
    .football-post-hero { min-height: 292px; }
    .football-post-hero__container { min-height: 292px; padding-block: 26px 34px; }
    .football-post-breadcrumb { margin-block-end: 20px; }
    .football-post-single { margin-block-start: 0; padding-block-start: 34px; }
    .football-post-single::before { inset-block-start: 0; }
    .football-post-sidebar { position: static; margin-block-start: 0; }
    .football-sidebar-card .sidebar__post-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; }
    .football-sidebar-card .sidebar__post-list li + li { margin: 0; padding: 0; border-block-start: 0; }
}

@media (max-width: 767.98px) {
    .football-reading-progress { height: 2px; }
    .football-post-hero { min-height: 0; margin-block-start: 12px; }
    .football-post-hero__container { min-height: 0; padding-block: 23px 28px; }
    .football-post-hero__glow { inset-block-start: -220px; width: 420px; height: 420px; }
    .football-post-hero__pattern { width: 80%; opacity: .2; }
    .football-post-breadcrumb {
        max-width: 100%;
        margin-block-end: 18px;
        padding: 7px 11px;
        gap: 8px;
        overflow: hidden;
        font-size: 11px;
    }
    .football-post-breadcrumb a { flex: 0 0 auto; }
    .football-post-breadcrumb > span { white-space: nowrap; }
    .football-post-hero__eyebrow { margin-block-end: 10px; font-size: 12px; }
    .football-post-hero__eyebrow i { width: 27px; height: 27px; border-radius: 9px; }
    .football-post-hero h1 {
        font-size: clamp(1.55rem, 1.23rem + 1.45vw, 1.9rem);
        letter-spacing: -.035em;
        line-height: 1.62;
    }
    .football-post-hero__meta { gap: 8px 14px; margin-block-start: 14px; }
    .football-post-hero__meta li { gap: 6px; font-size: 11px; }
    .football-post-single { margin-block-start: 0; padding-block: 24px 72px; }
    .football-post-single::before { inset-block-start: 0; }
    .football-article-card { border-radius: 21px; }
    .football-post-cover { padding: 8px; }
    .football-post-cover::after { inset: 8px; border-radius: 15px; }
    .football-post-cover img { max-height: 68vh; border-radius: 15px; }
    .football-article-content { padding: 26px 20px 18px; }
    .football-post-lead { grid-template-columns: 36px minmax(0, 1fr); gap: 12px; padding: 18px; border-radius: 13px; }
    .football-post-lead > i { width: 36px; height: 36px; border-radius: 11px; }
    .football-post-body { font-size: 1.02rem; line-height: 2.05; }
    .football-post-body p { margin-block-end: 1.25em; }
    .football-post-body img { margin-block: 1.4rem; border-radius: 12px; }
    .football-post-body--excerpt-source .football-post-body__headline {
        margin-block-end: 18px;
        padding: 16px 18px;
        border-radius: 14px;
        font-size: 1.16rem;
    }
    .football-post-info-block { padding: 16px; border-radius: 15px; }
    .football-post-info-block h2 { margin-block-end: 13px; font-size: 15px; }
    .football-post-info-block h2 i { width: 34px; height: 34px; flex-basis: 34px; border-radius: 10px; }
    .football-post-info-block li { padding: 10px; grid-template-columns: 29px minmax(0, 1fr); gap: 9px; }
    .football-post-info-block__number { width: 29px; height: 29px; border-radius: 9px; }
    .football-post-body--excerpt-source .football-post-body__notice { padding: 13px 15px; }
    .football-post-footer {
        margin-inline: 20px;
        padding-block: 21px;
        align-items: flex-start;
        flex-direction: column;
    }
    .football-post-share { width: 100%; flex-direction: row; align-items: center; justify-content: space-between; }
    .football-post-navigation { padding: 21px 20px 27px; }
    .football-post-navigation a { min-height: 108px; padding: 16px 18px; }
    .football-password-form { flex-direction: column; }
    .football-password-form .thm-btn { width: 100%; }
    .football-sidebar-search,
    .football-sidebar-card,
    .football-sidebar-card.sidebar__post,
    .football-sidebar-card.sidebar__tags { padding: 20px; border-radius: 19px; }
    .football-sidebar-card .sidebar__post-list { grid-template-columns: 1fr; }
}

@media (max-width: 399.98px) {
    .football-post-hero__meta li:nth-child(2) { display: none; }
    .football-post-breadcrumb > a:nth-of-type(2),
    .football-post-breadcrumb > i:nth-of-type(2) { display: none; }
    .football-article-content { padding-inline: 17px; }
    .football-post-footer { margin-inline: 17px; }
    .football-post-navigation { padding-inline: 17px; }
    .football-sidebar-card .sidebar__post-list li > a { grid-template-columns: 70px minmax(0, 1fr); }
    .football-sidebar-card .sidebar__post-image { width: 70px; height: 70px; }
}

@media (prefers-reduced-motion: reduce) {
    .football-post-hero__content,
    .football-article-card,
    .football-post-sidebar { animation: none; }
    .football-reading-progress span,
    .football-post-cover img,
    .football-sidebar-card * { transition-duration: .01ms !important; }
}
