:root {
  --blog-ink: #171717;
  --blog-muted: #5b6168;
  --blog-soft: #f6f5f2;
  --blog-surface: #ffffff;
  --blog-line: #dedbd3;
  --blog-orange: #f28c22;
  --blog-red: #9d1c20;
  --blog-green: #315c45;
  --blog-blue: #214f73;
  --blog-focus: #124f9f;
  --blog-radius: 8px;
  --blog-shadow: 0 12px 28px rgba(23, 23, 23, .08);
}

html {
  scroll-behavior: smooth;
}

body.blog-2026 {
  min-height: 100%;
  background: var(--blog-soft);
  color: var(--blog-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

.blog-2026 a {
  color: #0f5f90;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.blog-2026 a:hover {
  color: #093e5f;
}

.blog-2026 a:focus-visible,
.blog-2026 button:focus-visible {
  outline: 3px solid var(--blog-focus);
  outline-offset: 3px;
}

.blog-skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 1100;
  display: inline-block;
  padding: 10px 14px;
  background: #fff;
  color: #111;
  border: 2px solid var(--blog-focus);
  border-radius: 6px;
  transition: top .15s ease;
}

.blog-skip-link:focus {
  top: 12px;
}

.blog-2026-shell {
  min-height: 60vh;
}

.blog-shell-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--blog-surface);
  border-bottom: 1px solid var(--blog-line);
}

.blog-shell-top {
  background: var(--blog-ink);
  color: #fff;
  font-size: 14px;
}

.blog-shell-top a {
  color: #fff;
  text-decoration: none;
}

.blog-shell-top a:hover {
  text-decoration: underline;
}

.blog-brand-mark img {
  display: block;
  width: auto;
  height: 42px;
}

.blog-navbar {
  min-height: 74px;
}

.blog-navbar .navbar-toggler {
  min-width: 44px;
  min-height: 44px;
  border-color: var(--blog-line);
  border-radius: 6px;
}

.blog-nav-link {
  color: var(--blog-ink);
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 12px;
}

.blog-nav-link:hover,
.blog-nav-link:focus {
  background: #f0eee8;
  color: var(--blog-ink);
}

.blog-shop-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  background: var(--blog-red);
  color: #fff !important;
  border: 1px solid var(--blog-red);
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.blog-shop-link:hover {
  background: #7e161a;
  border-color: #7e161a;
  text-decoration: none;
}

.blog-offcanvas {
  border-left: 1px solid var(--blog-line);
}

.blog-offcanvas .offcanvas-title {
  font-size: 20px;
  font-weight: 800;
}

.blog-offcanvas .nav-link {
  min-height: 44px;
  color: var(--blog-ink);
  font-weight: 700;
}

.blog-home-intro {
  background: var(--blog-surface);
  border-bottom: 1px solid var(--blog-line);
}

.blog-home-kicker,
.blog-section-kicker,
.article-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 6px;
  background: #fff3e5;
  color: #783a00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-home-title {
  max-width: 840px;
  margin: 0;
  color: var(--blog-ink);
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900;
}

.blog-home-copy {
  max-width: 780px;
  color: var(--blog-muted);
  font-size: 18px;
  line-height: 1.65;
}

.blog-feature {
  display: grid;
  min-height: 440px;
  background: var(--blog-ink);
  color: #fff;
  overflow: hidden;
  border-radius: var(--blog-radius);
  box-shadow: var(--blog-shadow);
}

.blog-feature__media,
.blog-feature__body {
  grid-area: 1 / 1;
}

.blog-feature__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .62;
}

.blog-feature__body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 820px;
  padding: 42px;
}

.blog-feature__tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 6px;
  background: var(--blog-orange);
  color: #1b1208;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-feature__title {
  margin: 0 0 14px;
  color: #fff;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
}

.blog-feature__copy {
  max-width: 700px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .94);
  font-size: 18px;
  line-height: 1.6;
}

.blog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--blog-ink);
  border-radius: 6px;
  background: var(--blog-ink);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
}

.blog-button:hover {
  background: #000;
  text-decoration: none;
}

.blog-feature .blog-button {
  align-self: flex-start;
  border-color: #fff;
  background: #fff;
  color: #171717 !important;
}

