.tq-articles-page {
    --tq-cyan: #06b4c8;
    --tq-cyan-dark: #029eb0;
    --tq-cyan-soft: #dff7f9;
    --tq-red: #ff3448;
    --tq-red-dark: #e62b3f;
    --tq-navy: #20252c;
    --tq-text: #3f4850;
    --tq-muted: #727b82;
    --tq-white: #ffffff;
    --tq-bg: #f6fbfc;
    --tq-border: #e2edef;
}

.tq-articles-page .container {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 767px) {
    .tq-articles-page .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.tq-articles-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 475px;
    display: flex;
    align-items: center;
    padding: 10% 0 82px;
    background: radial-gradient(circle at 10% 20%, rgba(6, 180, 200, 0.13), transparent 30%), radial-gradient(circle at 87% 82%, rgba(255, 52, 72, 0.09), transparent 27%), linear-gradient(135deg, #f8fdfe 0%, #eefafb 53%, #ffffff 100%);
}

.tq-articles-hero::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 100px;
    z-index: -1;
    background: linear-gradient(to bottom, transparent, var(--tq-bg));
}

.tq-articles-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.tq-articles-grid {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image: linear-gradient(rgba(6, 180, 200, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(6, 180, 200, 0.055) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(90deg, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 15%, black 85%, transparent);
}

.tq-articles-orb {
    position: absolute;
    border: 1px solid rgba(6, 180, 200, 0.12);
    border-radius: 50%;
    background: rgba(6, 180, 200, 0.025);
}

.tq-articles-orb--one {
    width: 230px;
    height: 230px;
    top: 55px;
    left: -110px;
}

.tq-articles-orb--two {
    width: 285px;
    height: 285px;
    right: -135px;
    bottom: -105px;
    border-color: rgba(255, 52, 72, 0.1);
    background: rgba(255, 52, 72, 0.018);
}

.tq-articles-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(370px, 0.78fr);
    align-items: center;
    gap: 68px;
}

.tq-articles-hero-copy {
    max-width: 760px;
}

.tq-articles-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border: 1px solid rgba(6, 180, 200, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--tq-cyan-dark);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(6, 180, 200, 0.055);
}

.tq-articles-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--tq-red);
    box-shadow: 0 0 0 5px rgba(255, 52, 72, 0.08);
    animation: tqArticlesDotPulse 2.1s ease-in-out infinite;
}

.tq-articles-hero-title {
    margin: 22px 0 18px;
    color: var(--tq-navy);
    font-size: clamp(46px, 5.1vw, 76px);
    line-height: 0.97;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.tq-articles-hero-title span {
    position: relative;
    display: table;
    margin-top: 9px;
    color: var(--tq-red);
}

.tq-articles-hero-title span::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 2px;
    bottom: -9px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--tq-red), rgba(255, 52, 72, 0.08));
    transform: skewX(-18deg);
}

.tq-articles-hero-text {
    max-width: 655px;
    margin: 0;
    color: var(--tq-muted);
    font-size: 17px;
    line-height: 1.85;
}

.tq-articles-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 27px;
}

.tq-articles-hero-pills span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border: 1px solid rgba(32, 37, 44, 0.07);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: #515a61;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(24, 64, 73, 0.045);
}

.tq-articles-hero-pills i {
    color: var(--tq-cyan);
}

.tq-articles-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: #7b848a;
    font-size: 12px;
    font-weight: 700;
}

.tq-articles-breadcrumb a {
    color: var(--tq-cyan-dark);
}

.tq-articles-breadcrumb a:hover {
    color: var(--tq-red-dark);
}

.tq-articles-breadcrumb i {
    color: #a7b2b7;
    font-size: 9px;
}

.tq-articles-hero-visual {
    position: relative;
    width: min(100%, 470px);
    min-height: 350px;
    justify-self: end;
    display: grid;
    place-items: center;
}

