/* Blog landing page only. Shared header, footer, drawer and bottom nav are locked. */
.barayand-blog {
    --blog-bg: #f3f8f9;
    --blog-card: #fff;
    --blog-card-soft: #f8fbfb;
    --blog-ink: #10292d;
    --blog-ink-soft: #38565b;
    --blog-muted: #6d8488;
    --blog-line: #d9e6e8;
    --blog-primary: #0a4d56;
    --blog-primary-2: #136b76;
    --blog-primary-soft: #e6f1f2;
    --blog-gold: #d49b3a;
    --blog-gold-soft: #f6e1b7;
    --blog-shadow: 0 18px 48px rgba(6, 46, 51, .08);
    --blog-shadow-hover: 0 24px 58px rgba(6, 46, 51, .14);
    min-height: 100vh;
    padding: 16px 0 78px;
    overflow: hidden;
    color: var(--blog-ink);
    background:
        radial-gradient(circle at 3% 8%, rgba(167, 206, 211, .2), transparent 22rem),
        var(--blog-bg);
    font-family: "Yekan Bakh", "IRANSansX", Tahoma, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

:is(html.dark, :root[data-theme="dark"]) .barayand-blog {
    --blog-bg: #03191d;
    --blog-card: #062e33;
    --blog-card-soft: #08404a;
    --blog-ink: #f4f9f9;
    --blog-ink-soft: #d1e0e2;
    --blog-muted: #9db4b8;
    --blog-line: rgba(230, 241, 242, .12);
    --blog-primary: #8fc5ca;
    --blog-primary-2: #a7ced3;
    --blog-primary-soft: rgba(95, 168, 176, .14);
    --blog-gold: #e8b560;
    --blog-gold-soft: #4a3718;
    --blog-shadow: 0 20px 52px rgba(0, 0, 0, .24);
    --blog-shadow-hover: 0 26px 64px rgba(0, 0, 0, .34);
    background:
        radial-gradient(circle at 3% 8%, rgba(95, 168, 176, .1), transparent 22rem),
        var(--blog-bg);
}

.barayand-blog *,
.barayand-blog *::before,
.barayand-blog *::after {
    box-sizing: border-box;
}

.barayand-blog :where(h1, h2, h3, strong) {
    font-family: "Peyda", "Yekan Bakh", Tahoma, Arial, sans-serif;
}

.barayand-blog :where(a) {
    color: inherit;
    text-decoration: none;
}

.barayand-blog :where(button, input) {
    font: inherit;
}

.barayand-blog :where(img, svg) {
    display: block;
}

.barayand-blog [hidden] {
    display: none !important;
}

.blog-container {
    width: min(100% - 24px, 1344px);
    margin-inline: auto;
}

.blog-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.blog-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    gap: 24px;
    overflow: hidden;
    padding: 30px 20px 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 25px;
    color: #fff;
    background:
        radial-gradient(circle at 8% 5%, rgba(232, 181, 96, .13), transparent 18rem),
        linear-gradient(142deg, #03191d 0%, #073f47 54%, #0a4d56 100%);
    box-shadow: 0 24px 58px rgba(3, 25, 29, .18);
}

.blog-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 280px;
    height: 280px;
    right: -170px;
    bottom: -190px;
    border: 42px solid rgba(255, 255, 255, .035);
    border-radius: 50%;
}

.blog-hero__mark,
.blog-hero__visual-mark,
.blog-cta__mark {
    display: block;
    aspect-ratio: 381 / 296;
    background: currentColor;
    -webkit-mask: url("../home-redesign/barayand/brand/arrow-mark.png") center / contain no-repeat;
    mask: url("../home-redesign/barayand/brand/arrow-mark.png") center / contain no-repeat;
}

.blog-hero__mark {
    position: absolute;
    z-index: -1;
    top: -20px;
    left: -18px;
    width: 150px;
    color: #e8b560;
    opacity: .08;
    pointer-events: none;
}

.blog-hero__copy {
    position: relative;
    z-index: 2;
}