.blog-feature .blog-button:hover {
  background: #f3f3f3;
}

.blog-section-title {
  margin: 0;
  color: var(--blog-ink);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}

.blog-section-copy {
  max-width: 680px;
  color: var(--blog-muted);
  font-size: 17px;
}

.blog-topic-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid var(--blog-line);
  border-radius: 6px;
  background: #fff;
  color: var(--blog-ink);
  font-weight: 800;
  text-decoration: none;
}

.blog-topic-link:hover {
  border-color: #c5c0b6;
  background: #f8f7f3;
  color: var(--blog-ink);
  text-decoration: none;
}

.article-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--blog-line);
  border-radius: var(--blog-radius);
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(23, 23, 23, .05);
}

.article-card__image-link {
  display: block;
  background: #e8e3d9;
}

.article-card__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.article-card__body {
  padding: 18px;
}

.article-card__title {
  margin: 12px 0 10px;
  color: var(--blog-ink);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.article-card__title a {
  color: inherit;
  text-decoration: none;
}

.article-card__title a:hover {
  color: #0f5f90;
  text-decoration: underline;
}

.article-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--blog-muted);
  font-size: 14px;
  line-height: 1.4;
}

.blog-info-band {
  background: #1b1d1f;
  color: #fff;
}

.blog-info-band h2,
.blog-info-band h3,
.blog-info-band p,
.blog-info-band a {
  color: #fff;
}

.blog-info-band a {
  font-weight: 800;
}

.blog-footer {
  background: #111315;
  color: #f4f1ea;
}

.blog-footer a {
  color: #f4f1ea;
}

.blog-footer__logo img {
  width: auto;
  max-width: 280px;
  height: auto;
}

.blog-footer__heading {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-footer__link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  color: #f4f1ea;
  text-decoration: none;
}

.blog-footer__link:hover {
  color: #fff;
  text-decoration: underline;
}

.blog-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
}

.blog-social-link:hover {
  background: #fff;
  color: #111315;
}

.blog-copyright {
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
}

body.blog-2026 footer .bg2 {
  background: #202020 !important;
}

body.blog-2026 footer .bg11 {
  background: #111315 !important;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

body.blog-2026 footer p,
body.blog-2026 footer .cl11,
body.blog-2026 footer .f1-s-1 {
  color: #e9e6df !important;
}

body.blog-2026 footer a,
body.blog-2026 footer .cl10 {
  color: #f28c22 !important;
}

body.blog-2026 footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}

body.blog-2026 footer .logo img {
  width: auto;
  max-width: 320px;
  height: auto;
}

body.blog-2026 footer .p-t-15 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 8px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 6px;
  color: #fff !important;
  text-decoration: none;
}

body.blog-2026 footer .p-t-15 a:hover {
  background: #fff;
  color: #111315 !important;
}

.blog-back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1030;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--blog-line);
  border-radius: 6px;
  background: #fff;
  color: var(--blog-ink);
  box-shadow: var(--blog-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.blog-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.blog-back-to-top:hover {
  background: #f8f7f3;
}

body.blog-2026 .bg0 {
  background: transparent;
}

body.blog-2026 .bg-img1 {
  background-size: cover;
  background-position: center;
}

body.blog-2026 .size-a-18 {
  min-height: 420px;
  height: auto;
}

body.blog-2026 .how-overlay1 {
  position: relative;
}

body.blog-2026 .how-overlay1::before {
  background: rgba(0, 0, 0, .62);
}

body.blog-2026 .how-overlay1 .container {
  position: relative;
  z-index: 1;
  min-height: 420px;
  padding-top: 70px;
}

body.blog-2026 .f1-l-5 {
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 900;
}

body.blog-2026 .how-overlay1 p.text-white {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .94) !important;
  font-size: 18px;
  line-height: 1.65;
}

body.blog-2026 main h1,
body.blog-2026 main h2,
body.blog-2026 main h3,
body.blog-2026 main h4,
body.blog-2026 main h5,
body.blog-2026 main h6 {
  color: var(--blog-ink);
  letter-spacing: 0;
}