.tq-articles-hero-ring {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.tq-articles-hero-ring--outer {
    width: 325px;
    height: 325px;
    border: 1px dashed rgba(6, 180, 200, 0.23);
    animation: tqArticlesRotate 25s linear infinite;
}

.tq-articles-hero-ring--outer::before,
.tq-articles-hero-ring--outer::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.tq-articles-hero-ring--outer::before {
    top: 22px;
    left: 71px;
    background: var(--tq-red);
    box-shadow: 0 0 0 8px rgba(255, 52, 72, 0.08);
}

.tq-articles-hero-ring--outer::after {
    right: 27px;
    bottom: 55px;
    background: var(--tq-cyan);
    box-shadow: 0 0 0 8px rgba(6, 180, 200, 0.08);
}

.tq-articles-hero-ring--inner {
    width: 245px;
    height: 245px;
    border: 1px solid rgba(255, 52, 72, 0.1);
    box-shadow: inset 0 0 65px rgba(6, 180, 200, 0.05);
    animation: tqArticlesRotateReverse 18s linear infinite;
}

.tq-articles-hero-card {
    position: relative;
    z-index: 3;
    width: 260px;
    min-height: 275px;
    padding: 31px 29px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 250, 251, 0.92));
    box-shadow: 0 28px 70px rgba(31, 82, 91, 0.14), 0 0 0 9px rgba(255, 255, 255, 0.27);
    backdrop-filter: blur(13px);
    transform: rotate(-3deg);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.tq-articles-hero-card:hover {
    transform: rotate(0deg) translateY(-7px);
    box-shadow: 0 34px 82px rgba(31, 82, 91, 0.17), 0 0 0 10px rgba(255, 255, 255, 0.32);
}

.tq-articles-hero-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 18px;
    color: var(--tq-white);
    font-size: 22px;
    background: linear-gradient(145deg, var(--tq-cyan), var(--tq-cyan-dark));
    box-shadow: 0 15px 28px rgba(6, 180, 200, 0.23);
    animation: tqArticlesIconFloat 3.4s ease-in-out infinite;
}

.tq-articles-hero-card>span {
    margin-bottom: 7px;
    color: var(--tq-cyan-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tq-articles-hero-card strong {
    display: block;
    max-width: 195px;
    color: var(--tq-navy);
    font-size: 25px;
    line-height: 1.13;
    letter-spacing: -0.04em;
}

.tq-articles-hero-line {
    width: 77px;
    height: 4px;
    margin: 19px 0 18px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--tq-red), rgba(255, 52, 72, 0.08));
}

.tq-articles-hero-mini {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tq-articles-hero-mini>span {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--tq-red);
    background: rgba(255, 52, 72, 0.08);
    font-size: 12px;
}

.tq-articles-hero-mini small {
    display: block;
    margin-bottom: 2px;
    color: #929ca1;
    font-size: 9px;
    font-weight: 700;
}

.tq-articles-hero-mini b {
    display: block;
    color: #536068;
    font-size: 10px;
    font-weight: 800;
}

.tq-articles-floating {
    position: absolute;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.86);
    color: #4d5860;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 14px 36px rgba(29, 70, 78, 0.11);
    backdrop-filter: blur(10px);
}

.tq-articles-floating i {
    color: var(--tq-red);
}

.tq-articles-floating--top {
    top: 19px;
    right: -1px;
    animation: tqArticlesFloatTop 4.1s ease-in-out infinite;
}

.tq-articles-floating--bottom {
    left: -2px;
    bottom: 18px;
    animation: tqArticlesFloatBottom 4.6s ease-in-out infinite 0.25s;
}

.tq-articles-section {
    position: relative;
    padding: 16px 0 110px;
    background: radial-gradient(circle at 88% 14%, rgba(6, 180, 200, 0.055), transparent 23%), linear-gradient(180deg, var(--tq-bg) 0%, #ffffff 44%, #ffffff 100%);
}

.tq-articles-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 43px;
}

.tq-articles-section-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--tq-cyan-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tq-articles-section-title {
    margin: 0;
    max-width: 700px;
    color: var(--tq-navy);
    font-size: clamp(35px, 4vw, 56px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.055em;
}

.tq-articles-section-title span {
    color: var(--tq-red);
    position: relative;
}

.tq-articles-section-title span::after {
    content: "";
    position: absolute;
    left: 2px;
    right: 3px;
    bottom: -8px;
    height: 5px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--tq-red), transparent);
}

.tq-articles-section-description p {
    margin: 0;
    color: var(--tq-muted);
    font-size: 15px;
    line-height: 1.9;
}