.blog-kicker {
    width: max-content;
    max-width: 100%;
    min-height: 34px;
    padding: 6px 10px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    color: #f6e1b7;
    background: #03191d;
    font-size: 10px;
    font-weight: 800;
}

.blog-kicker svg {
    width: 16px;
    height: 16px;
}

.blog-hero h1 {
    max-width: 740px;
    margin: 16px 0 0;
    color: #fff;
    font-size: clamp(34px, 9.3vw, 62px);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -.7px;
}

.blog-hero h1 em {
    color: #e8b560;
    font-style: normal;
}

.blog-hero__copy > p {
    max-width: 640px;
    margin: 11px 0 0;
    color: rgba(230, 241, 242, .78);
    font-size: 13px;
    line-height: 2;
}

.blog-search {
    height: 58px;
    margin-top: 21px;
    padding: 6px 8px 6px 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(3, 25, 29, .22);
}

.blog-search > svg {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    color: #0a4d56;
}

.blog-search input {
    min-width: 0;
    flex: 1;
    padding: 0;
    border: 0;
    outline: 0;
    color: #10292d;
    background: transparent;
    font-size: 12px;
}

.blog-search input::placeholder {
    color: #71878b;
}

.blog-search button {
    flex: 0 0 auto;
    min-width: 78px;
    height: 46px;
    padding-inline: 13px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: #0a4d56;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}

.blog-search:focus-within {
    border-color: #e8b560;
    box-shadow: 0 0 0 4px rgba(232, 181, 96, .18), 0 12px 30px rgba(3, 25, 29, .22);
}

.blog-hero__actions {
    margin-top: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 15px;
}

.blog-hero__actions a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #f6e1b7;
    font-size: 10px;
    font-weight: 850;
}

.blog-hero__actions a:first-child {
    padding: 0 13px;
    border: 1px solid rgba(232, 181, 96, .26);
    border-radius: 11px;
    background: rgba(232, 181, 96, .08);
}

.blog-hero__actions svg {
    width: 15px;
    height: 15px;
}

.blog-hero__visual {
    position: relative;
    isolation: isolate;
    min-height: 235px;
    padding: 28px 20px 20px;
    overflow: hidden;
    border: 1px solid rgba(230, 241, 242, .11);
    border-radius: 20px;
    background: #062e33;
}

.blog-hero__visual::before,
.blog-hero__visual::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(167, 206, 211, .12);
    border-radius: 50%;
}

.blog-hero__visual::before {
    width: 290px;
    height: 290px;
    left: -125px;
    top: -150px;
}

.blog-hero__visual::after {
    width: 210px;
    height: 210px;
    left: -84px;
    top: -112px;
}

.blog-hero__visual-mark {
    width: 92px;
    margin: 0 0 20px auto;
    color: #e8b560;
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .22));
}

.blog-hero__visual > strong {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.blog-hero__visual > p {
    margin: 5px 0 18px;
    color: rgba(230, 241, 242, .68);
    font-size: 11px;
    line-height: 1.9;
}

.blog-hero__visual dl {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}

.blog-hero__visual dl > div {
    min-width: 0;
    padding: 10px 7px;
    border: 1px solid rgba(230, 241, 242, .09);
    border-radius: 12px;
    background: #08404a;
    text-align: center;
}

.blog-hero__visual dt {
    color: rgba(230, 241, 242, .6);
    font-size: 7.5px;
    white-space: nowrap;
}

.blog-hero__visual dd {
    margin: 3px 0 0;
    color: #e8b560;
    font-family: "Peyda", "Yekan Bakh", sans-serif;
    font-size: 19px;
    font-weight: 900;
}

.blog-section {
    padding-top: 72px;
    scroll-margin-top: 140px;
}

.blog-section-heading {
    margin-bottom: 20px;
}

.blog-section-heading > div > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--blog-primary-2);
    font-size: 10px;
    font-weight: 900;
}

.blog-section-heading > div > span::before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 99px;
    background: var(--blog-gold);
}

