.blog-header{padding-top: calc(var(--nav-height) + 3.5rem);padding-bottom: 3.5rem;background: var(--gradient-hero);position: relative;text-align: center;overflow: hidden}.blog-header-orb{position: absolute;width: 400px;height: 400px;border-radius: 50%;background: radial-gradient(circle,rgba(232,122,34,0.12) 0%,rgba(27,45,91,0) 70%);pointer-events: none;filter: blur(40px)}.blog-header-orb--left{top: -100px;left: -100px}.blog-header-orb--right{bottom: -100px;right: -100px}.blog-header-content{position: relative;z-index: 2;max-width: 860px;margin: 0 auto}.blog-subtitle{font-size: 1.125rem;color: var(--text-muted);line-height: 1.65;margin-top: 1rem;margin-inline: auto}.blog-tabs{display: flex;justify-content: center;flex-wrap: wrap;gap: 0.75rem;margin: 2.5rem 0 3.5rem}.blog-tab-btn{padding: 0.65rem 1.75rem;border-radius: var(--radius-full);background: var(--surface-base);border: 1px solid var(--border-subtle);color: var(--text-secondary);font-weight: 600;font-size: 0.9375rem;cursor: pointer;transition: all 0.25s ease;box-shadow: 0 2px 8px rgba(27,45,91,0.04)}.blog-tab-btn:hover{background: var(--surface-glass);border-color: var(--brand-blue);color: var(--brand-navy);transform: translateY(-2px)}.blog-tab-btn.active{background: var(--brand-navy);color: #ffffff;border-color: var(--brand-navy);box-shadow: 0 4px 14px rgba(27,45,91,0.25)}.blog-grid{display: grid;grid-template-columns: repeat(auto-fit,minmax(340px,1fr));gap: 2rem;margin-bottom: 4rem}.blog-card{background: var(--surface-base);border-radius: var(--radius-xl);border: 1px solid var(--border-subtle);overflow: hidden;box-shadow: var(--shadow-glass);transition: transform 0.35s cubic-bezier(0.23,1,0.32,1),box-shadow 0.35s ease,border-color 0.35s ease;display: flex;flex-direction: column}.blog-card:hover{transform: translateY(-6px);box-shadow: var(--shadow-card-hover);border-color: rgba(43,90,166,0.3)}.blog-card-thumb{position: relative;width: 100%;height: 220px;overflow: hidden;background: var(--surface-navy-tint)}.blog-card-thumb img{width: 100%;height: 100%;object-fit: cover;transition: transform 0.5s ease}.blog-card:hover .blog-card-thumb img{transform: scale(1.05)}.blog-card-body{padding: 1.75rem;display: flex;flex-direction: column;flex-grow: 1}.blog-card-meta{display: flex;align-items: center;justify-content: space-between;margin-bottom: 0.875rem;font-size: 0.8125rem;color: var(--text-muted)}.blog-card-meta time{display: flex;align-items: center;gap: 0.35rem}.blog-card-title{font-size: 1.25rem;font-family: var(--font-heading);font-weight: 700;line-height: 1.4;margin-bottom: 0.75rem;color: var(--brand-navy)}.blog-card-title a{color: inherit;text-decoration: none;transition: color 0.2s ease}.blog-card-title a:hover{color: var(--brand-orange)}.blog-card-excerpt{color: var(--text-secondary);font-size: 0.9375rem;line-height: 1.6;margin-bottom: 1.5rem;flex-grow: 1}.blog-card-footer{padding-top: 1rem;border-top: 1px solid var(--border-subtle);display: flex;align-items: center;justify-content: space-between}.blog-read-more{display: inline-flex;align-items: center;gap: 0.5rem;color: var(--brand-blue);font-weight: 600;font-size: 0.9375rem;text-decoration: none;transition: gap 0.2s ease,color 0.2s ease}.blog-read-more:hover{color: var(--brand-orange);gap: 0.75rem}.blog-cta-banner{background: linear-gradient(135deg,rgba(27,45,91,0.96) 0%,rgba(15,29,62,0.98) 100%);border-radius: var(--radius-xl);padding: 3rem 2.5rem;color: #ffffff;position: relative;overflow: hidden;border: 1px solid rgba(232,122,34,0.25);box-shadow: 0 12px 40px rgba(15,29,62,0.2);margin-top: 2rem;margin-bottom: 4rem}.blog-cta-banner::before{content: '';position: absolute;top: -50px;right: -50px;width: 250px;height: 250px;background: radial-gradient(circle,rgba(232,122,34,0.25) 0%,rgba(232,122,34,0) 70%);border-radius: 50%;pointer-events: none}.blog-cta-grid{display: grid;grid-template-columns: 1fr auto;gap: 2rem;align-items: center;position: relative;z-index: 2}@media (max-width: 768px){.blog-cta-grid{grid-template-columns: 1fr;text-align: center}}.blog-cta-title{font-family: var(--font-heading);font-size: 1.75rem;font-weight: 700;margin-bottom: 0.75rem;color: #ffffff}.blog-cta-desc{font-size: 1.0625rem;color: rgba(255,255,255,0.82);line-height: 1.6;max-width: 680px}.blog-cta-actions{display: flex;gap: 1rem;flex-wrap: wrap}@media (max-width: 768px){.blog-cta-actions{justify-content: center}}.article-hero{padding-top: calc(var(--nav-height) + 3rem);padding-bottom: 3.5rem;background: var(--gradient-hero);text-align: center;position: relative;overflow: hidden}.article-meta-bar{display: flex;align-items: center;justify-content: center;gap: 1.25rem;margin-top: 1.25rem;font-size: 0.875rem;color: var(--text-muted);flex-wrap: wrap}.article-meta-bar span{display: inline-flex;align-items: center;gap: 0.35rem}.article-container{max-width: 920px;margin: 0 auto;padding: 3.5rem var(--page-gutter)}.article-hero-figure{margin: 0 0 3rem 0;border-radius: var(--radius-xl);overflow: hidden;box-shadow: var(--shadow-glass);border: 1px solid var(--border-subtle);background: var(--surface-navy-tint)}.article-hero-figure img{width: 100%;max-height: 480px;object-fit: cover;display: block}.article-hero-figure figcaption{padding: 0.75rem 1.25rem;background: var(--surface-base);color: var(--text-muted);font-size: 0.84rem;text-align: center;border-top: 1px solid var(--border-subtle)}.takeaways-card{background: linear-gradient(135deg,rgba(255,255,255,0.95) 0%,rgba(245,247,251,0.9) 100%);border: 1px solid rgba(43,90,166,0.2);border-left: 5px solid var(--brand-orange);border-radius: var(--radius-lg);padding: 1.75rem 2rem;margin-bottom: 3rem;box-shadow: 0 6px 24px rgba(27,45,91,0.06)}.takeaways-title{font-family: var(--font-heading);font-size: 1.15rem;font-weight: 700;color: var(--brand-navy);margin-bottom: 1rem;display: flex;align-items: center;gap: 0.5rem}.takeaways-list{list-style: none;padding: 0;margin: 0;display: flex;flex-direction: column;gap: 0.75rem}.takeaways-list li{position: relative;padding-left: 1.5rem;font-size: 0.95rem;color: var(--text-secondary);line-height: 1.55}.takeaways-list li::before{content: '✓';position: absolute;left: 0;color: var(--brand-orange);font-weight: 700}.article-body{color: var(--text-primary);font-size: 1.0625rem;line-height: 1.75}.article-body h2{font-family: var(--font-heading);font-size: 1.75rem;font-weight: 700;color: var(--brand-navy);margin-top: 3rem;margin-bottom: 1.25rem;padding-bottom: 0.5rem;border-bottom: 2px solid var(--surface-navy-tint)}.article-body h3{font-family: var(--font-heading);font-size: 1.35rem;font-weight: 600;color: var(--brand-navy);margin-top: 2rem;margin-bottom: 0.85rem}.article-body p{margin-bottom: 1.4rem}.article-body ul,.article-body ol{margin-bottom: 1.5rem;padding-left: 1.5rem}.article-body li{margin-bottom: 0.5rem}.specs-table-wrapper{margin: 2.5rem 0;overflow-x: auto;border-radius: var(--radius-lg);border: 1px solid var(--border-subtle);box-shadow: 0 4px 20px rgba(27,45,91,0.05);background: var(--surface-base)}.specs-table{width: 100%;border-collapse: collapse;text-align: left;font-size: 0.9375rem}.specs-table th,.specs-table td{padding: 1rem 1.25rem;border-bottom: 1px solid var(--border-subtle)}.specs-table th{background: var(--brand-navy);color: #ffffff;font-family: var(--font-heading);font-weight: 600;letter-spacing: 0.02em}.specs-table th:first-child{border-top-left-radius: var(--radius-lg)}.specs-table th:last-child{border-top-right-radius: var(--radius-lg)}.specs-table tbody tr:last-child td{border-bottom: none}.specs-table tbody tr:hover td{background: var(--surface-navy-tint)}.specs-table .highlight-col{background: rgba(232,122,34,0.04);font-weight: 600;color: var(--brand-navy)}.callout-box{background: rgba(43,90,166,0.05);border-left: 4px solid var(--brand-blue);border-radius: 0 var(--radius-md) var(--radius-md) 0;padding: 1.25rem 1.5rem;margin: 2rem 0;font-size: 0.975rem}.callout-box strong{color: var(--brand-navy)}.related-guides-section{padding: 4rem 0;background: var(--surface-page);border-top: 1px solid var(--border-subtle)}.related-guides-title{text-align: center;font-family: var(--font-heading);font-size: 1.85rem;font-weight: 700;color: var(--brand-navy);margin-bottom: 2.5rem}