.tq-articles-grid-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.tq-article-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--tq-border);
    border-radius: 25px;
    background: var(--tq-white);
    box-shadow: 0 14px 36px rgba(22, 73, 81, 0.052);
    transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s ease, border-color 0.45s ease;
}

.tq-article-card:hover {
    transform: translateY(-10px);
    border-color: rgba(6, 180, 200, 0.27);
    box-shadow: 0 30px 64px rgba(23, 81, 90, 0.13);
}

.tq-article-card-media {
    position: relative;
    display: block;
    height: 270px;
    overflow: hidden;
    background: #eaf5f7;
}

.tq-article-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.2, 0.75, 0.2, 1), filter 0.6s ease;
}

.tq-article-card:hover .tq-article-card-media img {
    transform: scale(1.08);
    filter: saturate(1.05);
}

.tq-article-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18, 31, 36, 0.04) 18%, rgba(18, 31, 36, 0.03) 44%, rgba(18, 31, 36, 0.76) 100%);
    opacity: 0.76;
    transition: opacity 0.4s ease;
}

.tq-article-card:hover .tq-article-card-overlay {
    opacity: 0.94;
}

.tq-article-category {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    max-width: calc(100% - 64px);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.89);
    color: var(--tq-red-dark);
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tq-article-category i {
    font-size: 9px;
}

.tq-article-read {
    position: absolute;
    z-index: 2;
    right: 17px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--tq-white);
    font-size: 11px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.tq-article-card:hover .tq-article-read {
    opacity: 1;
    transform: translateY(0);
}

.tq-article-read i {
    transition: transform 0.3s ease;
}

.tq-article-card:hover .tq-article-read i {
    transform: translateX(4px);
}

.tq-article-image-corner {
    position: absolute;
    z-index: 3;
    right: 16px;
    top: 16px;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 11px;
    color: var(--tq-white);
    background: rgba(17, 31, 37, 0.18);
    backdrop-filter: blur(8px);
    transition: background 0.3s ease, transform 0.3s ease;
}

.tq-article-image-corner i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.tq-article-card:hover .tq-article-image-corner {
    background: var(--tq-red);
    transform: translateY(-2px);
}

.tq-article-card:hover .tq-article-image-corner i {
    transform: rotate(45deg);
}

.tq-article-card-content {
    padding: 20px 22px 22px;
}

.tq-article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 7px 17px;
    margin-bottom: 12px;
}

.tq-article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--tq-cyan);
    font-size: 14px;
    font-weight: 700;
}

.tq-article-meta i {
    color: var(--tq-cyan);
}

.tq-article-card-title {
    min-height: 59px;
    margin: 0;
    font-size: 20px;
    line-height: 1.42;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.tq-article-card-title a {
    color: var(--tq-navy);
    transition: color 0.25s ease;
}

.tq-article-card-title a:hover,
.tq-article-card:hover .tq-article-card-title a {
    color: var(--tq-cyan-dark);
}

.tq-article-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #eef2f3;
}

.tq-article-index {
    color: #a2adb2;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.tq-article-card-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--tq-red-dark);
    font-size: 14px;
    font-weight: 800;
    transition: color 0.25s ease;
}

.tq-article-card-link:hover {
    color: var(--tq-cyan-dark);
}

.tq-article-card-link i {
    transition: transform 0.3s ease;
}

.tq-article-card-link:hover i {
    transform: translateX(5px);
}

.tq-articles-empty {
    max-width: 620px;
    margin: 10px auto 0;
    padding: 58px 34px;
    text-align: center;
    border: 1px solid var(--tq-border);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 52px rgba(24, 72, 80, 0.06);
}

.tq-articles-empty-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    border-radius: 21px;
    color: var(--tq-cyan-dark);
    background: var(--tq-cyan-soft);
    font-size: 24px;
}

.tq-articles-empty h3 {
    margin: 0 0 8px;
    color: var(--tq-navy);
    font-size: 25px;
    font-weight: 800;
}

.tq-articles-empty p {
    margin: 0;
    color: var(--tq-muted);
    font-size: 14px;
    line-height: 1.8;
}

@keyframes tqArticlesDotPulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 5px rgba(255, 52, 72, 0.08);
    }

    50% {
        transform: scale(1.13);
        box-shadow: 0 0 0 9px rgba(255, 52, 72, 0.035);
    }
}