.blog-section-heading h2 {
    margin: 7px 0 0;
    color: var(--blog-ink);
    font-size: clamp(24px, 6.8vw, 37px);
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: -.35px;
}

.blog-section-heading p {
    max-width: 640px;
    margin: 6px 0 0;
    color: var(--blog-muted);
    font-size: 11px;
    line-height: 1.9;
}

.blog-section-heading--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
}

.blog-section-heading--row > a {
    min-height: 42px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--blog-line);
    border-radius: 11px;
    color: var(--blog-primary);
    background: var(--blog-card);
    font-size: 9px;
    font-weight: 850;
    white-space: nowrap;
}

.blog-section-heading--row > a svg {
    width: 14px;
    height: 14px;
}

.blog-domain-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 6px;
    border: 1px solid var(--blog-line);
    border-radius: 16px;
    background: var(--blog-card);
    box-shadow: var(--blog-shadow);
}

.blog-domain-tabs button {
    min-height: 48px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 11px;
    color: var(--blog-muted);
    background: transparent;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
}

.blog-domain-tabs button svg {
    width: 18px;
    height: 18px;
}

.blog-domain-tabs button.is-active {
    color: #fff;
    background: #0a4d56;
}

:is(html.dark, :root[data-theme="dark"]) .blog-domain-tabs button.is-active {
    color: #03191d;
    background: #a7ced3;
}

.blog-topic-grid {
    margin-top: 11px;
    display: grid;
    gap: 9px;
}

.blog-topic-card {
    position: relative;
    min-height: 112px;
    padding: 14px;
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--blog-line);
    border-radius: 17px;
    background: var(--blog-card);
    box-shadow: 0 10px 24px rgba(6, 46, 51, .045);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.blog-topic-card:nth-child(even) {
    background: var(--blog-card-soft);
}

.blog-topic-card__icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: var(--blog-primary);
    background: var(--blog-primary-soft);
}

.blog-topic-card__icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.8;
}

.blog-topic-card__copy {
    min-width: 0;
}

.blog-topic-card__copy strong,
.blog-topic-card__copy small {
    display: block;
}

.blog-topic-card__copy strong {
    color: var(--blog-ink);
    font-size: 13px;
    font-weight: 900;
}

.blog-topic-card__copy small {
    margin-top: 3px;
    color: var(--blog-muted);
    font-size: 9px;
    line-height: 1.75;
}

.blog-topic-card__count {
    grid-column: 2;
    color: var(--blog-primary-2);
    font-size: 8px;
    font-weight: 800;
}

.blog-topic-card__arrow {
    grid-column: 3;
    grid-row: 1 / span 2;
    width: 18px;
    height: 18px;
    color: var(--blog-muted);
}

.blog-latest-layout {
    display: grid;
    gap: 12px;
}

.blog-feature-card {
    position: relative;
    min-height: 435px;
    display: block;
    overflow: hidden;
    border: 1px solid var(--blog-line);
    border-radius: 22px;
    background: #03191d;
    box-shadow: var(--blog-shadow);
}

.blog-feature-card > img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.blog-feature-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 25, 29, .04) 18%, rgba(3, 25, 29, .93) 88%);
}

.blog-feature-card__content {
    position: absolute;
    z-index: 2;
    inset: auto 0 0;
    padding: 23px 18px;
    color: #fff;
}

.blog-feature-card__category {
    width: max-content;
    max-width: 100%;
    padding: 5px 9px;
    display: inline-flex;
    border: 1px solid rgba(246, 225, 183, .34);
    border-radius: 999px;
    color: #2d1c04;
    background: #f6e1b7;
    font-size: 8px;
    font-weight: 900;
}

.blog-feature-card__content > strong {
    max-width: 730px;
    margin-top: 9px;
    display: block;
    color: #fff;
    font-size: clamp(21px, 6vw, 36px);
    font-weight: 900;
    line-height: 1.55;
}

