.shoc-blog, .shoc-blog *, .shoc-blog *::before, .shoc-blog *::after { box-sizing: border-box; }
    .shoc-blog * { margin: 0; padding: 0; }
    .shoc-blog { scroll-behavior: smooth; }
    .shoc-blog { font-family: 'Inter', system-ui, sans-serif; }

    .nav-scrolled { box-shadow: 0 1px 3px rgba(0,0,0,0.08); }

    /* Dot pattern */
    .dot-pattern {
      background-image: radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px);
      background-size: 24px 24px;
    }

    /* Article prose styles */
    .article-prose p {
      margin-bottom: 1.5em;
      font-size: 1.125rem;
      line-height: 1.85;
      color: #374151;
    }
    .article-prose h2 {
      margin-top: 2.5em;
      margin-bottom: 0.75em;
      font-size: 1.75rem;
      font-weight: 700;
      color: #111827;
      letter-spacing: -0.01em;
      line-height: 1.3;
    }
    .article-prose h3 {
      margin-top: 2em;
      margin-bottom: 0.5em;
      font-size: 1.375rem;
      font-weight: 600;
      color: #111827;
      line-height: 1.4;
    }
    .article-prose ul, .article-prose ol {
      margin-bottom: 1.5em;
      padding-left: 1.5em;
    }
    .article-prose ul { list-style-type: disc; }
    .article-prose ol { list-style-type: decimal; }
    .article-prose li {
      margin-bottom: 0.5em;
      font-size: 1.125rem;
      line-height: 1.75;
      color: #374151;
    }
    .article-prose a {
      color: #BF2A2F;
      text-decoration: underline;
      text-decoration-color: #FCC9C9;
      text-underline-offset: 3px;
      transition: text-decoration-color 0.2s;
    }
    .article-prose a:hover {
      text-decoration-color: #BF2A2F;
    }
    .article-prose blockquote {
      margin: 2em 0;
      padding: 1.25em 1.5em;
      border-left: 4px solid #BF2A2F;
      background: #FEF2F2;
      border-radius: 0 0.75rem 0.75rem 0;
      font-style: italic;
      color: #4B5563;
    }
    .article-prose blockquote p {
      margin-bottom: 0;
      font-size: 1.0625rem;
    }
    .article-prose img {
      border-radius: 0.75rem;
      margin: 2em 0;
      width: 100%;
      height: auto;
    }
    .article-prose figure {
      margin: 2em 0;
    }
    .article-prose figcaption {
      margin-top: 0.75em;
      text-align: center;
      font-size: 0.875rem;
      color: #9CA3AF;
    }
    .article-prose strong {
      font-weight: 600;
      color: #111827;
    }
    .article-prose code {
      font-family: 'JetBrains Mono', monospace;
      font-size: 0.875em;
      padding: 0.15em 0.4em;
      background: #F3F4F6;
      border-radius: 0.375rem;
      color: #BF2A2F;
    }

    /* Table of contents */
    .toc-link {
      transition: all 0.2s;
      border-left: 2px solid transparent;
      padding-left: 12px;
    }
    .toc-link:hover {
      color: #BF2A2F;
      border-left-color: #FCC9C9;
    }
    .toc-link.active {
      color: #BF2A2F;
      font-weight: 600;
      border-left-color: #BF2A2F;
    }

    /* Progress bar */
    #readingProgress {
      transition: width 0.1s linear;
    }

    /* Mobile menu */
    .mobile-menu { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
    .mobile-menu.open { max-height: 400px; }

    /* Image zoom */
    .img-zoom-container { overflow: hidden; }
    .img-zoom-container img { transition: transform 0.5s ease; }
    .img-zoom-container:hover img,
    .group:hover .img-zoom-container img { transform: scale(1.05); }

    .line-clamp-2 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    /* Comparison table */
    .comparison-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      border-radius: 0.75rem;
      overflow: hidden;
      border: 1px solid #E5E7EB;
    }
    .comparison-table thead th {
      background: #111827;
      color: #fff;
      font-weight: 600;
      font-size: 0.875rem;
      padding: 1rem 1.25rem;
      text-align: left;
      white-space: nowrap;
    }
    .comparison-table thead th:first-child {
      border-radius: 0.75rem 0 0 0;
    }
    .comparison-table thead th:last-child {
      border-radius: 0 0.75rem 0 0;
    }
    .comparison-table thead th.highlight {
      background: #BF2A2F;
    }
    .comparison-table tbody td {
      padding: 0.875rem 1.25rem;
      font-size: 0.9375rem;
      border-bottom: 1px solid #F3F4F6;
      color: #374151;
      vertical-align: top;
    }
    .comparison-table tbody tr:last-child td {
      border-bottom: none;
    }
    .comparison-table tbody tr:hover td {
      background: #FAFAFA;
    }
    .comparison-table tbody td:first-child {
      font-weight: 600;
      color: #111827;
      background: #F9FAFB;
    }
    .comparison-table tbody td.highlight-col {
      background: #FEF2F2;
    }

    /* FAQ schema accordion */
    .faq-item details summary {
      cursor: pointer;
      list-style: none;
    }
    .faq-item details summary::-webkit-details-marker {
      display: none;
    }
    .faq-item details[open] .faq-chevron {
      transform: rotate(180deg);
    }

    /* CTA Banner */
    .cta-banner {
      background: linear-gradient(135deg, #BF2A2F 0%, #8C1F22 100%);
      border-radius: 1rem;
      padding: 2rem 2.5rem;
      margin: 2.5em 0;
    }

    /* Swiper custom */
    .product-swiper .swiper-button-next,
    .product-swiper .swiper-button-prev {
      color: #BF2A2F;
      background: white;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .product-swiper .swiper-button-next::after,
    .product-swiper .swiper-button-prev::after {
      font-size: 16px;
      font-weight: 700;
    }
    .product-swiper { padding-bottom: 40px; }
    .product-swiper .swiper-pagination {
      position: absolute;
      bottom: 0;
      margin-top: 15px;
    }
    .product-swiper .swiper-pagination-bullet-active {
      background: #BF2A2F;
    }

    @media (max-width: 640px) {
      .comparison-table {
        font-size: 0.8125rem;
      }
      .comparison-table thead th,
      .comparison-table tbody td {
        padding: 0.625rem 0.75rem;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
      }
    }

  
    /* CTA contrast fix */
    .article-prose .not-prose a,
    .article-prose [class*='bg-gradient'] a,
    .article-prose .cta-banner a {
      color: inherit !important;
      text-decoration: none !important;
    }
    .article-prose .not-prose a.bg-shoc-600,
    .article-prose .not-prose a[class*='bg-shoc'],
    .article-prose .cta-banner a.bg-shoc-600,
    .article-prose .cta-banner a[class*='bg-shoc'] {
      color: #ffffff !important;
    }
    .article-prose .not-prose a.bg-white,
    .article-prose [class*='bg-gradient'] a.bg-white,
    .article-prose .cta-banner a.bg-white {
      color: #BF2A2F !important;
    }
    .article-prose .not-prose h3 {
      color: #ffffff !important;
      margin-top: 0 !important;
      margin-bottom: 0.5rem !important;
    }
    .article-prose .not-prose p {
      color: rgba(255,255,255,0.85) !important;
    }
    .article-prose .not-prose strong {
      color: #ffffff !important;
    }
    .article-prose .cta-banner h3 {
      margin-top: 0 !important;
      margin-bottom: 0.5rem !important;
    }
    .article-prose [class*="bg-gradient"] h3,
    .article-prose [class*="bg-gradient"] p,
    .article-prose [class*="bg-gradient"] strong,
    .article-prose [class*="bg-gradient"] li,
    .article-prose .cta-banner h3,
    .article-prose .cta-banner p,
    .article-prose .cta-banner strong {
      color: #ffffff !important;
    }
    .article-prose [class*="bg-gradient"] p,
    .article-prose .cta-banner p {
      color: rgba(255,255,255,0.92) !important;
    }
    .article-prose [style*="gradient"] h3,
    .article-prose [style*="gradient"] p,
    .article-prose [style*="gradient"] strong {
      color: #ffffff !important;
    }
    .article-prose [style*="gradient"] p {
      color: rgba(255,255,255,0.92) !important;
    }

  
    /* Swiper product card: image flush with card edges (no border gap) */
    .product-swiper .swiper-slide > div,
    .swiper-product .swiper-slide > div {
      border: 0 !important;
      box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.04);
    }
    .product-swiper .swiper-slide > div:hover,
    .swiper-product .swiper-slide > div:hover {
      box-shadow: 0 6px 20px rgba(0,0,0,0.12), 0 12px 30px rgba(0,0,0,0.06);
    }
    .product-swiper .swiper-slide .img-zoom-container,
    .swiper-product .swiper-slide .img-zoom-container {
      background: transparent;
    }
    .product-swiper .swiper-slide .img-zoom-container img,
    .swiper-product .swiper-slide .img-zoom-container img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin: 0;
      padding: 0;
    }