@keyframes tqArticlesRotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes tqArticlesRotateReverse {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes tqArticlesIconFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-5px) rotate(2deg);
    }
}

@keyframes tqArticlesFloatTop {

    0%,
    100% {
        transform: translateY(0) rotate(1deg);
    }

    50% {
        transform: translateY(-8px) rotate(-1deg);
    }
}

@keyframes tqArticlesFloatBottom {

    0%,
    100% {
        transform: translateY(0) rotate(-1deg);
    }

    50% {
        transform: translateY(8px) rotate(1deg);
    }
}

@media (max-width: 1199px) {
    .tq-articles-hero-inner {
        gap: 42px;
    }

    .tq-articles-hero-title {
        font-size: clamp(43px, 5vw, 64px);
    }

    .tq-articles-grid-list {
        gap: 22px;
    }

    .tq-article-card-media {
        height: 245px;
    }
}

@media (max-width: 991px) {
    .tq-articles-hero {
        min-height: auto;
        padding: 63px 0 76px;
    }

    .tq-articles-hero-inner {
        grid-template-columns: 1fr;
    }

    .tq-articles-hero-copy {
        max-width: 780px;
    }

    .tq-articles-hero-visual {
        justify-self: center;
        margin-top: 3px;
    }

    .tq-articles-section-head {
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: start;
    }

    .tq-articles-grid-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tq-article-card-media {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .tq-articles-hero {
        padding: 53px 0 62px;
    }

    .tq-articles-hero-title {
        font-size: clamp(38px, 10vw, 54px);
    }

    .tq-articles-hero-text {
        font-size: 15px;
        line-height: 1.78;
    }

    .tq-articles-hero-visual {
        min-height: 305px;
        transform: scale(0.94);
        margin: -2px 0 -2px;
    }

    .tq-articles-section {
        padding-bottom: 82px;
    }

    .tq-articles-section-title {
        font-size: clamp(33px, 8vw, 45px);
    }

    .tq-articles-grid-list {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .tq-article-card-media {
        height: 275px;
    }

    .tq-article-card-content {
        padding: 20px 19px 22px;
    }
}

@media (max-width: 520px) {
    .tq-articles-hero {
        padding: 45px 0 49px;
    }

    .tq-articles-eyebrow {
        font-size: 10px;
        letter-spacing: 0.11em;
    }

    .tq-articles-hero-title {
        margin-top: 18px;
        font-size: 39px;
    }

    .tq-articles-hero-title span::after {
        height: 5px;
        bottom: -7px;
    }

    .tq-articles-hero-pills {
        gap: 7px;
    }

    .tq-articles-hero-pills span {
        padding: 8px 11px;
        font-size: 10px;
    }

    .tq-articles-breadcrumb {
        margin-top: 19px;
        font-size: 11px;
    }

    .tq-articles-hero-visual {
        width: 100%;
        min-height: 270px;
        transform: scale(0.82);
        margin: -18px 0 -10px;
    }

    .tq-articles-hero-ring--outer {
        width: 290px;
        height: 290px;
    }

    .tq-articles-floating {
        font-size: 10px;
        padding: 9px 10px;
    }

    .tq-articles-floating--top {
        right: 0;
    }

    .tq-articles-floating--bottom {
        left: 0;
    }

    .tq-articles-section-head {
        margin-bottom: 28px;
    }

    .tq-article-card-media {
        height: 245px;
    }

    .tq-article-card-title {
        min-height: 0;
        font-size: 18px;
    }

    .tq-article-read {
        opacity: 1;
        transform: none;
    }

    .tq-articles-empty {
        padding: 45px 22px;
    }
}

@media (max-width: 380px) {
    .tq-articles-hero-title {
        font-size: 35px;
    }

    .tq-articles-hero-visual {
        transform: scale(0.71);
        margin-top: -28px;
        margin-bottom: -28px;
    }

    .tq-article-card-media {
        height: 220px;
    }
}

[dir="rtl"] .tq-articles-hero-title span::after,
.rtl .tq-articles-hero-title span::after {
    left: 2px;
    right: 4px;
    transform: skewX(18deg);
}

[dir="rtl"] .tq-articles-breadcrumb i,
.rtl .tq-articles-breadcrumb i {
    transform: scaleX(-1);
}

[dir="rtl"] .tq-articles-floating--top,
.rtl .tq-articles-floating--top {
    right: auto;
    left: -1px;
}

[dir="rtl"] .tq-articles-floating--bottom,
.rtl .tq-articles-floating--bottom {
    left: auto;
    right: -2px;
}

[dir="rtl"] .tq-articles-hero-copy,
.rtl .tq-articles-hero-copy {
    text-align: right;
}

[dir="rtl"] .tq-article-category,
.rtl .tq-article-category {
    left: auto;
    right: 16px;
}

[dir="rtl"] .tq-article-image-corner,
.rtl .tq-article-image-corner {
    right: auto;
    left: 16px;
}

[dir="rtl"] .tq-article-read,
.rtl .tq-article-read {
    right: auto;
    left: 17px;
}

[dir="rtl"] .tq-article-read i,
.rtl .tq-article-read i,
[dir="rtl"] .tq-article-card-link i,
.rtl .tq-article-card-link i {
    transform: scaleX(-1);
}

[dir="rtl"] .tq-article-card-link:hover i,
.rtl .tq-article-card-link:hover i,
[dir="rtl"] .tq-article-card:hover .tq-article-read i,
.rtl .tq-article-card:hover .tq-article-read i {
    transform: translateX(-5px) scaleX(-1);
}

@media (prefers-reduced-motion: reduce) {

    .tq-articles-eyebrow-dot,
    .tq-articles-hero-ring--outer,
    .tq-articles-hero-ring--inner,
    .tq-articles-hero-icon,
    .tq-articles-floating--top,
    .tq-articles-floating--bottom,
    .tq-article-card,
    .tq-article-card-media img,
    .tq-article-read,
    .tq-article-read i,
    .tq-article-card-link i {
        animation: none !important;
        transition: none !important;
    }

    .tq-article-read {
        opacity: 1;
        transform: none;
    }
}

.tq-article-page {
    --article-red: #ff3448;
    --article-red-dark: #df263c;
    --article-cyan: #06b4c8;
    --article-cyan-dark: #029eb0;
    --article-navy: #22262d;
    --article-muted: #68737c;
    --article-soft: #f5fbfc;
    --article-border: rgba(34, 38, 45, 0.08);
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 7% 8%, rgba(6, 180, 200, 0.08), transparent 25%), radial-gradient(circle at 94% 10%, rgba(255, 52, 72, 0.07), transparent 25%), linear-gradient(180deg, #f7fcfd 0%, #ffffff 24%, #ffffff 78%, #f8fcfd 100%);
    isolation: isolate;
}

.tq-article-page::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    top: 580px;
    left: -250px;
    border-radius: 50%;
    background: rgba(6, 180, 200, 0.04);
    filter: blur(30px);
    pointer-events: none;
}

.tq-article-page::after {
    content: "";
    position: absolute;
    width: 470px;
    height: 470px;
    top: 900px;
    right: -280px;
    border-radius: 50%;
    background: rgba(255, 52, 72, 0.035);
    filter: blur(30px);
    pointer-events: none;
}

.tq-article-container {
    position: relative;
    z-index: 2;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.tq-article-top {
    padding: 10% 0 42px;
}

.tq-article-top-inner {
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
}

.tq-article-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 15px;
    margin-bottom: 19px;
    border: 1px solid rgba(6, 180, 200, 0.13);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--article-cyan-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    box-shadow: 0 9px 25px rgba(6, 180, 200, 0.06);
}

.tq-article-eyebrow span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--article-cyan);
}