.blog-feature-card__content > small {
    max-width: 690px;
    margin-top: 7px;
    display: -webkit-box;
    overflow: hidden;
    color: rgba(230, 241, 242, .76);
    font-size: 10px;
    line-height: 1.9;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-feature-card__meta {
    margin-top: 15px;
    padding-top: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 15px;
    border-top: 1px solid rgba(230, 241, 242, .14);
    color: rgba(230, 241, 242, .7);
    font-size: 8.5px;
}

.blog-feature-card__meta > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.blog-feature-card__meta svg {
    width: 13px;
    height: 13px;
}

.blog-feature-card__cta {
    position: absolute;
    z-index: 3;
    top: 14px;
    left: 14px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: #f6e1b7;
    background: #03191d;
}

.blog-feature-card__cta svg {
    width: 19px;
    height: 19px;
}

.blog-latest-list {
    display: grid;
    gap: 10px;
}

.blog-latest-list > a {
    min-height: 112px;
    padding: 8px;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border: 1px solid var(--blog-line);
    border-radius: 17px;
    background: var(--blog-card);
    box-shadow: 0 10px 24px rgba(6, 46, 51, .045);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.blog-latest-list > a:nth-child(even) {
    background: var(--blog-card-soft);
}

.blog-latest-list img {
    width: 104px;
    height: 94px;
    border-radius: 12px;
    object-fit: cover;
}

.blog-latest-list a > span {
    min-width: 0;
}

.blog-latest-list small,
.blog-latest-list strong,
.blog-latest-list em {
    display: block;
}

.blog-latest-list small {
    color: var(--blog-primary-2);
    font-size: 8px;
    font-weight: 850;
}

.blog-latest-list strong {
    margin-top: 4px;
    display: -webkit-box;
    overflow: hidden;
    color: var(--blog-ink);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.65;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-latest-list em {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--blog-muted);
    font-size: 8px;
    font-style: normal;
}

.blog-latest-list em svg {
    width: 12px;
    height: 12px;
}

.blog-popular-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 86%;
    gap: 10px;
    padding: 2px 1px 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--blog-primary) var(--blog-primary-soft);
}

.blog-popular-grid > a {
    position: relative;
    min-height: 152px;
    padding: 10px;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 11px;
    border: 1px solid var(--blog-line);
    border-radius: 18px;
    background: var(--blog-card);
    scroll-snap-align: start;
    box-shadow: var(--blog-shadow);
}

.blog-popular-grid > a:nth-child(even) {
    background: var(--blog-card-soft);
}

.blog-popular-grid img {
    width: 104px;
    height: 128px;
    border-radius: 13px;
    object-fit: cover;
}

.blog-popular-card__rank {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border: 2px solid var(--blog-card);
    border-radius: 50%;
    color: #2d1c04;
    background: var(--blog-gold);
    font-family: "Peyda", "Yekan Bakh", sans-serif;
    font-size: 12px;
    font-weight: 900;
}

.blog-popular-card__copy {
    min-width: 0;
}

.blog-popular-card__copy > * {
    display: block;
}

.blog-popular-card__copy small {
    color: var(--blog-primary-2);
    font-size: 8px;
    font-weight: 850;
}

.blog-popular-card__copy strong {
    margin-top: 5px;
    display: -webkit-box;
    overflow: hidden;
    color: var(--blog-ink);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.7;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-popular-card__copy em {
    margin-top: 7px;
    color: var(--blog-muted);
    font-size: 8px;
    font-style: normal;
}

.blog-popular-grid > a > svg {
    width: 18px;
    height: 18px;
    color: var(--blog-muted);
}

.blog-archive-toolbar {
    margin-bottom: 14px;
    display: grid;
    gap: 10px;
}

.blog-filter-pills {
    display: flex;
    gap: 7px;
    padding-bottom: 5px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
}

.blog-filter-pills::-webkit-scrollbar {
    display: none;
}

.blog-filter-pills button {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid var(--blog-line);
    border-radius: 12px;
    color: var(--blog-muted);
    background: var(--blog-card);
    font-size: 10px;
    font-weight: 850;
    cursor: pointer;
}

.blog-filter-pills button.is-active {
    color: #fff;
    border-color: #0a4d56;
    background: #0a4d56;
}

:is(html.dark, :root[data-theme="dark"]) .blog-filter-pills button.is-active {
    color: #03191d;
    border-color: #a7ced3;
    background: #a7ced3;
}

.blog-results-summary {
    min-height: 46px;
    padding: 7px 11px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--blog-line);
    border-radius: 13px;
    color: var(--blog-muted);
    background: var(--blog-card-soft);
    font-size: 9px;
}

