:root {
    --harris-red: #e21b23;
    --harris-red-dark: #bd1018;
    --harris-ink: #171a21;
    --harris-muted: #667085;
    --harris-soft: #f5f7fa;
    --harris-line: #e7e9ee;
    --harris-white: #fff;
    --harris-radius: 16px;
    --harris-shadow: 0 12px 36px rgba(23, 26, 33, .08);
    --harris-container: 1240px;
}

@font-face { font-family: 'Vazirmatn'; src: url('../fonts/vazirmatn-arabic.woff2') format('woff2'); font-style: normal; font-weight: 100 900; font-display: swap; unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF; }
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/vazirmatn-latin.woff2') format('woff2'); font-style: normal; font-weight: 100 900; font-display: swap; unicode-range: U+0000-00FF; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--harris-ink); background: #fff; font-family: Vazirmatn, IRANSansX, Tahoma, Arial, sans-serif; font-size: 16px; line-height: 1.85; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.admin-bar .harris-header { top: 32px; }
img { max-width: 100%; height: auto; }
.harris-post-card__media, .harris-featured-post__media, .harris-article__hero { overflow: hidden; }
.harris-post-card__media img, .harris-featured-post__media img, .harris-article__hero img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.harris-post-card:hover .harris-post-card__media img, .harris-featured-post:hover .harris-featured-post__media img, .harris-article__hero:hover img { transform: scale(1.07) translateY(-1.5%); filter: saturate(1.06); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.harris-container { width: min(var(--harris-container), calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; white-space: nowrap; }
.screen-reader-text:focus { clip: auto !important; clip-path: none; width: auto; height: auto; padding: 12px; background: #fff; color: #000; z-index: 100000; }
.skip-link:focus { top: 10px; right: 10px; }
.dashicons { line-height: inherit; }

.harris-button { display: inline-flex; min-height: 48px; padding: 10px 22px; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--harris-red); border-radius: 10px; background: var(--harris-red); color: #fff; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.harris-button:hover, .harris-button:focus-visible { background: var(--harris-red-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(226, 27, 35, .22); }
.harris-button--small { min-height: 42px; padding: 8px 16px; font-size: .9rem; }
.harris-button--outline { color: var(--harris-red); background: #fff; }
.harris-button--outline:hover { color: #fff; }
.harris-intro-video { background: #f8f9fb; }.harris-intro-video video { display: block; width: min(960px, 100%); margin: 28px auto 0; border: 1px solid var(--harris-line); border-radius: var(--harris-radius); background: #171a21; box-shadow: var(--harris-shadow); }

.harris-header { position: sticky; top: 0; z-index: 900; height: 76px; background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--harris-line); backdrop-filter: blur(14px); }
.harris-header__inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.harris-brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.harris-brand img { display: block; width: 54px; height: 46px; object-fit: cover; object-position: center; border-radius: 7px; box-shadow: 0 7px 18px rgba(226, 27, 35, .18); }
.harris-nav { justify-self: center; }
.harris-nav__list { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.harris-nav__list a { position: relative; display: block; padding: 25px 14px 22px; font-size: .92rem; font-weight: 700; white-space: nowrap; }
.harris-nav__list a::after { content: ""; position: absolute; right: 50%; bottom: 14px; width: 0; height: 2px; background: var(--harris-red); transition: width .2s ease, right .2s ease; }
.harris-nav__list a:hover, .harris-nav__list .current-menu-item > a, .harris-nav__list .current-menu-ancestor > a { color: var(--harris-red); }
.harris-nav__list a:hover::after, .harris-nav__list .current-menu-item > a::after { width: 28px; right: calc(50% - 14px); }
.harris-menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; border-radius: 10px; color: var(--harris-ink); cursor: pointer; }
.harris-menu-toggle .dashicons { font-size: 28px; width: 28px; height: 28px; }

.harris-hero { position: relative; min-height: 600px; overflow: hidden; background: linear-gradient(135deg, #fff 22%, #fff6f7 100%); }
.harris-hero__wash { position: absolute; inset: 0; opacity: .8; background: radial-gradient(circle at 18% 20%, rgba(226,27,35,.10), transparent 25%), linear-gradient(165deg, transparent 48%, rgba(226,27,35,.06) 48.2%, transparent 67%), linear-gradient(15deg, transparent 60%, rgba(226,27,35,.05) 60.2%, transparent 78%); }
.harris-hero__grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 600px; align-items: center; gap: 52px; padding-block: 70px 60px; }
.harris-hero__copy { order: 1; }
.harris-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px; color: var(--harris-red); font-size: .9rem; font-weight: 900; }
.harris-eyebrow::before, .harris-eyebrow::after { content: ""; width: 24px; height: 1px; background: var(--harris-red); opacity: .65; }
.harris-hero h1 { margin: 0 0 22px; font-size: clamp(2.5rem, 4vw, 4.35rem); line-height: 1.35; letter-spacing: -.045em; }
.harris-hero h1 em { color: var(--harris-red); font-style: normal; }
.harris-hero__copy > p { max-width: 580px; margin: 0 0 26px; color: #4e596b; font-size: 1.08rem; }
.harris-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.harris-hero__tagline { display: flex; flex-direction: column; margin-top: 46px !important; padding-right: 20px; border-right: 3px solid var(--harris-red); }
.harris-hero__tagline strong { color: var(--harris-ink); }
.harris-hero__tagline span { font-size: .88rem; }

.harris-dashboard-scene { position: relative; min-width: 0; padding: 24px 28px 40px 0; }
.harris-laptop { position: relative; filter: drop-shadow(0 30px 32px rgba(20, 30, 45, .2)); }
.harris-laptop__screen { position: relative; display: grid; grid-template-columns: 78px 1fr; aspect-ratio: 1.52 / 1; padding: 11px; overflow: hidden; background: #202832; border: 5px solid #27313c; border-radius: 18px 18px 10px 10px; }
.harris-laptop__screen > aside { display: flex; flex-direction: column; gap: 10px; padding: 8px 6px; background: #f5f7fa; border-radius: 8px 0 0 8px; direction: rtl; }
.harris-laptop__screen > aside img { width: 30px; height: 30px; object-fit: cover; border-radius: 6px; margin: 0 auto 6px; }
.harris-laptop__screen > aside span { padding: 5px 6px; border-radius: 5px; color: #607083; font-size: .5rem; text-align: center; }
.harris-laptop__screen > aside .is-active { background: var(--harris-red); color: #fff; }
.harris-dashboard { padding: 18px; background: #f9fafc; border-radius: 0 8px 8px 0; direction: rtl; }
.harris-dashboard__hello { display: flex; flex-direction: column; margin-bottom: 13px; }
.harris-dashboard__hello strong { font-size: .8rem; }
.harris-dashboard__hello small { color: var(--harris-muted); font-size: .52rem; }
.harris-dashboard__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.harris-dashboard__stats span { display: flex; flex-direction: column; min-width: 0; padding: 11px 8px; background: #fff; border: 1px solid #edf0f4; border-radius: 8px; text-align: center; }
.harris-dashboard__stats i { color: #748094; font-size: .48rem; font-style: normal; }
.harris-dashboard__stats b { margin-top: 3px; font-size: .9rem; }
.harris-dashboard__panels { display: grid; grid-template-columns: 1.25fr 1fr; gap: 10px; margin-top: 10px; }
.harris-dashboard__panels > div { min-height: 116px; padding: 10px; background: #fff; border: 1px solid #edf0f4; border-radius: 8px; }
.harris-dashboard__panels strong { font-size: .58rem; }
.harris-dashboard__panels p { margin: 6px 0; padding: 4px 6px; background: #f7f9fb; color: #64748b; border-radius: 4px; font-size: .46rem; }
.harris-bars { display: flex; align-items: flex-end; gap: 7px; height: 78px; padding-top: 9px; }
.harris-bars i { flex: 1; min-width: 8px; height: 30%; border-radius: 4px 4px 0 0; background: linear-gradient(#ff5c62, var(--harris-red)); }
.harris-bars i:nth-child(2) { height: 45%; }.harris-bars i:nth-child(3) { height: 38%; }.harris-bars i:nth-child(4) { height: 65%; }.harris-bars i:nth-child(5) { height: 78%; }.harris-bars i:nth-child(6) { height: 96%; }
.harris-laptop__base { width: 110%; height: 18px; margin-right: -5%; border-radius: 0 0 70% 70%; background: linear-gradient(#e6e9ed, #aab1ba); box-shadow: inset 0 2px #fff; }
.harris-phone { position: absolute; left: -6px; bottom: 0; display: flex; flex-direction: column; width: 145px; min-height: 276px; padding: 24px 12px 12px; border: 6px solid #171b20; border-radius: 25px; background: #fff; box-shadow: 0 15px 28px rgba(10, 15, 20, .25); direction: rtl; }
.harris-phone__notch { position: absolute; top: 5px; left: 50%; width: 48px; height: 7px; border-radius: 6px; background: #171b20; transform: translateX(-50%); }
.harris-phone strong { margin: 7px 0 12px; font-size: .72rem; text-align: center; }
.harris-phone span { display: flex; justify-content: space-between; margin-bottom: 8px; padding: 8px; border-radius: 7px; background: #f7f8fa; color: #677285; font-size: .53rem; }
.harris-phone span b { color: var(--harris-ink); }.harris-phone button { margin-top: auto; padding: 8px; border: 0; border-radius: 7px; background: var(--harris-red); color: #fff; font-size: .58rem; }

.harris-trust { position: relative; margin-top: -18px; z-index: 3; }
.harris-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 22px; background: rgba(248, 250, 252, .96); border: 1px solid #eef0f3; border-radius: 14px; box-shadow: 0 8px 28px rgba(31, 38, 50, .05); }
.harris-trust__grid > div { display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; column-gap: 12px; padding-inline: 22px; border-left: 1px solid #dfe3e9; }
.harris-trust__grid > div:last-child { border-left: 0; }
.harris-trust .dashicons { grid-row: 1 / 3; align-self: center; width: 38px; height: 38px; color: var(--harris-red); font-size: 38px; }
.harris-trust strong { font-size: .92rem; }.harris-trust small { color: var(--harris-muted); font-size: .74rem; line-height: 1.6; }

.harris-section { padding-block: 68px; }
.harris-section + .harris-section { padding-top: 22px; }
.harris-section-heading { margin-bottom: 28px; }
.harris-section-heading h2 { margin: 0; font-size: clamp(1.65rem, 2.7vw, 2.35rem); line-height: 1.45; }
.harris-section-heading p { margin: 6px 0 0; color: var(--harris-muted); }
.harris-section-heading--center { text-align: center; }
.harris-section-heading--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.harris-services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.harris-services article { padding: 30px 24px 24px; border: 1px solid var(--harris-line); border-radius: var(--harris-radius); background: #fff; text-align: center; box-shadow: 0 8px 25px rgba(20, 30, 45, .035); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.harris-services article:hover { transform: translateY(-6px); border-color: rgba(226,27,35,.35); box-shadow: var(--harris-shadow); }
.harris-services article > .dashicons { width: 52px; height: 52px; color: var(--harris-red); font-size: 52px; }
.harris-services h3 { margin: 16px 0 8px; font-size: 1.2rem; }.harris-services p { min-height: 58px; margin: 0 0 16px; color: var(--harris-muted); font-size: .88rem; }.harris-services a { color: var(--harris-red); font-size: .86rem; font-weight: 800; }.harris-services a i { font-size: 16px; }

.harris-content-strip:nth-of-type(even) { background: #fbfcfe; }
.harris-slider-tools { display: flex; align-items: center; gap: 7px; flex: 0 0 auto; }
.harris-slider-tools > a { display: inline-flex; align-items: center; gap: 4px; margin-left: 10px; color: var(--harris-red); font-size: .88rem; font-weight: 800; }
.harris-slider-tools button { width: 36px; height: 36px; border: 1px solid var(--harris-line); border-radius: 50%; background: #f3f5f7; color: #3c4758; cursor: pointer; }
.harris-slider-tools button:hover { background: var(--harris-red); color: #fff; }
.harris-card-track { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; scroll-behavior: smooth; scrollbar-width: none; }
.harris-card-track::-webkit-scrollbar { display: none; }
.harris-post-card { min-width: 0; overflow: hidden; border: 1px solid var(--harris-line); border-radius: 13px; background: #fff; box-shadow: 0 8px 22px rgba(30, 40, 55, .045); transition: transform .2s ease, box-shadow .2s ease; }
.harris-post-card:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(30, 40, 55, .11); }
.harris-post-card__media { position: relative; display: block; aspect-ratio: 16 / 8.7; overflow: hidden; background: linear-gradient(135deg, #253043, #10151e); }
.harris-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }.harris-post-card:hover img { transform: scale(1.04); }
.harris-post-card__pattern { position: absolute; inset: 0; background: radial-gradient(circle at 75% 30%, rgba(255,255,255,.18) 0 3px, transparent 4px), linear-gradient(145deg, transparent 42%, rgba(226,27,35,.65) 43% 46%, transparent 47%), repeating-linear-gradient(90deg, rgba(255,255,255,.07) 0 1px, transparent 1px 28px); }
.harris-card-art--unions { background: linear-gradient(135deg, #404b5d, #151c27); }.harris-card-art--new { background: linear-gradient(135deg, #d9e2ee, #64748b); }.harris-card-art--articles { background: linear-gradient(135deg, #12233b, #28567c); }.harris-card-art--education { background: linear-gradient(135deg, #29303b, #98a5b3); }.harris-card-art--default { background: linear-gradient(135deg, #8a1016, #e21b23); }
.harris-post-card__category, .harris-post-card__badge { position: absolute; top: 11px; padding: 4px 9px; border-radius: 999px; font-size: .7rem; font-weight: 800; }
.harris-post-card__category { right: 10px; background: #fff0f1; color: var(--harris-red); }.harris-post-card__badge { left: 10px; background: var(--harris-red); color: #fff; }
.harris-post-card__body { padding: 15px 15px 13px; }.harris-post-card h3 { min-height: 50px; margin: 0 0 8px; font-size: .98rem; line-height: 1.65; }.harris-post-card h3 a:hover { color: var(--harris-red); }.harris-post-card__body > p { min-height: 46px; margin: 0 0 12px; color: var(--harris-muted); font-size: .78rem; line-height: 1.75; }.harris-post-card__meta { display: flex; justify-content: space-between; gap: 8px; color: #98a1ad; font-size: .68rem; }
.harris-slider-dots { display: none; justify-content: center; gap: 5px; margin-top: 14px; }.harris-slider-dots i { width: 6px; height: 6px; border-radius: 50%; background: #d7dce3; }.harris-slider-dots .is-active { width: 18px; border-radius: 6px; background: var(--harris-red); }

.harris-download-callout { padding-top: 30px; padding-bottom: 44px; }
.harris-download-callout__inner { display: grid; grid-template-columns: auto 1.3fr 1fr auto; align-items: center; gap: 24px; padding: 26px 30px; border: 1px solid var(--harris-line); border-radius: var(--harris-radius); background: #f9fafc; }
.harris-download-callout__icon { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: #ffe4e6; color: var(--harris-red); }.harris-download-callout__icon .dashicons { width: 40px; height: 40px; font-size: 40px; }
.harris-download-callout h2 { margin: 0; font-size: 1.45rem; }.harris-download-callout p { margin: 2px 0 0; color: var(--harris-muted); font-size: .87rem; }
.harris-download-callout__file { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-radius: 11px; background: #fff; }.harris-download-callout__file > .dashicons { color: #667085; font-size: 32px; width: 32px; height: 32px; }.harris-download-callout__file p { display: flex; flex-direction: column; }.harris-download-callout__file strong { color: var(--harris-ink); }.harris-download-callout__file small { font-size: .7rem; }

.harris-support-band { position: relative; overflow: hidden; padding: 58px 0; color: #fff; background: radial-gradient(circle at 88% 48%, rgba(226,27,35,.34), transparent 29%), linear-gradient(120deg, #1e222b, #0c0f14); }
.harris-support-band::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 45%; opacity: .28; background: repeating-linear-gradient(45deg, rgba(226,27,35,.35) 0 1px, transparent 1px 28px), repeating-linear-gradient(-45deg, rgba(226,27,35,.2) 0 1px, transparent 1px 28px); }
.harris-support-band__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.25fr .55fr; align-items: center; gap: 48px; }
.harris-chat-card { padding: 16px; border-radius: 14px; background: #fff; color: var(--harris-ink); box-shadow: 0 22px 50px rgba(0,0,0,.26); }
.harris-chat-card__head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }.harris-chat-card__head .harris-brand img { width: 34px; height: 32px; }.harris-chat-card__bubble { width: 82%; margin-bottom: 10px; padding: 10px 12px; border-radius: 8px; background: #f2f5f8; color: #566174; font-size: .76rem; }.harris-chat-card__actions { display: grid; gap: 6px; width: 78%; margin-right: auto; }.harris-chat-card__actions span { padding: 7px 10px; border-radius: 7px; background: #fff0f1; color: var(--harris-red); font-size: .7rem; }.harris-chat-card__input { display: flex; justify-content: space-between; margin-top: 12px; padding: 10px; border: 1px solid var(--harris-line); border-radius: 8px; color: #99a1ad; font-size: .7rem; }.harris-chat-card__input i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 6px; background: var(--harris-red); color: #fff; }
.harris-support-band__copy .harris-eyebrow { color: #ff7479; }.harris-support-band__copy h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 3vw, 2.55rem); }.harris-support-band__copy p { max-width: 580px; margin: 0 0 15px; color: #d2d6dd; }.harris-support-band__copy ul { display: grid; gap: 5px; margin: 0 0 22px; padding: 0; list-style: none; }.harris-support-band__copy li::before { content: "✓"; display: inline-grid; place-items: center; width: 19px; height: 19px; margin-left: 8px; border-radius: 50%; background: var(--harris-red); font-size: .7rem; }
.harris-cube { position: relative; display: grid; place-items: center; width: 155px; height: 155px; margin-inline: auto; border: 1px solid rgba(255,70,78,.7); border-radius: 28px; background: linear-gradient(145deg, #ff3942, #8b070d); box-shadow: 0 0 55px rgba(226,27,35,.45); transform: rotate(-10deg); }.harris-cube img { width: 90px; height: 90px; object-fit: cover; border-radius: 14px; transform: rotate(10deg); }

.harris-footer { color: #c6ccd5; background: #11151c; }
.harris-footer__top { display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 32px; min-height: 112px; border-bottom: 1px solid rgba(255,255,255,.08); }
.harris-brand--footer img { width: 48px; height: 43px; }.harris-brand--footer span { display: flex; flex-direction: column; }.harris-brand--footer strong { color: #fff; font-size: 1.15rem; }.harris-brand--footer small { color: #8d97a6; font-size: .7rem; }
.harris-footer nav { display: flex; justify-content: center; gap: 24px; font-size: .82rem; }.harris-footer nav a:hover { color: #fff; }
.harris-to-top { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: rgba(255,255,255,.06); color: #fff; cursor: pointer; }.harris-to-top:hover { background: var(--harris-red); }
.harris-footer__bottom { display: flex; justify-content: space-between; padding-block: 16px; color: #778191; font-size: .72rem; }
.harris-floating-chat { position: fixed; left: 24px; bottom: 24px; z-index: 800; display: none; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--harris-red); color: #fff; box-shadow: 0 10px 26px rgba(226,27,35,.35); }.harris-floating-chat .dashicons { width: 28px; height: 28px; font-size: 28px; }

.harris-page-hero, .harris-article-header { position: relative; overflow: hidden; padding: 46px 0 40px; background: linear-gradient(160deg, #fff 20%, #fff2f3 100%); border-bottom: 1px solid #f0e8e9; }
.harris-page-hero::after, .harris-article-header::after { content: ""; position: absolute; inset: 0; opacity: .55; pointer-events: none; background: linear-gradient(170deg, transparent 45%, rgba(226,27,35,.06) 45.3%, transparent 64%); }
.harris-page-hero .harris-container, .harris-article-header .harris-container { position: relative; z-index: 1; }.harris-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; color: #7f8998; font-size: .78rem; }.harris-breadcrumb a:hover { color: var(--harris-red); }.harris-page-hero h1, .harris-article-header h1 { max-width: 900px; margin: 0 0 10px; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.42; }.harris-page-hero p { max-width: 760px; margin: 0; color: var(--harris-muted); font-size: 1rem; }

.harris-archive__layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; padding-block: 40px 70px; }.harris-archive__main { min-width: 0; }.harris-featured-post { display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden; margin-bottom: 24px; border: 1px solid var(--harris-line); border-radius: var(--harris-radius); background: #fff; box-shadow: var(--harris-shadow); }.harris-featured-post__media { position: relative; min-height: 340px; display: grid; place-items: center; overflow: hidden; }.harris-featured-post__media img { width: 100%; height: 100%; object-fit: cover; }.harris-featured-post__dashboard { display: flex; align-items: flex-end; gap: 18px; width: 75%; height: 65%; padding: 28px; border: 10px solid #222b35; border-radius: 12px; background: #f7f8fa; box-shadow: 0 18px 30px rgba(0,0,0,.2); }.harris-featured-post__dashboard i { flex: 1; height: 28%; border-radius: 6px 6px 0 0; background: var(--harris-red); }.harris-featured-post__dashboard i:nth-child(2) { height: 48%; }.harris-featured-post__dashboard i:nth-child(3) { height: 41%; }.harris-featured-post__dashboard i:nth-child(4) { height: 72%; }.harris-featured-post__dashboard i:nth-child(5) { height: 90%; }.harris-featured-post__body { padding: 32px; }.harris-chip { display: inline-flex; padding: 4px 11px; border-radius: 999px; background: #fff0f1; color: var(--harris-red); font-size: .76rem; font-weight: 900; }.harris-featured-post h2 { margin: 14px 0 12px; font-size: 1.8rem; line-height: 1.55; }.harris-featured-post h2 a:hover { color: var(--harris-red); }.harris-featured-post p { margin: 0 0 16px; color: var(--harris-muted); font-size: .9rem; }.harris-featured-post__meta { display: flex; gap: 20px; margin-bottom: 18px; color: #8a94a2; font-size: .74rem; }
.harris-filterbar { display: grid; grid-template-columns: minmax(210px, 1fr) auto auto; align-items: center; gap: 10px; margin-bottom: 22px; }.harris-filterbar > label { display: flex; align-items: center; gap: 8px; min-height: 46px; padding: 0 13px; border: 1px solid var(--harris-line); border-radius: 10px; background: #fff; }.harris-filterbar input { width: 100%; border: 0; outline: 0; background: transparent; }.harris-filterbar__chips { display: flex; gap: 7px; }.harris-filterbar__chips span, .harris-filterbar > button { padding: 8px 12px; border: 1px solid var(--harris-line); border-radius: 9px; background: #f7f8fa; font-size: .76rem; white-space: nowrap; }.harris-filterbar__chips .is-active, .harris-filterbar > button { border-color: var(--harris-red); background: var(--harris-red); color: #fff; }.harris-filterbar > button { cursor: pointer; }
.harris-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.harris-pagination { margin-top: 32px; }.harris-pagination ul, .harris-pagination .nav-links { display: flex; justify-content: center; gap: 6px; margin: 0; padding: 0; list-style: none; }.harris-pagination a, .harris-pagination span { display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 8px; border: 1px solid var(--harris-line); border-radius: 8px; background: #fff; }.harris-pagination .current { border-color: var(--harris-red); background: var(--harris-red); color: #fff; }
.harris-sidebar { display: grid; align-content: start; gap: 18px; }.harris-sidebar > section, .harris-article-sidebar > section { padding: 20px; border: 1px solid var(--harris-line); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(30,40,55,.045); }.harris-sidebar h2, .harris-article-sidebar h2 { display: flex; align-items: center; gap: 8px; margin: 0 0 15px; font-size: 1.05rem; }.harris-sidebar h2 .dashicons { color: var(--harris-red); }.harris-mini-post { display: grid; grid-template-columns: 64px 1fr; gap: 10px; padding-block: 11px; border-top: 1px solid var(--harris-line); }.harris-mini-post:first-of-type { border-top: 0; }.harris-mini-post__thumb { height: 54px; border-radius: 8px; }.harris-mini-post span:last-child { display: flex; flex-direction: column; }.harris-mini-post strong { font-size: .76rem; line-height: 1.65; }.harris-mini-post small { color: #99a1ad; font-size: .66rem; }.harris-topic-list ul { margin: 0; padding: 0; list-style: none; }.harris-topic-list li { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid #f0f1f3; font-size: .82rem; }.harris-topic-list li:last-child { border-bottom: 0; }.harris-topic-list a:hover { color: var(--harris-red); }

.harris-article-header { text-align: right; }.harris-article-header h1 { max-width: 1040px; }.harris-article-header__lead { max-width: 870px; margin: 12px 0; color: var(--harris-muted); font-size: 1.05rem; }.harris-article-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; color: #788293; font-size: .78rem; }.harris-article-meta span { display: inline-flex; align-items: center; gap: 5px; }.harris-article-meta .dashicons { color: var(--harris-red); }
.harris-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 32px; align-items: start; padding-block: 36px 70px; }.harris-article { min-width: 0; }.harris-article__hero { display: grid; place-items: center; min-height: 430px; overflow: hidden; border-radius: var(--harris-radius); }.harris-article__hero > img { width: 100%; height: 100%; max-height: 520px; object-fit: cover; }.harris-article__dashboard { display: flex; align-items: flex-end; gap: 24px; width: 70%; height: 260px; padding: 45px 40px 28px; border: 13px solid #222a33; border-radius: 18px; background: #f8f9fb; box-shadow: 0 28px 40px rgba(0,0,0,.25); }.harris-article__dashboard > span { position: absolute; align-self: flex-start; color: var(--harris-red); font-size: 38px; }.harris-article__dashboard i { flex: 1; height: 30%; border-radius: 7px 7px 0 0; background: linear-gradient(#ff5b62, var(--harris-red)); }.harris-article__dashboard i:nth-of-type(2) { height: 45%; }.harris-article__dashboard i:nth-of-type(3) { height: 38%; }.harris-article__dashboard i:nth-of-type(4) { height: 68%; }.harris-article__dashboard i:nth-of-type(5) { height: 88%; }
.entry-content { font-size: 1rem; line-height: 2.05; }.harris-article__content { padding-top: 24px; }.entry-content h2 { scroll-margin-top: 100px; margin: 38px 0 14px; padding-right: 20px; font-size: 1.55rem; line-height: 1.55; position: relative; }.entry-content h2::before { content: ""; position: absolute; right: 0; top: .72em; width: 12px; height: 2px; background: var(--harris-red); }.entry-content h3 { margin-top: 28px; font-size: 1.25rem; }.entry-content p { color: #4e596b; }.entry-content ul, .entry-content ol { color: #4e596b; }.entry-content li { margin-bottom: 6px; }.entry-content li::marker { color: var(--harris-red); }.entry-content blockquote { margin: 28px 0; padding: 20px 24px; border: 0; border-right: 4px solid var(--harris-red); border-radius: 10px; background: #fff2f3; color: #3e4654; }.entry-content table { width: 100%; border-collapse: collapse; overflow: hidden; border: 1px solid var(--harris-line); border-radius: 10px; }.entry-content th, .entry-content td { padding: 12px; border: 1px solid var(--harris-line); text-align: right; }.entry-content th { background: #f6f7f9; }
.harris-article-sidebar { position: sticky; top: 96px; display: grid; gap: 18px; }.harris-toc ol { margin: 0; padding: 0; list-style: none; }.harris-toc li { position: relative; padding: 8px 16px 8px 0; border-right: 1px solid #e7e9ed; color: #667085; font-size: .78rem; }.harris-toc li::before { content: ""; position: absolute; right: -3px; top: 17px; width: 5px; height: 5px; border-radius: 50%; background: #c4cad3; }.harris-toc a:hover { color: var(--harris-red); }.harris-toc .level-3 { padding-right: 28px; }.harris-share div { display: flex; flex-wrap: wrap; gap: 6px; }.harris-share a, .harris-share button { padding: 7px 10px; border: 1px solid var(--harris-line); border-radius: 8px; background: #f7f8fa; color: #596578; font-size: .72rem; cursor: pointer; }
.harris-inline-cta { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin-top: 38px; padding: 20px; border: 1px solid #ffd8db; border-radius: 14px; background: #fff4f5; }.harris-inline-cta > .dashicons { width: 44px; height: 44px; color: var(--harris-red); font-size: 44px; }.harris-inline-cta h2 { margin: 0; font-size: 1.2rem; }.harris-inline-cta p { margin: 2px 0 0; color: var(--harris-muted); font-size: .82rem; }.harris-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 26px; }.harris-tags a { padding: 5px 10px; border-radius: 7px; background: #f1f3f6; color: #687386; font-size: .72rem; }.harris-helpful { display: flex; align-items: center; gap: 7px; margin-top: 18px; padding: 12px; border: 1px solid var(--harris-line); border-radius: 10px; }.harris-helpful span:first-child { margin-left: auto; }.harris-helpful button { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--harris-line); border-radius: 8px; background: #fff; cursor: pointer; }.harris-helpful button:hover { color: var(--harris-red); border-color: var(--harris-red); }.harris-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }.harris-post-nav > div { border: 1px solid var(--harris-line); border-radius: 10px; }.harris-post-nav a { display: flex; flex-direction: column; min-height: 80px; padding: 14px 16px; }.harris-post-nav span { color: #8d96a4; font-size: .7rem; }.harris-post-nav strong { font-size: .84rem; }.harris-related { border-top: 1px solid var(--harris-line); background: #fafbfd; }.harris-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.harris-page__content { max-width: 920px; min-height: 360px; padding-block: 42px 75px; }.harris-generic-list > .harris-container { padding-block: 42px 70px; }.harris-empty { padding: 70px 24px; border: 1px dashed #d5dae2; border-radius: var(--harris-radius); background: #fafbfd; text-align: center; }.harris-empty > .dashicons { width: 54px; height: 54px; color: var(--harris-red); font-size: 54px; }.harris-empty h2 { margin: 12px 0 4px; }.harris-empty p { margin: 0; color: var(--harris-muted); }.harris-empty--404 { min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-block: 50px; }.harris-empty--404 > strong { color: var(--harris-red); font-size: 5rem; line-height: 1; }.harris-empty--404 .harris-button { margin-top: 22px; }

.harris-download-page__body, .harris-support-page__body { padding-block: 40px 75px; }.harris-download-page__notice { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; padding: 18px 20px; border: 1px solid #dcece3; border-radius: 12px; background: #f3fbf6; }.harris-download-page__notice > .dashicons { width: 42px; height: 42px; color: #16803a; font-size: 42px; }.harris-download-page__notice p { display: flex; flex-direction: column; margin: 0; }.harris-download-page__notice span { color: #607068; font-size: .82rem; }.harris-download-list { display: grid; gap: 12px; }.harris-download-list article { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 18px; padding: 18px; border: 1px solid var(--harris-line); border-radius: 12px; background: #fff; transition: box-shadow .2s ease, transform .2s ease; }.harris-download-list article:hover { transform: translateY(-2px); box-shadow: var(--harris-shadow); }.harris-filetype { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 12px; background: #fff0f1; color: var(--harris-red); font-size: .72rem; font-weight: 900; }.harris-download-list h2 { margin: 0; font-size: 1rem; direction: ltr; text-align: right; }.harris-download-list p { margin: 2px 0 0; color: var(--harris-muted); font-size: .76rem; }.harris-chat-placeholder { max-width: 760px; min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-inline: auto; padding: 35px; border: 1px dashed #ffc5c8; border-radius: var(--harris-radius); background: #fff7f7; text-align: center; }.harris-chat-placeholder > .dashicons { width: 64px; height: 64px; color: var(--harris-red); font-size: 64px; }.harris-chat-placeholder h2 { margin: 14px 0 6px; }.harris-chat-placeholder p { max-width: 560px; margin: 4px 0; color: var(--harris-muted); }.harris-chat-placeholder code { direction: ltr; display: inline-block; padding: 5px 10px; border-radius: 6px; background: #fff; color: var(--harris-red); }

@media (max-width: 1100px) {
    .harris-container { width: min(100% - 32px, 980px); }
    .harris-header__inner { grid-template-columns: auto auto 1fr; }.harris-menu-toggle { display: grid; place-items: center; order: 3; justify-self: end; }.harris-nav { position: absolute; top: 76px; right: 16px; left: 16px; display: none; padding: 10px; border: 1px solid var(--harris-line); border-radius: 12px; background: #fff; box-shadow: var(--harris-shadow); }.harris-nav.is-open { display: block; }.harris-nav__list { display: grid; gap: 0; }.harris-nav__list a { padding: 11px 13px; border-radius: 8px; }.harris-nav__list a:hover { background: #fff1f2; }.harris-nav__list a::after { display: none; }.harris-header__support { justify-self: start; }
    .harris-hero__grid { grid-template-columns: 1fr 1.1fr; gap: 30px; }.harris-hero h1 { font-size: 2.7rem; }.harris-dashboard__stats { grid-template-columns: repeat(2, 1fr); }.harris-dashboard__stats span:nth-child(n+3) { display: none; }
    .harris-services__grid { grid-template-columns: repeat(2, 1fr); }.harris-card-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }.harris-card-track .harris-post-card { flex: 0 0 calc(33.333% - 11px); scroll-snap-align: start; }.harris-slider-dots { display: flex; }
    .harris-trust__grid > div { padding-inline: 12px; }.harris-trust small { display: none; }
    .harris-archive__layout, .harris-article-layout { grid-template-columns: minmax(0, 1fr) 250px; }.harris-featured-post { grid-template-columns: 1fr; }.harris-featured-post__media { min-height: 260px; }.harris-filterbar { grid-template-columns: 1fr auto; }.harris-filterbar__chips { grid-column: 1 / -1; order: 3; overflow-x: auto; }
    .harris-archive-grid { grid-template-columns: repeat(2, 1fr); }.harris-support-band__inner { grid-template-columns: 1fr 1.2fr; }.harris-cube { display: none; }.harris-footer__top { grid-template-columns: 220px 1fr auto; }.harris-footer nav { flex-wrap: wrap; gap: 10px 18px; }
}

@media (max-width: 782px) {
    body.admin-bar .harris-header { top: 46px; }
    .harris-container { width: min(100% - 28px, 680px); }
    .harris-header { height: 66px; }.harris-header__inner { grid-template-columns: auto 1fr auto; gap: 10px; }.harris-brand img { width: 44px; height: 40px; }.harris-header__support { min-height: 40px; padding: 7px 11px; font-size: .76rem; }.harris-menu-toggle { order: initial; }.harris-nav { top: 66px; }.harris-hero { min-height: 0; }.harris-hero__grid { grid-template-columns: 1fr; min-height: 0; gap: 26px; padding-block: 42px 48px; }.harris-hero__copy { order: 0; text-align: center; }.harris-hero h1 { font-size: clamp(2rem, 9vw, 3rem); }.harris-hero__copy > p { margin-inline: auto; }.harris-hero__actions { justify-content: center; }.harris-hero__tagline { display: none !important; }.harris-dashboard-scene { max-width: 620px; margin-inline: auto; padding-inline: 20px 0; }.harris-phone { left: 0; width: 115px; min-height: 225px; padding: 20px 8px 8px; }.harris-phone span { font-size: .45rem; padding: 6px; }.harris-phone strong { font-size: .58rem; }.harris-phone button { font-size: .5rem; }.harris-dashboard { padding: 12px; }.harris-dashboard__panels { grid-template-columns: 1fr; }.harris-dashboard__panels > div:last-child { display: none; }
    .harris-trust { margin-top: -10px; }.harris-trust__grid { display: flex; overflow-x: auto; padding: 16px 5px; scrollbar-width: none; }.harris-trust__grid > div { flex: 0 0 47%; border-left: 1px solid #dfe3e9; }.harris-trust__grid > div:last-child { border-left: 0; }.harris-trust strong { font-size: .78rem; }
    .harris-section { padding-block: 48px; }.harris-section + .harris-section { padding-top: 10px; }.harris-services__grid { gap: 12px; }.harris-services article { padding: 22px 15px 18px; }.harris-services h3 { font-size: 1rem; }.harris-services p { font-size: .78rem; }.harris-services article > .dashicons { width: 42px; height: 42px; font-size: 42px; }
    .harris-section-heading--row { align-items: center; }.harris-section-heading--row p { display: none; }.harris-slider-tools button { display: none; }.harris-card-track .harris-post-card { flex-basis: 72%; }.harris-post-card h3 { min-height: 0; }.harris-post-card__body > p { display: none; }
    .harris-download-callout__inner { grid-template-columns: auto 1fr auto; gap: 14px; padding: 18px; }.harris-download-callout__file { display: none; }.harris-download-callout__icon { width: 52px; height: 52px; }.harris-download-callout__icon .dashicons { width: 32px; height: 32px; font-size: 32px; }.harris-download-callout h2 { font-size: 1.1rem; }.harris-download-callout p { font-size: .72rem; }.harris-download-callout .harris-button { min-height: 42px; padding: 8px 12px; font-size: .76rem; }
    .harris-support-band { padding: 38px 0; }.harris-support-band__inner { grid-template-columns: 1fr; gap: 25px; }.harris-support-band__copy { text-align: center; }.harris-support-band__copy .harris-eyebrow { justify-content: center; }.harris-support-band__copy ul { display: inline-grid; text-align: right; }.harris-chat-card { max-width: 460px; width: 100%; margin-inline: auto; }.harris-footer__top { grid-template-columns: 1fr auto; padding-block: 24px; }.harris-footer nav { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); padding-top: 14px; border-top: 1px solid rgba(255,255,255,.08); }.harris-footer nav a { padding: 7px 0; }.harris-footer__bottom { flex-direction: column; gap: 3px; }.harris-floating-chat { display: grid; }
    .harris-page-hero, .harris-article-header { padding: 30px 0; }.harris-page-hero h1, .harris-article-header h1 { font-size: 2rem; }.harris-archive__layout, .harris-article-layout { grid-template-columns: 1fr; padding-block: 25px 55px; }.harris-sidebar { order: 2; }.harris-sidebar > section:last-child { display: none; }.harris-featured-post__media { min-height: 220px; }.harris-featured-post__body { padding: 22px; }.harris-featured-post h2 { font-size: 1.35rem; }.harris-filterbar { grid-template-columns: 1fr auto; }.harris-filterbar__chips { max-width: calc(100vw - 28px); }.harris-archive-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .harris-article-sidebar { position: static; order: -1; }.harris-share { display: none; }.harris-article__hero { min-height: 280px; }.harris-article__dashboard { width: 83%; height: 190px; padding: 38px 22px 20px; gap: 13px; }.harris-article__dashboard > span { font-size: 30px; }.entry-content { font-size: .96rem; }.entry-content h2 { font-size: 1.35rem; }.harris-inline-cta { grid-template-columns: auto 1fr; }.harris-inline-cta .harris-button { grid-column: 1 / -1; }.harris-post-nav { grid-template-columns: 1fr; }.harris-related__grid { display: flex; overflow-x: auto; }.harris-related__grid .harris-post-card { flex: 0 0 76%; }
    .harris-download-list article { grid-template-columns: 50px 1fr; gap: 12px; }.harris-download-list article .harris-button { grid-column: 1 / -1; }.harris-filetype { width: 50px; height: 50px; }.harris-download-list h2 { overflow-wrap: anywhere; font-size: .88rem; }
}

@media (max-width: 480px) {
    .harris-container { width: calc(100% - 24px); }
    .harris-header__support { font-size: 0; gap: 0; width: 44px; padding: 0; }.harris-header__support .dashicons { font-size: 22px; }
    .harris-hero__grid { padding-top: 32px; }.harris-hero h1 { font-size: 2rem; }.harris-hero__copy > p { font-size: .92rem; }.harris-hero__actions { display: grid; }.harris-dashboard-scene { padding-right: 0; }.harris-laptop__screen { grid-template-columns: 52px 1fr; padding: 7px; }.harris-laptop__screen > aside span { font-size: .38rem; padding: 3px; }.harris-dashboard__hello strong { font-size: .58rem; }.harris-dashboard__stats span { padding: 8px 4px; }.harris-dashboard__stats i { font-size: .38rem; }.harris-dashboard__stats b { font-size: .65rem; }.harris-dashboard__panels > div { min-height: 76px; }.harris-bars { height: 48px; }.harris-phone { display: none; }.harris-laptop__base { height: 11px; }
    .harris-trust__grid > div { flex-basis: 62%; }.harris-services__grid { grid-template-columns: 1fr 1fr; }.harris-services article { min-width: 0; }.harris-services h3 { font-size: .92rem; }.harris-services p { min-height: 72px; }.harris-card-track .harris-post-card { flex-basis: 86%; }.harris-section-heading h2 { font-size: 1.5rem; }.harris-slider-tools > a { margin-left: 0; font-size: .76rem; }.harris-download-callout__inner { grid-template-columns: auto 1fr; }.harris-download-callout .harris-button { grid-column: 1 / -1; }.harris-footer__top { grid-template-columns: 1fr auto; }
    .harris-archive-grid { grid-template-columns: 1fr; }.harris-filterbar__chips span { font-size: .7rem; }.harris-featured-post__dashboard { width: 83%; }.harris-article-header h1 { font-size: 1.75rem; }.harris-article-meta { gap: 8px 13px; }.harris-toc li { font-size: .75rem; }.harris-helpful span:first-child { font-size: .78rem; }.harris-related__grid .harris-post-card { flex-basis: 88%; }
}

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