.tq-article-title {
    margin: 0;
    color: var(--article-navy);
    font-size: clamp(38px, 5vw, 54px);
    line-height: 1.03;
    letter-spacing: -2.5px;
    font-weight: 800;
}

.tq-article-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin: 25px auto 0;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--article-cyan), var(--article-red));
}

.tq-article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    margin-top: 23px;
    flex-wrap: wrap;
}

.tq-article-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(34, 38, 45, 0.07);
    color: #737e87;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 7px 18px rgba(34, 38, 45, 0.035);
}

.tq-article-meta-item i {
    color: var(--article-red);
    font-size: 12px;
}

.tq-article-meta-item.cyan i {
    color: var(--article-cyan-dark);
}

.tq-article-main {
    padding: 25px 0 100px;
}

.tq-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 32px;
    align-items: start;
}

.tq-article-card {
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 22px 60px rgba(34, 38, 45, 0.07);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.tq-article-cover {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 8.8;
    background: linear-gradient(135deg, #edf9fb, #f8fcfd);
}

.tq-article-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(20, 28, 33, 0.18));
    pointer-events: none;
}

.tq-article-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tq-article-card:hover .tq-article-cover img {
    transform: scale(1.025);
}

.tq-article-cover-label {
    position: absolute;
    z-index: 2;
    left: 22px;
    bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--article-navy);
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(34, 38, 45, 0.1);
}