.blog-results-summary > span {
    margin-inline-end: auto;
    color: var(--blog-ink-soft);
    font-weight: 850;
}

.blog-results-summary strong {
    color: var(--blog-primary);
    font-size: 15px;
    font-weight: 900;
}

.blog-results-summary button {
    min-height: 32px;
    padding: 0 8px;
    border: 0;
    border-radius: 8px;
    color: #9f2442;
    background: #fee7ed;
    font-size: 8px;
    font-weight: 850;
    cursor: pointer;
}

:is(html.dark, :root[data-theme="dark"]) .blog-results-summary button {
    color: #ffafc1;
    background: rgba(168, 38, 69, .2);
}

.blog-article-grid {
    display: grid;
    gap: 12px;
    transition: opacity .2s ease;
}

.blog-article-grid.is-loading {
    opacity: .48;
    pointer-events: none;
}

.blog-article-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--blog-line);
    border-radius: 20px;
    background: var(--blog-card);
    box-shadow: var(--blog-shadow);
    transition: border-color .2s ease, transform .25s ease, box-shadow .25s ease;
}

.blog-article-card:nth-child(even) {
    background: var(--blog-card-soft);
}

.blog-article-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    display: block;
    overflow: hidden;
    background: #dce8e9;
}

.blog-article-card__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 38%;
    background: linear-gradient(180deg, transparent, rgba(3, 25, 29, .48));
    pointer-events: none;
}

.blog-article-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}

.blog-article-card__arrow {
    position: absolute;
    z-index: 2;
    left: 11px;
    bottom: 11px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: #f6e1b7;
    background: #03191d;
}

.blog-article-card__arrow svg {
    width: 17px;
    height: 17px;
}

.blog-article-card__body {
    padding: 16px 15px 15px;
}

.blog-article-card__category {
    width: max-content;
    max-width: 100%;
    min-height: 27px;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    color: var(--blog-primary);
    background: var(--blog-primary-soft);
    font-size: 8px;
    font-weight: 850;
}

.blog-article-card h3 {
    margin: 8px 0 0;
    color: var(--blog-ink);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.75;
}

