*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--background:210 20% 99%;--foreground:220 20% 15%;--card:0 0% 100%;--card-foreground:220 20% 15%;--primary:217 91% 50%;--primary-foreground:0 0% 100%;--secondary:210 20% 96%;--secondary-foreground:220 15% 20%;--muted:210 15% 96%;--muted-foreground:210 10% 45%;--accent:25 95% 53%;--accent-foreground:0 0% 100%;--destructive:0 84% 60%;--border:210 15% 90%;--input:210 15% 90%;--ring:217 91% 50%;--radius:0.75rem;--font-sans:'Inter',system-ui,sans-serif;--font-heading:'Fraunces','Georgia',serif;--shadow-soft:0 2px 15px -3px hsl(217 91% 50% / 0.06),0 4px 6px -4px hsl(217 91% 50% / 0.04);--shadow-card:0 4px 25px -5px hsl(220 20% 15% / 0.06),0 8px 10px -6px hsl(220 20% 15% / 0.03);--shadow-elevated:0 10px 40px -10px hsl(220 20% 15% / 0.1),0 4px 15px -5px hsl(220 20% 15% / 0.05)}body{font-family:var(--font-sans);color:hsl(var(--foreground));background:hsl(var(--background));line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1400px;margin:0 auto;padding:0 1rem}@media (min-width:1024px){.container{padding:0 2rem}}.announcement-bar{background:hsl(var(--primary));color:hsl(var(--primary-foreground));text-align:center;padding:0.5rem 1rem;font-size:0.75rem;font-weight:500;letter-spacing:0.02em}@media (min-width:640px){.announcement-bar{font-size:0.875rem}}.announcement-bar .announcement-inner{display:flex;align-items:center;justify-content:center;gap:0.5rem}.announcement-bar svg{width:14px;height:14px;flex-shrink:0}.reading-progress{position:fixed;top:0;left:0;height:3px;background:hsl(var(--primary));z-index:9999;transition:width 0.1s linear;width:0%}.site-header{position:sticky;top:0;left:0;right:0;z-index:50;transition:all 0.3s ease;background:hsla(0,0%,100%,0.8);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.site-header.scrolled{background:hsla(0,0%,100%,0.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-soft)}.header-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0.875rem 1rem}@media (min-width:1024px){.header-inner{padding:0.875rem 2rem}}.header-logo{display:flex;align-items:center;gap:0.5rem;text-decoration:none;flex-shrink:0}.header-logo img{height:56px;width:auto;object-fit:contain}.header-nav{display:none;align-items:center;gap:0.25rem;margin:0 auto}@media (min-width:1024px){.header-nav{display:flex}}.header-nav a{padding:0.625rem 1rem;font-size:0.9375rem;font-weight:500;color:hsl(var(--foreground) / 0.7);text-decoration:none;border-radius:0.5rem;transition:color 0.2s,background-color 0.2s}.header-nav a:hover{color:hsl(var(--primary))}.header-nav a.active{color:hsl(var(--primary));background:hsl(var(--primary) / 0.05)}.header-actions{display:none;align-items:center;gap:0.75rem;flex-shrink:0}@media (min-width:1024px){.header-actions{display:flex}}.btn-primary{display:inline-flex;align-items:center;gap:0.5rem;padding:0.625rem 1.5rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:0.9375rem;font-weight:600;border-radius:var(--radius);border:none;cursor:pointer;text-decoration:none;transition:background 0.2s,transform 0.15s;white-space:nowrap}.btn-primary:hover{background:hsl(var(--primary) / 0.9)}.btn-outline{display:inline-flex;align-items:center;gap:0.5rem;padding:0.625rem 1.25rem;background:transparent;color:hsl(var(--muted-foreground));font-size:0.875rem;font-weight:500;border-radius:var(--radius);border:1px solid hsl(var(--border));cursor:pointer;text-decoration:none;transition:all 0.2s}.btn-outline:hover{color:hsl(var(--primary));border-color:hsl(var(--primary) / 0.3);background:hsl(var(--primary) / 0.05)}.header-icon{padding:0.375rem;border-radius:50%;color:hsl(var(--foreground) / 0.5);transition:color 0.2s;text-decoration:none;display:flex;align-items:center}.header-icon:hover{color:hsl(var(--primary))}.header-icon svg{width:16px;height:16px}.cart-icon{position:relative;padding:0.5rem;color:hsl(var(--foreground) / 0.7);text-decoration:none;display:flex;align-items:center;transition:color 0.2s}.cart-icon:hover{color:hsl(var(--primary))}.cart-icon svg{width:20px;height:20px}.cart-badge{position:absolute;top:0;right:0;width:16px;height:16px;background:hsl(var(--primary));color:#fff;font-size:10px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav-dropdown{position:relative}.nav-dropdown-trigger{padding:0.625rem 1rem;font-size:0.9375rem;font-weight:500;color:hsl(var(--foreground) / 0.7);text-decoration:none;border-radius:0.5rem;transition:color 0.2s;display:inline-flex;align-items:center;gap:0.25rem;cursor:pointer}.nav-dropdown-trigger:hover{color:hsl(var(--primary))}.nav-dropdown-trigger .chevron{transition:transform 0.2s}.nav-dropdown:hover .chevron{transform:rotate(180deg)}.nav-dropdown-panel{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);padding-top:0.5rem;z-index:50}.nav-dropdown:hover .nav-dropdown-panel{display:block}.nav-dropdown-panel>:first-child{width:480px;background:hsl(var(--card));border-radius:0.75rem;box-shadow:var(--shadow-elevated);border:1px solid hsl(var(--border));padding:1.25rem;animation:fadeIn 0.2s ease}.nav-dropdown-panel{display:none}.nav-dropdown:hover .nav-dropdown-panel{display:block}.nav-dropdown-panel{width:480px;background:hsl(var(--card));border-radius:0.75rem;box-shadow:var(--shadow-elevated);border:1px solid hsl(var(--border));padding:1.25rem}.dropdown-section{margin-bottom:0.75rem}.dropdown-label{font-size:0.625rem;font-weight:700;text-transform:uppercase;letter-spacing:0.2em;color:hsl(var(--muted-foreground));margin-bottom:0.5rem}.dropdown-grid{display:grid;grid-template-columns:1fr 1fr;gap:0.25rem}.dropdown-grid a{padding:0.5rem 0.75rem;border-radius:0.5rem;font-size:0.875rem;font-weight:500;color:hsl(var(--foreground) / 0.8);text-decoration:none;transition:all 0.2s}.dropdown-grid a:hover{color:hsl(var(--primary));background:hsl(var(--primary) / 0.05)}.soon-badge{font-size:0.5625rem;color:hsl(var(--muted-foreground));margin-left:0.375rem}.dropdown-divider{border-top:1px solid hsl(var(--border));margin:0.75rem 0}.dropdown-pills{display:flex;flex-wrap:wrap;gap:0.375rem}.effect-pill{padding:0.375rem 0.75rem;border-radius:9999px;font-size:0.75rem;font-weight:500;border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));text-decoration:none;transition:all 0.2s}.effect-pill:hover{color:hsl(var(--primary));border-color:hsl(var(--primary) / 0.3);background:hsl(var(--primary) / 0.05)}.dropdown-viewall{display:block;font-size:0.875rem;font-weight:600;color:hsl(var(--primary));text-decoration:none;padding-top:0.25rem}.dropdown-viewall:hover{text-decoration:underline}.mobile-subcategories{padding-left:1.5rem;display:flex;flex-direction:column;gap:0.125rem}.mobile-subcategories a{padding:0.5rem 1rem;font-size:0.875rem;color:hsl(var(--muted-foreground));text-decoration:none;border-radius:0.5rem;transition:all 0.2s}.mobile-subcategories a:hover{color:hsl(var(--primary));background:hsl(var(--primary) / 0.05)}.mobile-toggle{display:flex;padding:0.5rem;background:none;border:none;cursor:pointer;color:hsl(var(--foreground))}@media (min-width:1024px){.mobile-toggle{display:none}}.mobile-toggle svg{width:24px;height:24px}.mobile-actions{display:flex;align-items:center;gap:0.5rem}@media (min-width:1024px){.mobile-actions{display:none}}.mobile-menu{display:none;background:hsla(0,0%,100%,0.98);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid hsl(var(--border));animation:fadeIn 0.3s ease}.mobile-menu.open{display:block}@media (min-width:1024px){.mobile-menu{display:none !important}}.mobile-menu nav{max-width:1400px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;gap:0.25rem}.mobile-menu a{padding:0.75rem 1rem;color:hsl(var(--foreground) / 0.7);text-decoration:none;border-radius:0.5rem;transition:color 0.2s,background 0.2s;font-size:0.9375rem}.mobile-menu a:hover{color:hsl(var(--primary));background:hsl(var(--primary) / 0.05)}.mobile-menu .mobile-cta{margin-top:0.5rem;padding-top:0.75rem;border-top:1px solid hsl(var(--border))}.mobile-menu .mobile-cta .btn-primary{width:100%;justify-content:center}.blog-hero{padding:8rem 0 4rem;text-align:center;background:hsl(var(--background))}.blog-hero .eyebrow{display:block;font-size:0.6875rem;font-weight:600;letter-spacing:0.25em;text-transform:uppercase;color:hsl(var(--primary));margin-bottom:1rem}.blog-hero h1{font-family:var(--font-heading);font-size:2.25rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem;line-height:1.15}@media (min-width:768px){.blog-hero h1{font-size:3rem}}@media (min-width:1024px){.blog-hero h1{font-size:3.5rem}}.blog-hero p{max-width:36rem;margin:0 auto;color:hsl(var(--muted-foreground));line-height:1.65;font-size:1rem}.filter-bar{position:sticky;top:72px;z-index:30;padding:0.875rem 0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:hsla(0,0%,100%,0.95);border-bottom:1px solid hsl(var(--border))}.filter-bar .filter-inner{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:space-between}@media (min-width:640px){.filter-bar .filter-inner{flex-direction:row}}.filter-pills{display:flex;gap:0.5rem;flex-wrap:wrap;justify-content:center}.filter-pill{padding:0.375rem 0.875rem;border-radius:9999px;font-size:0.875rem;font-weight:500;border:none;cursor:pointer;transition:all 0.2s;background:transparent;color:hsl(var(--muted-foreground))}.filter-pill:hover{color:hsl(var(--foreground))}.filter-pill.active{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.filter-search{position:relative;width:100%;max-width:16rem}.filter-search svg{position:absolute;left:0.75rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:hsl(var(--muted-foreground))}.filter-search input{width:100%;padding:0.5rem 0.75rem 0.5rem 2.25rem;border:1px solid hsl(var(--border));border-radius:var(--radius);font-size:0.875rem;font-family:var(--font-sans);color:hsl(var(--foreground));background:hsl(var(--card));outline:none;transition:border-color 0.2s}.filter-search input:focus{border-color:hsl(var(--primary))}.filter-search input::placeholder{color:hsl(var(--muted-foreground))}.post-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:4rem 0}@media (min-width:640px){.post-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.post-grid{grid-template-columns:repeat(3,1fr)}}.post-card{background:hsl(var(--card));border-radius:1rem;overflow:hidden;border:1px solid hsl(var(--border));box-shadow:var(--shadow-soft);transition:all 0.3s ease;text-decoration:none;color:inherit;display:block;opacity:0;transform:translateY(8px);animation:fadeIn 0.5s cubic-bezier(0.25,0.1,0.25,1) forwards}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-elevated)}.post-card-img{width:100%;height:12rem;object-fit:cover;display:block;transition:transform 0.5s ease}.post-card:hover .post-card-img{transform:scale(1.05)}.post-card-img-wrap{overflow:hidden}.post-card-img-placeholder{width:100%;height:12rem;background:linear-gradient(135deg,hsl(var(--muted)),hsl(var(--secondary)))}.post-card-body{padding:1.25rem}.post-card-meta{display:flex;align-items:center;gap:0.75rem;margin-bottom:0.75rem}.post-card-category{font-size:0.6875rem;font-weight:500;padding:0.125rem 0.625rem;border-radius:9999px;background:hsl(var(--primary) / 0.08);color:hsl(var(--primary))}.post-card-date{font-size:0.6875rem;color:hsl(var(--muted-foreground))}.post-card-title{font-family:var(--font-sans);font-size:1.125rem;font-weight:600;line-height:1.35;margin-bottom:0.5rem;color:hsl(var(--foreground));transition:color 0.2s}.post-card-excerpt{font-size:0.875rem;color:hsl(var(--muted-foreground));line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card-read-time{font-size:0.75rem;color:hsl(var(--muted-foreground));margin-top:0.75rem}.no-posts{text-align:center;padding:4rem 2rem;color:hsl(var(--muted-foreground));font-size:1rem;grid-column:1 / -1}.breadcrumbs{padding:0.875rem 0;font-size:0.8125rem;color:hsl(var(--muted-foreground));background:hsl(var(--background));border-bottom:1px solid hsl(var(--border))}.breadcrumbs .container{display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap}.breadcrumbs a{color:hsl(var(--primary));text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .sep{opacity:0.4}.blog-main{padding:3rem 0 5rem}.blog-post{max-width:48rem;margin:0 auto;background:hsl(var(--card));border-radius:1rem;padding:3rem 2.5rem;box-shadow:var(--shadow-card);border:1px solid hsl(var(--border))}@media (max-width:768px){.blog-post{padding:1.5rem 1.25rem;border-radius:0;margin:0 -1rem;border-left:0;border-right:0}}.blog-post h1{font-family:var(--font-heading);font-size:2.25rem;font-weight:700;line-height:1.15;margin-bottom:0.5rem;color:hsl(var(--foreground))}@media (min-width:640px){.blog-post h1{font-size:2.5rem}}.blog-post h2{font-family:var(--font-heading);font-size:1.625rem;font-weight:700;margin:2.5rem 0 0.875rem;color:hsl(var(--foreground));line-height:1.25}.blog-post h3{font-family:var(--font-sans);font-size:1.25rem;font-weight:600;margin:2rem 0 0.625rem;color:hsl(var(--foreground))}.blog-post p{margin-bottom:1.25rem;font-size:1.0625rem;line-height:1.7}.blog-post a{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:2px}.blog-post a:hover{opacity:0.8}.blog-post ul,.blog-post ol{margin:1rem 0 1.5rem 1.5rem}.blog-post li{margin-bottom:0.5rem;line-height:1.65;font-size:1.0625rem}.blog-post strong{font-weight:600}.blog-post img{max-width:100%;height:auto;border-radius:var(--radius);display:block}.blog-post figure{margin:2rem 0}.blog-post figcaption{font-size:0.8125rem;color:hsl(var(--muted-foreground));text-align:center;margin-top:0.5rem;font-style:italic}.blog-post blockquote{border-left:3px solid hsl(var(--primary));padding:0.75rem 1.25rem;margin:1.5rem 0;background:hsl(var(--primary) / 0.05);border-radius:0 var(--radius) var(--radius) 0;font-style:italic;color:hsl(var(--muted-foreground))}.blog-post table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:0.9375rem}.blog-post thead th{background:hsl(var(--muted));color:hsl(var(--foreground));font-family:var(--font-sans);font-weight:600;text-align:left;padding:0.75rem 1rem;font-size:0.8125rem;letter-spacing:0.02em;border-bottom:2px solid hsl(var(--border))}.blog-post thead th:first-child{border-radius:var(--radius) 0 0 0}.blog-post thead th:last-child{border-radius:0 var(--radius) 0 0}.blog-post tbody td{padding:0.75rem 1rem;border-bottom:1px solid hsl(var(--border))}.blog-post tbody tr:hover{background:hsl(var(--primary) / 0.02)}.key-takeaways{border-left:4px solid hsl(var(--primary));background:hsl(var(--primary) / 0.04);padding:1.25rem 1.5rem;margin:1.5rem 0;border-radius:0 1rem 1rem 0}.key-takeaways h3{margin:0 0 0.75rem 0;font-size:0.8125rem;text-transform:uppercase;letter-spacing:0.06em;color:hsl(var(--muted-foreground));font-weight:600;font-family:var(--font-sans)}.key-takeaways ul{margin:0;padding-left:1.25rem}.key-takeaways li{margin-bottom:0.375rem;font-size:0.9375rem;line-height:1.55}.faq-section{margin:2.5rem 0}.faq-section>h2{border-bottom:2px solid hsl(var(--primary));padding-bottom:0.5rem}.faq-section h3{font-size:1.0625rem;color:hsl(var(--foreground));margin:1.5rem 0 0.5rem;font-weight:600}.faq-section h3::before{content:"Q:";font-weight:700;color:hsl(var(--primary))}.blog-cta{background:hsl(220 25% 12%);color:hsl(0 0% 92%);padding:2.5rem;border-radius:1rem;margin:2.5rem 0;text-align:center;position:relative;overflow:hidden}.blog-cta::before{content:'';position:absolute;top:-30%;right:-15%;width:300px;height:300px;background:radial-gradient(circle,hsl(var(--primary) / 0.15) 0%,transparent 70%);border-radius:50%}.blog-cta h3{font-family:var(--font-heading);color:hsl(0 0% 95%);font-size:1.5rem;margin-bottom:0.75rem;position:relative}.blog-cta p{opacity:0.7;margin-bottom:1.25rem;position:relative;font-size:0.9375rem}.blog-cta .btn-cta{display:inline-block;padding:0.875rem 2.25rem;background:hsl(var(--primary));color:#fff;font-weight:700;border-radius:var(--radius);text-decoration:none;font-size:1rem;transition:background 0.2s,transform 0.15s;position:relative}.blog-cta .btn-cta:hover{background:hsl(var(--primary) / 0.85);transform:translateY(-2px)}.disclaimer{background:hsl(var(--muted));border-radius:var(--radius);padding:1rem 1.25rem;margin:2rem 0;font-size:0.8125rem;color:hsl(var(--muted-foreground));line-height:1.6}.product-mention{display:inline-flex;align-items:center;gap:0.375rem;background:hsl(var(--primary) / 0.08);padding:0.25rem 0.625rem;border-radius:9999px;font-weight:600;color:hsl(var(--primary));text-decoration:none;font-size:0.875rem;transition:background 0.2s}.product-mention:hover{background:hsl(var(--primary) / 0.15)}.related-posts{max-width:48rem;margin:3rem auto 0}.related-posts h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:hsl(var(--foreground))}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.blog-post .sources-section{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid hsl(var(--border))}.blog-post .sources-section h3{font-size:0.9375rem;color:hsl(var(--muted-foreground));margin-bottom:0.75rem;font-family:var(--font-sans)}.blog-post .sources-section ul{font-size:0.8125rem;color:hsl(var(--muted-foreground));line-height:1.6}.blog-post .sources-section li{margin-bottom:0.375rem}.blog-post .sources-section a{color:hsl(var(--primary));font-size:0.8125rem}.editors-pick{border:2px solid hsl(var(--primary));border-radius:1rem;padding:1.25rem 1.5rem;margin:2rem 0;background:hsl(var(--primary) / 0.04)}.editors-pick-label{font-size:0.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:hsl(var(--primary));margin-bottom:0.5rem}.editors-pick h4{font-family:var(--font-sans);font-size:1.0625rem;font-weight:600;margin-bottom:0.375rem}.editors-pick p{font-size:0.875rem;color:hsl(var(--muted-foreground));margin-bottom:0.625rem}.toc{background:hsl(var(--muted));border-radius:1rem;padding:1.25rem 1.5rem;margin:1.5rem 0 2rem}.toc-title{font-family:var(--font-sans);font-size:0.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:0.06em;color:hsl(var(--muted-foreground));margin-bottom:0.75rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.toc-list{list-style:none;padding:0;margin:0}.toc-list li{margin-bottom:0.375rem}.toc-list a{font-size:0.875rem;color:hsl(var(--foreground) / 0.7);text-decoration:none;transition:color 0.2s;display:block;padding:0.25rem 0}.toc-list a:hover{color:hsl(var(--primary))}.helpful-widget{text-align:center;padding:1.5rem;margin:2rem 0;border-top:1px solid hsl(var(--border))}.helpful-widget p{font-size:0.9375rem;color:hsl(var(--muted-foreground));margin-bottom:0.75rem}.helpful-btns{display:flex;gap:0.625rem;justify-content:center}.helpful-btns button{padding:0.5rem 1.5rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));font-size:0.875rem;font-family:var(--font-sans);cursor:pointer;transition:all 0.2s;color:hsl(var(--foreground))}.helpful-btns button:hover{border-color:hsl(var(--primary));background:hsl(var(--primary) / 0.05);color:hsl(var(--primary))}.newsletter-section{padding:5rem 0;background:hsl(220 25% 12%);color:hsl(0 0% 92%)}.newsletter-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:72rem;margin:0 auto;align-items:center}@media (min-width:1024px){.newsletter-grid{grid-template-columns:1fr 1fr;gap:4rem}}.newsletter-copy .nl-eyebrow{font-size:0.875rem;font-weight:500;letter-spacing:0.15em;text-transform:uppercase;color:hsl(210 80% 70%);margin-bottom:1rem;display:block}.newsletter-copy h2{font-family:var(--font-heading);font-size:1.875rem;font-weight:700;color:hsl(0 0% 95%);margin-bottom:1.25rem;line-height:1.2}@media (min-width:768px){.newsletter-copy h2{font-size:2.25rem}}.newsletter-copy p{color:hsl(210 10% 60%);line-height:1.65;margin-bottom:2rem;max-width:28rem}.newsletter-form{background:hsl(220 20% 18%);border:1px solid hsl(220 15% 25%);border-radius:1rem;padding:1.75rem 2.25rem}.newsletter-form label{display:block;font-size:0.875rem;color:hsla(0,0%,100%,0.8);margin-bottom:0.375rem;font-weight:500}.newsletter-form input,.newsletter-form textarea{width:100%;padding:0.625rem 0.75rem;background:hsla(0,0%,100%,0.05);border:1px solid hsla(0,0%,100%,0.1);border-radius:var(--radius);color:#fff;font-family:var(--font-sans);font-size:0.875rem;outline:none;margin-bottom:1.25rem;transition:border-color 0.2s}.newsletter-form input::placeholder,.newsletter-form textarea::placeholder{color:hsla(0,0%,100%,0.3)}.newsletter-form input:focus,.newsletter-form textarea:focus{border-color:hsl(var(--primary) / 0.5)}.newsletter-form textarea{resize:vertical;min-height:4rem}.newsletter-form .btn-primary{width:100%;justify-content:center;margin-bottom:0.75rem}.newsletter-form .form-note{font-size:0.75rem;color:hsla(0,0%,100%,0.4);text-align:center}.compliance-line{text-align:center;padding:2rem 0;font-size:0.6875rem;letter-spacing:0.05em;color:hsl(var(--muted-foreground))}.site-footer{background:hsl(220 25% 12%);color:hsl(0 0% 92%)}.footer-inner{padding:4rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand .footer-logo{font-weight:700;font-size:1.25rem;color:#fff;display:block;margin-bottom:1rem}.footer-brand p{font-size:0.875rem;color:hsla(0,0%,100%,0.5);line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:0.75rem}.footer-social a{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,0.1);display:flex;align-items:center;justify-content:center;color:hsl(0 0% 92%);text-decoration:none;transition:background 0.2s}.footer-social a:hover{background:hsl(var(--primary) / 0.3)}.footer-social svg{width:16px;height:16px}.footer-col h4{font-weight:600;font-size:0.9375rem;color:#fff;margin-bottom:1rem}.footer-col ul{list-style:none;padding:0}.footer-col li{margin-bottom:0.625rem}.footer-col a{font-size:0.875rem;color:hsla(0,0%,100%,0.5);text-decoration:none;transition:color 0.2s}.footer-col a:hover{color:#fff}.footer-contact-item{display:flex;align-items:center;gap:0.625rem;font-size:0.875rem;color:hsla(0,0%,100%,0.5);margin-bottom:0.75rem}.footer-contact-item svg{width:16px;height:16px;flex-shrink:0;color:hsl(210 80% 70%)}.footer-contact-item a{color:hsla(0,0%,100%,0.5);text-decoration:none;transition:color 0.2s}.footer-contact-item a:hover{color:#fff}.footer-address{font-size:0.75rem;color:hsla(0,0%,100%,0.3);margin-top:1.5rem}.footer-bottom{border-top:1px solid hsla(0,0%,100%,0.1);margin-top:3rem;padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom p{font-size:0.75rem;color:hsla(0,0%,100%,0.35)}.footer-legal{display:flex;flex-wrap:wrap;gap:1rem}.footer-legal a{font-size:0.75rem;color:hsla(0,0%,100%,0.35);text-decoration:none;transition:color 0.2s}.footer-legal a:hover{color:hsla(0,0%,100%,0.6)}.mobile-cta-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:40;background:hsl(220 25% 12%);padding:0.75rem 1rem;box-shadow:0 -4px 20px -4px rgba(0,0,0,0.15)}@media (max-width:768px){.mobile-cta-bar{display:flex;align-items:center;justify-content:space-between}}.mobile-cta-bar span{color:hsla(0,0%,100%,0.7);font-size:0.8125rem;font-weight:500}.mobile-cta-bar .btn-mobile-cta{display:inline-block;padding:0.5rem 1.25rem;background:hsl(var(--primary));color:#fff;font-size:0.8125rem;font-weight:600;border-radius:var(--radius);text-decoration:none}@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.scroll-fade{opacity:0;transform:translateY(12px);transition:opacity 0.6s cubic-bezier(0.16,1,0.3,1),transform 0.6s cubic-bezier(0.16,1,0.3,1)}.scroll-fade.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.blog-hero{padding:6rem 0 2.5rem}.blog-hero h1{font-size:2rem}.blog-post h1{font-size:1.75rem}.blog-post h2{font-size:1.375rem}.blog-cta{padding:1.75rem 1.25rem}.newsletter-section{padding:3rem 0}.newsletter-form{padding:1.25rem}body{padding-bottom:56px}}@media print{.announcement-bar,.site-header,.site-footer,.breadcrumbs,.related-posts,.blog-cta,.mobile-cta-bar,.toc,.helpful-widget,.newsletter-section,.filter-bar,.reading-progress{display:none}.blog-post{box-shadow:none;border:none;padding:0;max-width:100%}body{background:#fff;padding-top:0}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:hsl(var(--muted))}::-webkit-scrollbar-thumb{background:hsl(var(--primary) / 0.2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--primary) / 0.35)}