:root{--color-primary:#1a4d6e;--color-primary-dark:#0f3352;--color-primary-light:#2a6d9e;--color-accent:#e8630a;--color-accent-light:#f9a84d;--color-text:#1a1a2e;--color-text-muted:#6b7280;--color-text-light:#9ca3af;--color-bg:#ffffff;--color-bg-dark:#f3f4f6;--color-bg-darker:#e5e7eb;--color-border:#e5e7eb;--color-border-light:#f3f4f6;--font-sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);--shadow-md:0 4px 12px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.05);--shadow-lg:0 10px 30px rgba(0,0,0,0.10), 0 4px 12px rgba(0,0,0,0.06);--shadow-xl:0 20px 50px rgba(0,0,0,0.12);--max-width:1200px;--content-width:780px;--sidebar-width:320px;--header-height:68px;--transition:0.2s ease}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);font-size:1rem;line-height:1.7;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;min-height:100vh}#main-content{flex:1 0 auto}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--color-accent)}a:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:2px}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.25rem;border-radius:var(--radius-md);font-weight:600;font-size:.9rem;cursor:pointer;border:2px solid transparent;transition:all var(--transition);text-decoration:none;white-space:nowrap}.btn--primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn--primary:hover{background:#c5530a;border-color:#c5530a;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(232,99,10,.3)}.btn--secondary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn--secondary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);color:#fff;transform:translateY(-1px)}.btn--outline{background:0 0;color:#fff;border-color:rgba(255,255,255,.5)}.btn--outline:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.8);color:#fff}.btn--lg{padding:.8rem 1.75rem;font-size:.95rem}.site-header{position:sticky;top:0;z-index:100;background:var(--color-primary);box-shadow:0 2px 12px rgba(0,0,0,.15);height:var(--header-height);display:flex;align-items:center}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-logo{display:flex;align-items:center;gap:.6rem;color:#fff;text-decoration:none;font-weight:800;font-size:1.05rem;letter-spacing:-.01em;flex-shrink:0}.site-logo:hover{color:var(--color-accent-light)}.site-logo__icon{width:34px;height:34px;background:rgba(255,255,255,.15);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.site-logo__text span{color:var(--color-accent-light)}.site-nav{display:flex;align-items:center;gap:.25rem}.site-nav a{color:rgba(255,255,255,.85);font-size:.875rem;font-weight:500;padding:.4rem .75rem;border-radius:var(--radius-sm);transition:all var(--transition)}.site-nav a:hover,.site-nav a.active{color:#fff;background:rgba(255,255,255,.12)}.nav-toggle{display:none;background:0 0;border:none;color:#fff;cursor:pointer;padding:.4rem;border-radius:var(--radius-sm)}.nav-toggle:hover{background:rgba(255,255,255,.1)}.hero{background:linear-gradient(135deg,var(--color-primary) 0%,#0f3352 50%,#1a1a2e 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(232,99,10,.12) 0%,transparent 70%);pointer-events:none}.hero__inner{max-width:760px;position:relative;z-index:1}.hero__badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(232,99,10,.15);border:1px solid rgba(232,99,10,.3);color:var(--color-accent-light);font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.35rem .85rem;border-radius:100px;margin-bottom:1.25rem}.hero__title{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15;color:#fff;letter-spacing:-.02em;margin-bottom:1.25rem}.hero__title em{font-style:normal;color:var(--color-accent-light)}.hero__subtitle{font-size:1.1rem;color:rgba(255,255,255,.75);max-width:600px;margin-bottom:2rem;line-height:1.65}.hero__actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero__stats{display:flex;gap:2.5rem;flex-wrap:wrap}.hero__stat{display:flex;flex-direction:column}.hero__stat-number{font-size:1.75rem;font-weight:800;color:#fff;line-height:1}.hero__stat-label{font-size:.78rem;color:rgba(255,255,255,.55);font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem}.trust-bar{background:var(--color-bg-dark);border-bottom:1px solid var(--color-border);padding:.85rem 0}.trust-bar__inner{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.trust-item__icon{color:var(--color-primary)}.section-header{text-align:center;margin-bottom:2.5rem}.section-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.5rem}.section-title{font-size:clamp(1.6rem,3vw,2.25rem);font-weight:800;color:var(--color-text);letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem}.section-subtitle{font-size:1rem;color:var(--color-text-muted);max-width:560px;margin:0 auto}.categories-section{padding:4rem 0;background:var(--color-bg)}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.category-card{display:flex;flex-direction:column;gap:.4rem;padding:1.25rem;background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-lg);text-decoration:none;transition:all var(--transition);position:relative;overflow:hidden}.category-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-primary),var(--color-accent));transform:scaleX(0);transform-origin:left;transition:transform var(--transition)}.category-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-2px);color:inherit}.category-card:hover::before{transform:scaleX(1)}.category-card__icon{display:flex;align-items:center;justify-content:flex-start;color:var(--color-primary);margin-bottom:.25rem}.category-card__count{font-size:1.5rem;font-weight:800;color:var(--color-primary)}.category-card__name{font-size:.95rem;font-weight:700;color:var(--color-text)}.category-card__desc{font-size:.8rem;color:var(--color-text-muted);line-height:1.4;flex:1}.category-card__count-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:600;color:var(--color-text-muted);background:var(--color-bg-dark);padding:.2rem .6rem;border-radius:100px;margin-top:.5rem;width:fit-content}.category-card--lg{padding:1.5rem;gap:.5rem}.posts-section{padding:4rem 0;background:var(--color-bg-dark)}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.featured-post{display:grid;grid-template-columns:1fr 1fr;gap:0;background:var(--color-bg);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);margin-bottom:2rem;border:1px solid var(--color-border)}.featured-post__image{overflow:hidden;aspect-ratio:4/3}.featured-post__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.featured-post:hover .featured-post__image img{transform:scale(1.03)}.featured-post__body{padding:2rem 2.25rem;display:flex;flex-direction:column;justify-content:center}.featured-badge{display:inline-flex;align-items:center;gap:.3rem;background:rgba(232,99,10,.1);color:var(--color-accent);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .65rem;border-radius:100px;margin-bottom:.75rem;width:fit-content}.featured-post__title{font-size:1.4rem;font-weight:800;line-height:1.25;margin-bottom:.75rem;letter-spacing:-.01em}.featured-post__title a{color:var(--color-text)}.featured-post__title a:hover{color:var(--color-primary)}.featured-post__excerpt{color:var(--color-text-muted);font-size:.9rem;line-height:1.6;margin-bottom:.75rem}.featured-post__meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-text-light)}.post-card{background:var(--color-bg);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);transition:all var(--transition);display:flex;flex-direction:column}.post-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--color-primary-light)}.post-card__image{display:block;overflow:hidden;aspect-ratio:16/9}.post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-card__image img{transform:scale(1.04)}.post-card__body{padding:1.1rem 1.25rem 1.25rem;flex:1;display:flex;flex-direction:column}.post-card__category{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.4rem;text-decoration:none}.post-card__category:hover{color:var(--color-primary)}.post-card__title{font-size:.95rem;font-weight:700;line-height:1.35;margin-bottom:.5rem;flex:1}.post-card__title a{color:var(--color-text)}.post-card__title a:hover{color:var(--color-primary)}.post-card__excerpt{font-size:.82rem;color:var(--color-text-muted);line-height:1.55;margin-bottom:.75rem}.post-card__meta{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:var(--color-text-light);margin-top:auto}.post-card__meta-item{display:flex;align-items:center;gap:.3rem}.newsletter-cta{background:linear-gradient(135deg,var(--color-primary) 0%,#0f3352 100%);padding:4rem 0;text-align:center}.newsletter-cta__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#fff;margin-bottom:.75rem;letter-spacing:-.02em}.newsletter-cta__subtitle{color:rgba(255,255,255,.7);font-size:1rem;margin-bottom:1.75rem}.newsletter-form{display:flex;gap:.75rem;max-width:480px;margin:0 auto;flex-wrap:wrap;justify-content:center}.newsletter-form input{flex:1;min-width:240px;padding:.75rem 1.1rem;border:2px solid rgba(255,255,255,.2);border-radius:var(--radius-md);background:rgba(255,255,255,.1);color:#fff;font-size:.9rem;font-family:var(--font-sans);transition:border-color var(--transition)}.newsletter-form input::placeholder{color:rgba(255,255,255,.5)}.newsletter-form input:focus{outline:none;border-color:rgba(255,255,255,.6);background:rgba(255,255,255,.15)}.page-header{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);padding:2.5rem 0 2rem;color:#fff}.page-header__label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent-light);margin-bottom:.5rem}.page-header__title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1.2;margin-bottom:.5rem}.page-header__desc{color:rgba(255,255,255,.7);font-size:.95rem;max-width:600px}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.78rem;color:rgba(255,255,255,.6);margin-bottom:.75rem}.breadcrumb a{color:rgba(255,255,255,.7);text-decoration:none}.breadcrumb a:hover{color:#fff}.breadcrumb__sep{color:rgba(255,255,255,.4)}.breadcrumb__current{color:rgba(255,255,255,.9)}.post-layout{display:grid;grid-template-columns:1fr var(--sidebar-width);gap:2.5rem;padding:2.5rem 0 4rem;align-items:start}.post-header{margin-bottom:1.75rem}.post-header__category{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.6rem;text-decoration:none}.post-header__category:hover{color:var(--color-primary)}.post-header__title{font-size:clamp(1.6rem,3.5vw,2.25rem);font-weight:800;line-height:1.2;color:var(--color-text);letter-spacing:-.02em;margin-bottom:1rem}.post-header__meta{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.82rem;color:var(--color-text-muted)}.post-header__meta-item{display:flex;align-items:center;gap:.35rem}.post-header__author-link{display:flex;align-items:center;gap:.5rem}.post-header__author-link a{color:var(--color-primary);font-weight:600}.post-header__author-avatar{width:28px;height:28px;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;flex-shrink:0}.post-featured-image{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1.75rem;aspect-ratio:16/9}.post-featured-image img{width:100%;height:100%;object-fit:cover}.toc{background:var(--color-bg-dark);border:1px solid var(--color-border);border-left:4px solid var(--color-primary);border-radius:var(--radius-md);padding:1.25rem 1.5rem;margin-bottom:2rem}.toc__title{display:flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem}.toc nav ul,.toc nav ol{padding-left:1.25rem;margin:0}.toc nav li{margin:.3rem 0}.toc nav a{font-size:.875rem;color:var(--color-text-muted);text-decoration:none;transition:color var(--transition)}.toc nav a:hover{color:var(--color-primary)}.post-content{font-size:1rem;line-height:1.8;color:var(--color-text)}.post-content h2{font-size:1.5rem;font-weight:800;color:var(--color-text);margin:2.5rem 0 1rem;letter-spacing:-.01em;line-height:1.25;padding-bottom:.5rem;border-bottom:2px solid var(--color-border)}.post-content h3{font-size:1.2rem;font-weight:700;color:var(--color-text);margin:2rem 0 .75rem;line-height:1.3}.post-content h4{font-size:1.05rem;font-weight:700;color:var(--color-text);margin:1.5rem 0 .5rem}.post-content p{margin-bottom:1.25rem}.post-content ul,.post-content ol{margin:1rem 0 1.25rem 1.5rem}.post-content li{margin-bottom:.4rem}.post-content a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px;text-decoration-color:rgba(26,77,110,.3)}.post-content a:hover{color:var(--color-accent);text-decoration-color:var(--color-accent)}.post-content strong{font-weight:700;color:var(--color-text)}.post-content em{font-style:italic}.post-content blockquote{border-left:4px solid var(--color-accent);padding:1rem 1.25rem;margin:1.5rem 0;background:rgba(232,99,10,5%);border-radius:0 var(--radius-md)var(--radius-md)0;font-style:italic;color:var(--color-text-muted)}.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--color-border)}.post-content th{background:var(--color-primary);color:#fff;padding:.75rem 1rem;text-align:left;font-weight:700;font-size:.82rem;letter-spacing:.03em}.post-content td{padding:.65rem 1rem;border-bottom:1px solid var(--color-border);vertical-align:top}.post-content tr:last-child td{border-bottom:none}.post-content tr:nth-child(even) td{background:var(--color-bg-dark)}.post-content img{border-radius:var(--radius-md);margin:1.25rem 0;max-width:100%}.post-content code{background:var(--color-bg-dark);padding:.15em .4em;border-radius:4px;font-size:.875em;font-family:courier new,monospace;color:var(--color-primary)}.post-content pre{background:var(--color-text);color:#e5e7eb;padding:1.25rem;border-radius:var(--radius-md);overflow-x:auto;margin:1.5rem 0}.post-content pre code{background:0 0;color:inherit;padding:0}.post-content hr{border:none;border-top:2px solid var(--color-border);margin:2.5rem 0}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:2rem 0}.tag{display:inline-block;padding:.3rem .75rem;background:var(--color-bg-dark);border:1px solid var(--color-border);border-radius:100px;font-size:.78rem;font-weight:500;color:var(--color-text-muted);text-decoration:none;transition:all var(--transition)}.tag:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.post-author{display:flex;gap:1.25rem;padding:1.5rem;background:var(--color-bg-dark);border-radius:var(--radius-lg);border:1px solid var(--color-border);margin:2.5rem 0}.post-author__avatar{width:56px;height:56px;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:800;flex-shrink:0}.post-author__info{flex:1}.post-author__label{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-light);margin-bottom:.2rem}.post-author__name{font-size:1rem;font-weight:800;color:var(--color-text);margin-bottom:.15rem}.post-author__title{font-size:.82rem;color:var(--color-accent);font-weight:600;margin-bottom:.5rem}.post-author__bio{font-size:.875rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:.75rem}.post-author__link{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:600;color:var(--color-primary);text-decoration:none}.post-author__link:hover{color:var(--color-accent)}.related-posts{margin-top:3rem}.related-posts__title{font-size:1.25rem;font-weight:800;color:var(--color-text);margin-bottom:1.25rem;letter-spacing:-.01em}.related-posts__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.sidebar{position:sticky;top:calc(var(--header-height) + 1.5rem);display:flex;flex-direction:column;gap:1.25rem}.sidebar-widget{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.25rem}.sidebar-widget__title{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:1rem;padding-bottom:.6rem;border-bottom:2px solid var(--color-border)}.author-box{display:flex;flex-direction:column;align-items:center;text-align:center}.author-box__avatar{width:52px;height:52px;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;margin-bottom:.75rem}.author-box__name{font-size:.95rem;font-weight:800;color:var(--color-text);margin-bottom:.15rem}.author-box__title{font-size:.78rem;color:var(--color-accent);font-weight:600;margin-bottom:.6rem}.author-box__bio{font-size:.8rem;color:var(--color-text-muted);line-height:1.55;margin-bottom:.75rem}.author-box__link{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;color:var(--color-primary);text-decoration:none;padding:.4rem .85rem;border:1px solid var(--color-primary);border-radius:100px}.author-box__link:hover{background:var(--color-primary);color:#fff}.sidebar-post{display:flex;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--color-border-light);text-decoration:none;transition:all var(--transition)}.sidebar-post:last-child{border-bottom:none}.sidebar-post:hover{opacity:.8}.sidebar-post__image{width:56px;height:56px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0}.sidebar-post__image img{width:100%;height:100%;object-fit:cover}.sidebar-post__title{font-size:.8rem;font-weight:600;color:var(--color-text);line-height:1.35;margin-bottom:.2rem}.sidebar-post__date{font-size:.72rem;color:var(--color-text-light)}.legal-page{max-width:780px;margin:0 auto;padding:3rem 1.5rem 5rem}.legal-page h2{font-size:1.4rem;font-weight:800;color:var(--color-text);margin:2.5rem 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-border)}.legal-page h3{font-size:1.1rem;font-weight:700;color:var(--color-text);margin:1.75rem 0 .5rem}.legal-page p{margin-bottom:1rem;color:var(--color-text-muted);line-height:1.75}.legal-page ul,.legal-page ol{margin:.75rem 0 1rem 1.5rem;color:var(--color-text-muted)}.legal-page li{margin-bottom:.35rem}.legal-page a{color:var(--color-primary);text-decoration:underline}.legal-page table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:.9rem;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.legal-page th{background:var(--color-bg-dark);padding:.6rem 1rem;text-align:left;font-weight:700;font-size:.82rem;border-bottom:1px solid var(--color-border)}.legal-page td{padding:.6rem 1rem;border-bottom:1px solid var(--color-border-light);color:var(--color-text-muted)}.legal-page tr:last-child td{border-bottom:none}.legal-page hr{border:none;border-top:2px solid var(--color-border);margin:2.5rem 0}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;flex-wrap:wrap}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .75rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;border:1px solid var(--color-border);color:var(--color-text-muted);text-decoration:none;transition:all var(--transition)}.pagination a:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.pagination .active,.pagination .page-item.active .page-link{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.error-page{text-align:center;padding:6rem 1rem}.error-page__code{font-size:8rem;font-weight:900;color:var(--color-border);line-height:1;margin-bottom:1rem;letter-spacing:-.04em}.error-page__title{font-size:2rem;font-weight:800;color:var(--color-text);margin-bottom:.75rem}.error-page__desc{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.05rem}.site-footer{background:#0f1b2d;color:rgba(255,255,255,.7);padding:4rem 0 0;flex-shrink:0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,8%)}.footer-brand__logo{display:flex;align-items:center;gap:.6rem;color:#fff;font-size:1rem;font-weight:800;text-decoration:none;margin-bottom:.85rem}.footer-brand__logo:hover{color:var(--color-accent-light)}.footer-brand__desc{font-size:.85rem;line-height:1.65;color:rgba(255,255,255,.5);max-width:280px;margin-bottom:.75rem}.footer-col__title{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.9);margin-bottom:1rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.5rem}.footer-col a{font-size:.85rem;color:rgba(255,255,255,.55);text-decoration:none;transition:color var(--transition)}.footer-col a:hover{color:rgba(255,255,255,.9)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;font-size:.8rem;color:rgba(255,255,255,.35);flex-wrap:wrap;gap:.75rem}.footer-bottom__links{display:flex;gap:1.25rem}.footer-bottom__links a{color:rgba(255,255,255,.4);text-decoration:none;font-size:.78rem}.footer-bottom__links a:hover{color:rgba(255,255,255,.8)}@media(max-width:1024px){.post-layout{grid-template-columns:1fr}.sidebar{position:static}.related-posts__grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.site-nav{display:none;position:absolute;top:var(--header-height);left:0;right:0;background:var(--color-primary-dark);flex-direction:column;padding:1rem;gap:.25rem;box-shadow:0 8px 24px rgba(0,0,0,.2)}.site-nav.open{display:flex}.site-nav a{padding:.6rem 1rem;border-radius:var(--radius-sm)}.nav-toggle{display:flex}.site-header{position:relative}.featured-post{grid-template-columns:1fr}.featured-post__image{aspect-ratio:16/9}.posts-grid{grid-template-columns:1fr}.related-posts__grid{grid-template-columns:1fr}.hero{padding:3rem 0 2.5rem}.hero__stats{gap:1.5rem}.trust-bar__inner{gap:1.25rem}.footer-grid{grid-template-columns:1fr;gap:1.75rem}.footer-bottom{flex-direction:column;align-items:flex-start}.category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.container{padding:0 1rem}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%;justify-content:center}.category-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-form input{min-width:auto;width:100%}.newsletter-form .btn{width:100%;justify-content:center}}@media print{.site-header,.site-footer,.sidebar,.newsletter-cta,.related-posts{display:none}.post-layout{grid-template-columns:1fr}.post-content{font-size:11pt}}