.blog-article-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-article-card__body > p {
    margin: 7px 0 0;
    display: -webkit-box;
    overflow: hidden;
    color: var(--blog-muted);
    font-size: 10px;
    line-height: 1.95;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-article-card__meta {
    margin-top: 14px;
    padding-top: 11px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 12px;
    border-top: 1px solid var(--blog-line);
    color: var(--blog-muted);
    font-size: 8px;
}

.blog-article-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.blog-article-card__meta svg {
    width: 12px;
    height: 12px;
}

.blog-load-more-wrap {
    min-height: 72px;
    padding-top: 22px;
    display: grid;
    place-items: center;
}

.blog-load-more {
    min-width: 176px;
    min-height: 48px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #0a4d56;
    border-radius: 13px;
    color: #fff;
    background: #0a4d56;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, opacity .2s ease;
}

.blog-load-more svg {
    width: 17px;
    height: 17px;
}

.blog-load-more.is-loading svg {
    animation: blog-spin 1s linear infinite;
}

.blog-load-more:disabled {
    opacity: .6;
    cursor: wait;
}

.blog-status {
    min-height: 18px;
    margin: 7px 0 0;
    color: var(--blog-muted);
    font-size: 9px;
}

.blog-empty-state {
    grid-column: 1 / -1;
    min-height: 280px;
    padding: 30px 20px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    border: 1px dashed var(--blog-line);
    border-radius: 20px;
    color: var(--blog-muted);
    background: var(--blog-card);
    text-align: center;
}

.blog-empty-state > svg {
    width: 38px;
    height: 38px;
    color: var(--blog-primary);
}

.blog-empty-state strong {
    color: var(--blog-ink);
    font-size: 15px;
}

.blog-empty-state p {
    margin: 0;
    font-size: 10px;
    line-height: 1.9;
}

.blog-cta {
    position: relative;
    isolation: isolate;
    margin-top: 72px;
    padding: 28px 20px;
    display: grid;
    gap: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 23px;
    color: #fff;
    background: linear-gradient(135deg, #062e33, #0a4d56);
    box-shadow: 0 24px 58px rgba(3, 25, 29, .2);
}

.blog-cta__mark {
    position: absolute;
    z-index: -1;
    top: -34px;
    left: -24px;
    width: 190px;
    color: #e8b560;
    opacity: .11;
}

.blog-cta > div > span {
    color: #e8b560;
    font-size: 9px;
    font-weight: 900;
}

.blog-cta h2 {
    margin: 6px 0 0;
    color: #fff;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.55;
}

.blog-cta > div > p {
    margin: 6px 0 0;
    color: rgba(230, 241, 242, .72);
    font-size: 10px;
    line-height: 1.9;
}

.blog-cta__form {
    min-height: 58px;
    padding: 6px 8px 6px 6px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    border-radius: 15px;
    background: #fff;
}

.blog-cta__form > svg {
    width: 19px;
    height: 19px;
    color: #0a4d56;
}

.blog-cta__form input {
    min-width: 0;
    border: 0;
    outline: 0;
    color: #10292d;
    background: transparent;
    font-size: 11px;
}

.blog-cta__form button {
    grid-column: 1 / -1;
    min-height: 44px;
    border: 0;
    border-radius: 11px;
    color: #2d1c04;
    background: #e8b560;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
}

.blog-cta__form.is-loading {
    opacity: .68;
    pointer-events: none;
}

.blog-cta__status {
    grid-column: 1 / -1;
    min-height: 18px;
    margin: -11px 2px 0;
    color: #f6e1b7;
    font-size: 9px;
}

.blog-cta__status.is-error {
    color: #ffb2c3;
}

.barayand-blog :focus-visible {
    outline: 3px solid color-mix(in srgb, var(--blog-gold) 78%, #fff);
    outline-offset: 3px;
}

@keyframes blog-spin {
    to { transform: rotate(360deg); }
}

@media (min-width: 700px) {
    .barayand-blog {
        padding-top: 22px;
    }

    .blog-container {
        width: min(100% - 40px, 1344px);
    }

    .blog-hero {
        padding: 42px;
        border-radius: 29px;
    }

    .blog-hero__copy > p {
        font-size: 14px;
    }

    .blog-search {
        max-width: 650px;
    }

    .blog-hero__visual {
        min-height: 280px;
        padding: 35px 30px 27px;
    }

    .blog-hero__visual-mark {
        width: 118px;
    }

    .blog-topic-grid,
    .blog-article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-topic-card {
        min-height: 124px;
        padding: 16px;
    }

    .blog-latest-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-popular-grid {
        grid-auto-flow: initial;
        grid-auto-columns: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
    }

    .blog-archive-toolbar {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .blog-results-summary {
        min-width: 240px;
    }

    .blog-cta {
        padding: 36px;
    }

    .blog-cta__form {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .blog-cta__form button {
        grid-column: auto;
        min-width: 140px;
    }
}

@media (min-width: 1040px) {
    .barayand-blog {
        padding-top: 28px;
    }

    .blog-hero {
        min-height: 500px;
        grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
        align-items: center;
        gap: 45px;
        padding: 45px 54px 45px 38px;
    }

    .blog-hero__mark {
        top: -48px;
        left: -22px;
        width: 280px;
    }

    .blog-hero h1 {
        margin-top: 20px;
    }

    .blog-hero__copy > p {
        max-width: 700px;
        font-size: 15px;
    }

    .blog-search {
        height: 62px;
        margin-top: 25px;
    }

    .blog-search button {
        min-width: 104px;
    }

    .blog-hero__visual {
        min-height: 385px;
        padding: 44px 34px 31px;
        align-content: end;
        display: grid;
    }

    .blog-hero__visual-mark {
        width: 146px;
        margin-bottom: auto;
    }

    .blog-hero__visual > strong {
        font-size: 25px;
    }

    .blog-hero__visual > p {
        font-size: 12px;
    }

    .blog-hero__visual dl > div {
        min-height: 68px;
        align-content: center;
    }

    .blog-section {
        padding-top: 96px;
    }

    .blog-section-heading {
        margin-bottom: 27px;
    }

    .blog-section-heading p {
        font-size: 12px;
    }

    .blog-domain-tabs {
        max-width: 520px;
        margin-inline: auto;
    }

    .blog-topic-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-top: 16px;
    }

    .blog-topic-card {
        min-height: 138px;
        grid-template-columns: 52px minmax(0, 1fr) auto;
        padding: 19px;
        border-radius: 19px;
    }

    .blog-topic-card__icon {
        width: 52px;
        height: 52px;
    }

    .blog-topic-card__copy strong {
        font-size: 15px;
    }

    .blog-topic-card__copy small {
        font-size: 10px;
    }

    .blog-latest-layout {
        grid-template-columns: minmax(0, 1.22fr) minmax(370px, .78fr);
        gap: 16px;
    }

    .blog-feature-card {
        min-height: 592px;
        border-radius: 25px;
    }

    .blog-feature-card__content {
        padding: 34px 32px;
    }

    .blog-feature-card__content > small {
        font-size: 12px;
    }

    .blog-latest-list {
        grid-template-columns: 1fr;
        align-content: stretch;
    }

    .blog-latest-list > a {
        min-height: 136px;
        grid-template-columns: 124px minmax(0, 1fr);
        padding: 9px;
    }

    .blog-latest-list img {
        width: 124px;
        height: 116px;
    }

    .blog-latest-list strong {
        font-size: 14px;
    }

    .blog-popular-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .blog-popular-grid > a {
        min-height: 176px;
        grid-template-columns: 112px minmax(0, 1fr) 18px;
    }

    .blog-popular-grid img {
        width: 112px;
        height: 150px;
    }

    .blog-popular-card__copy strong {
        font-size: 13px;
    }

    .blog-article-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    .blog-article-card__body {
        padding: 19px 18px 17px;
    }

    .blog-article-card h3 {
        font-size: 17px;
    }

    .blog-article-card__body > p {
        font-size: 11px;
    }

    .blog-cta {
        margin-top: 96px;
        padding: 42px 46px;
        grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
        align-items: center;
        gap: 42px;
        border-radius: 27px;
    }

    .blog-cta h2 {
        font-size: 29px;
    }

    .blog-cta > div > p {
        max-width: 650px;
        font-size: 11px;
    }

    .blog-cta__status {
        grid-column: 2;
    }

    .blog-topic-card:hover,
    .blog-latest-list > a:hover,
    .blog-article-card:hover {
        border-color: color-mix(in srgb, var(--blog-primary) 42%, var(--blog-line));
        transform: translateY(-4px);
        box-shadow: var(--blog-shadow-hover);
    }

    .blog-feature-card:hover > img,
    .blog-article-card:hover .blog-article-card__media img {
        transform: scale(1.035);
    }

    .blog-popular-grid > a:hover {
        border-color: color-mix(in srgb, var(--blog-primary) 42%, var(--blog-line));
    }
}

@media (prefers-reduced-motion: reduce) {
    .barayand-blog *,
    .barayand-blog *::before,
    .barayand-blog *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