.tq-article-cover-label span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--article-red);
}

.tq-article-body {
    padding: 32px 42px 46px;
}

.tq-article-content {
    color: var(--article-muted);
    font-size: 16px;
    line-height: 1.95;
}

.tq-article-content p {
    margin: 0 0 21px;
    color: var(--article-muted);
}

.tq-article-content h2,
.tq-article-content h3,
.tq-article-content h4 {
    margin: 32px 0 15px;
    color: var(--article-navy);
    line-height: 1.3;
    font-weight: 800;
}

.tq-article-content h2 {
    font-size: 29px;
}

.tq-article-content h3 {
    font-size: 23px;
}

.tq-article-content h4 {
    font-size: 19px;
}

.tq-article-content a {
    color: var(--article-red);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tq-article-content ul,
.tq-article-content ol {
    margin: 18px 0 24px;
    padding-left: 24px;
}

.tq-article-content li {
    margin-bottom: 8px;
}

.tq-article-content blockquote {
    margin: 26px 0;
    padding: 21px 23px;
    border-left: 4px solid var(--article-red);
    border-radius: 0 16px 16px 0;
    background: rgba(255, 52, 72, 0.045);
    color: var(--article-navy);
    font-weight: 600;
}

.tq-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.tq-article-content table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
}

.tq-article-content th,
.tq-article-content td {
    padding: 12px 14px;
    border: 1px solid rgba(34, 38, 45, 0.08);
}

.tq-article-content th {
    color: var(--article-navy);
    background: #f7fbfc;
}

.tq-article-sidebar {
    position: sticky;
    top: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tq-article-side-card {
    padding: 25px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(34, 38, 45, 0.07);
    box-shadow: 0 16px 40px rgba(34, 38, 45, 0.055);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.tq-article-side-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 21px;
    color: var(--article-navy);
    font-size: 21px;
    line-height: 1.2;
    font-weight: 800;
}

.tq-article-side-title::after {
    content: "";
    width: 34px;
    height: 4px;
    flex-shrink: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, var(--article-red), var(--article-cyan));
}

.tq-article-author-card {
    position: relative;
    overflow: hidden;
}

.tq-article-author-card::before {
    content: "";
    position: absolute;
    width: 125px;
    height: 125px;
    right: -55px;
    top: -55px;
    border-radius: 50%;
    background: rgba(6, 180, 200, 0.07);
}

.tq-article-author {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 13px;
}

.tq-article-author-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    border-radius: 15px;
    color: var(--article-red);
    background: rgba(255, 52, 72, 0.08);
}

.tq-article-author-label {
    color: #8b959d;
    font-size: 11px;
    font-weight: 600;
}

.tq-article-author-name {
    margin-top: 4px;
    color: var(--article-navy);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
}

.tq-article-departments {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.tq-article-department {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 62px;
    padding: 8px 13px 8px 12px;
    border-radius: 16px;
    background: #f7fbfc;
    border: 1px solid rgba(34, 38, 45, 0.055);
    color: #56616a;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tq-article-department:hover {
    transform: translateX(4px);
    color: var(--article-red);
    background: rgba(255, 52, 72, 0.045);
    border-color: rgba(255, 52, 72, 0.12);
    box-shadow: 0 8px 20px rgba(255, 52, 72, 0.055);
}

.tq-article-department.active {
    color: #fff;
    background: linear-gradient(135deg, #ff3f52 0%, #e92a41 100%);
    border-color: transparent;
    box-shadow: 0 12px 25px rgba(255, 52, 72, 0.19);
}

.tq-article-department.active:hover {
    transform: translateY(-1px);
    color: #fff;
}

.tq-article-department-name {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 11px;
}

.tq-article-department-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    flex: 0 0 32px;
    color: var(--article-red);
    background: rgba(255, 52, 72, 0.08);
    font-size: 11px;
    font-weight: 800;
}

.tq-article-department.active .tq-article-department-number {
    color: #fff;
    background: rgba(255, 255, 255, 0.17);
}

.tq-article-department-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}