body.blog-2026 main h2 {
  font-size: 30px;
  line-height: 1.22;
  font-weight: 900;
}

body.blog-2026 main h3 {
  font-size: 23px;
  line-height: 1.3;
  font-weight: 900;
}

body.blog-2026 main p {
  color: #30343a;
  font-size: 17px;
  line-height: 1.75;
}

body.blog-2026 main ul:not(.navbar-nav):not(.dropdown-menu):not(.list-unstyled) {
  padding-left: 1.4rem;
  list-style: disc;
}

body.blog-2026 main ol {
  padding-left: 1.4rem;
}

body.blog-2026 main li {
  margin-bottom: .65rem;
  color: #30343a;
  font-size: 17px;
  line-height: 1.7;
  list-style: inherit;
}

body.blog-2026 main img.max-w-full,
body.blog-2026 main .wrap-pic-w > img {
  border-radius: var(--blog-radius);
  border: 1px solid var(--blog-line);
  background: #fff;
}

body.blog-2026 main table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--blog-line);
}

body.blog-2026 main th,
body.blog-2026 main td {
  padding: 13px 14px;
  border: 1px solid var(--blog-line);
  vertical-align: top;
}

body.blog-2026 main th {
  background: #f1eee7;
  color: var(--blog-ink);
  font-weight: 900;
}

body.blog-2026 main .compare-table-wrap {
  border-radius: var(--blog-radius);
}

body.blog-2026 main .about-author {
  border-color: var(--blog-line) !important;
}

body.blog-2026 main .rounded-circle {
  border-radius: 50% !important;
}

body.blog-2026 .how1 {
  border-radius: var(--blog-radius);
  overflow: hidden;
}

body.blog-2026 .how1-child2 {
  position: relative;
  z-index: 1;
}

body.blog-2026 .tab01-title,
body.blog-2026 .how2 .tab01-title {
  color: var(--blog-ink);
  font-size: 28px;
  font-weight: 900;
}

body.blog-2026 main .blog-home-title {
  color: var(--blog-ink);
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900;
}

body.blog-2026 main .blog-home-copy,
body.blog-2026 main .blog-section-copy {
  color: var(--blog-muted);
}

body.blog-2026 main .blog-feature__title {
  color: #fff;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
}

body.blog-2026 main .blog-feature__copy {
  color: rgba(255, 255, 255, .94);
  font-size: 18px;
  line-height: 1.6;
}

body.blog-2026 main .blog-section-title {
  color: var(--blog-ink);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}

body.blog-2026 main .article-card__title {
  color: var(--blog-ink);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

body.blog-2026 main .article-card__meta,
body.blog-2026 main .article-card__meta span,
body.blog-2026 main .article-card__meta time {
  color: var(--blog-muted);
  font-size: 14px;
  line-height: 1.4;
}

body.blog-2026 main .blog-info-band h2,
body.blog-2026 main .blog-info-band h3,
body.blog-2026 main .blog-info-band p,
body.blog-2026 main .blog-info-band a {
  color: #fff;
}

@media (max-width: 991.98px) {
  .blog-brand-mark img {
    height: 34px;
  }

  body.blog-2026 main .blog-home-title,
  body.blog-2026 main .blog-feature__title,
  body.blog-2026 .f1-l-5 {
    font-size: 34px;
  }

  .blog-feature {
    min-height: 390px;
  }

  .blog-feature__body {
    padding: 28px;
  }

  body.blog-2026 .size-a-18,
  body.blog-2026 .how-overlay1 .container {
    min-height: 360px;
  }
}

@media (max-width: 575.98px) {
  body.blog-2026 main .blog-home-title,
  body.blog-2026 main .blog-feature__title,
  body.blog-2026 .f1-l-5 {
    font-size: 28px;
  }

  body.blog-2026 main .blog-home-copy,
  body.blog-2026 main .blog-feature__copy,
  body.blog-2026 .how-overlay1 p.text-white {
    font-size: 16px;
  }

  .blog-feature {
    min-height: 360px;
  }

  .blog-feature__body {
    padding: 22px;
  }

  body.blog-2026 main h2 {
    font-size: 25px;
  }

  body.blog-2026 main h3 {
    font-size: 21px;
  }
}