.tq-article-department>i {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    border-radius: 10px;
    background: rgba(34, 38, 45, 0.045);
    color: #7d878f;
    font-size: 11px;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.tq-article-department:hover>i {
    color: var(--article-red);
    transform: translateX(2px);
}

.tq-article-department.active>i {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}

.tq-article-recent-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tq-article-recent {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(34, 38, 45, 0.07);
    text-decoration: none;
}

.tq-article-recent:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.tq-article-recent-image {
    position: relative;
    overflow: hidden;
    width: 92px;
    height: 74px;
    border-radius: 14px;
    background: #edf8fa;
}

.tq-article-recent-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(20, 29, 34, 0.08));
    pointer-events: none;
}

.tq-article-recent-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.tq-article-recent:hover .tq-article-recent-image img {
    transform: scale(1.08);
}

.tq-article-recent-info {
    min-width: 0;
}

.tq-article-recent-date {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #8a959d;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
}

.tq-article-recent-date i {
    color: var(--article-cyan-dark);
    font-size: 11px;
}

.tq-article-recent-title {
    display: -webkit-box;
    margin-top: 6px;
    overflow: hidden;
    color: var(--article-navy);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 750;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.2s ease;
}

.tq-article-recent:hover .tq-article-recent-title {
    color: var(--article-red);
}

@media (max-width: 1100px) {
    .tq-article-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 24px;
    }

    .tq-article-body {
        padding: 27px 30px 37px;
    }
}

@media (max-width: 900px) {
    .tq-article-top {
        padding: 58px 0 30px;
    }

    .tq-article-layout {
        grid-template-columns: 1fr;
    }

    .tq-article-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .tq-article-side-card:last-child {
        grid-column: span 2;
    }
}

@media (max-width: 640px) {
    .tq-article-container {
        width: min(calc(100% - 28px), 1280px);
    }

    .tq-article-top {
        padding: 42px 0 22px;
    }

    .tq-article-title {
        font-size: clamp(34px, 9.5vw, 47px);
        letter-spacing: -1.7px;
    }

    .tq-article-meta {
        gap: 7px;
    }

    .tq-article-meta-item {
        padding: 8px 10px;
        font-size: 9px;
    }

    .tq-article-main {
        padding-bottom: 65px;
    }

    .tq-article-card {
        border-radius: 22px;
    }

    .tq-article-cover {
        aspect-ratio: 16 / 10;
    }

    .tq-article-cover-label {
        left: 14px;
        bottom: 14px;
    }

    .tq-article-body {
        padding: 23px 18px 30px;
    }

    .tq-article-content {
        font-size: 15px;
        line-height: 1.85;
    }

    .tq-article-content h2 {
        font-size: 24px;
    }

    .tq-article-content h3 {
        font-size: 20px;
    }

    .tq-article-sidebar {
        display: flex;
    }

    .tq-article-side-card {
        padding: 21px;
    }

    .tq-article-side-title {
        font-size: 19px;
    }

    .tq-article-department {
        min-height: 60px;
    }

    .tq-article-department-text {
        font-size: 13px;
    }

    .tq-article-recent {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 12px;
    }

    .tq-article-recent-image {
        width: 88px;
        height: 72px;
    }

    .tq-article-recent-title {
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .tq-article-title {
        font-size: 33px;
    }

    .tq-article-meta {
        flex-direction: column;
        align-items: stretch;
    }

    .tq-article-meta-item {
        justify-content: center;
    }

    .tq-article-side-card {
        padding: 18px;
    }

    .tq-article-side-title {
        font-size: 18px;
    }

    .tq-article-department {
        min-height: 58px;
    }

    .tq-article-department-number,
    .tq-article-department>i {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .tq-article-department-text {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .tq-article-cover img,
    .tq-article-recent-image img,
    .tq-article-department {
        transition: none !important;
    }
}