*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:300;font-size:16px;line-height:1.5;color:#bbb;background:#000;min-height:100vh}
img{max-width:100%;height:auto;display:block}
a{color:#fff;text-decoration:none}
a:hover{color:#e6e6e6}
h1,h2,h3,h4{font-weight:700;color:#fff;line-height:1.1}
h1{font-size:clamp(2rem,5vw,3.5rem);text-transform:uppercase;letter-spacing:-0.02em}
h2{font-size:clamp(1.5rem,3vw,2.5rem);text-transform:uppercase;margin:2rem 0 1rem}
h3{font-size:1.25rem;text-transform:uppercase;margin:1.5rem 0 .75rem}
p{margin-bottom:1rem}
ul,ol{margin:0 0 1rem 1.25rem}
li{margin-bottom:.35rem}
.m-stripe-divider{height:4px;background:linear-gradient(90deg,#0066b1 0%,#0066b1 33%,#1c69d4 33%,#1c69d4 66%,#e22718 66%,#e22718 100%);width:100%}
.m-stripe-mini{display:inline-block;width:24px;height:4px;background:linear-gradient(90deg,#0066b1,#1c69d4,#e22718);vertical-align:middle;margin-right:8px}
.top-nav{position:sticky;top:0;z-index:100;background:#000;border-bottom:1px solid #3c3c3c;height:64px}
.nav-inner{max-width:1440px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;font-weight:700;font-size:14px;letter-spacing:1.5px;color:#fff}
.brand-text{text-transform:uppercase}
.nav-menu{display:flex;gap:32px}
.nav-menu a,.nav-overlay a{font-size:14px;font-weight:400;letter-spacing:.5px;color:#bbb;padding:8px 0}
.nav-menu a:hover,.nav-overlay a:hover{color:#fff}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}
.nav-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px 0}
.nav-overlay{display:none;position:fixed;inset:0;top:64px;background:#000;z-index:99;padding:24px}
.nav-overlay.open{display:block}
.nav-overlay nav{display:flex;flex-direction:column;gap:16px}
.nav-overlay .m-stripe-divider{margin-bottom:24px}
main{max-width:1440px;margin:0 auto;padding:0 24px 96px}
.hero-photo-band{margin:0 -24px;position:relative;overflow:hidden}
.hero-photo-band img{width:100%;max-height:480px;object-fit:cover}
.hero-band{padding:64px 0 96px}
.hero-band h1{margin-bottom:16px}
.hero-band .lead{font-size:18px;color:#e6e6e6;max-width:720px}
.page-header{padding:64px 0 40px}
.page-header .lead{font-size:18px;color:#e6e6e6;max-width:720px;margin-top:16px}
.category-tag{font-size:14px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#7e7e7e;display:block;margin-bottom:8px}
.breadcrumb{padding:16px 0;font-size:12px;color:#7e7e7e}
.breadcrumb ol{list-style:none;margin:0;display:flex;flex-wrap:wrap;gap:8px}
.breadcrumb li::after{content:"/";margin-left:8px;color:#3c3c3c}
.breadcrumb li:last-child::after{content:""}
.breadcrumb a{color:#7e7e7e}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:40px 0 96px}
.feature-photo-card{background:#1a1a1a;border:1px solid #3c3c3c}
.feature-photo-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.feature-photo-card .card-body{padding:24px}
.feature-photo-card h3{font-size:24px;margin:8px 0;text-transform:uppercase}
.feature-photo-card h3 a{color:#fff}
.feature-photo-card p{font-size:14px;color:#bbb;margin:0}
.featured-faq{padding:64px 0;border-top:1px solid #3c3c3c}
.featured-faq h2{margin-bottom:32px}
.faq-item{border:1px solid #3c3c3c;background:#0d0d0d;margin-bottom:8px}
.faq-item summary{padding:16px 24px;font-weight:700;color:#fff;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";font-size:20px;color:#7e7e7e}
.faq-item[open] summary::after{content:"−"}
.faq-answer{padding:0 24px 24px;color:#bbb}
.faq-answer p:last-child{margin-bottom:0}
.post-article{padding-bottom:96px}
.post-header{margin-bottom:40px}
.post-header-text{padding:40px 0 0}
.post-header time{font-size:14px;color:#7e7e7e}
.post-layout{display:grid;grid-template-columns:240px 1fr;gap:40px;align-items:start}
.toc{position:sticky;top:80px;background:#1a1a1a;border:1px solid #3c3c3c;padding:24px}
.toc-title{font-size:14px;font-weight:700;letter-spacing:1.5px;margin-bottom:16px;color:#fff}
.toc ol{list-style:none;margin:0}
.toc li{margin-bottom:8px}
.toc a{font-size:14px;color:#7e7e7e}
.toc a:hover{color:#fff}
.post-body h2{margin-top:48px;padding-top:24px;border-top:1px solid #3c3c3c}
.post-body h3{text-transform:none;font-size:20px;font-weight:400;color:#e6e6e6}
.post-body code{background:#262626;padding:2px 6px;font-size:14px;color:#e6e6e6}
.post-body pre{background:#0d0d0d;border:1px solid #3c3c3c;padding:16px;overflow-x:auto;margin-bottom:1rem}
.post-body pre code{background:none;padding:0}
.post-body figure{margin:24px 0}
.post-body figcaption{font-size:12px;color:#7e7e7e;margin-top:8px}
.research-disclaimer{background:#1a1a1a;border:1px solid #3c3c3c;padding:24px;margin-top:48px}
.research-disclaimer h3{font-size:14px;letter-spacing:1.5px;margin-bottom:12px}
.related-content{margin-top:96px}
.related-content h2{margin-bottom:32px}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}
.magazine-article-card{background:#1a1a1a;border:1px solid #3c3c3c;padding:24px}
.magazine-article-card h3{font-size:18px;margin:8px 0}
.magazine-article-card p{font-size:14px;margin:0}
.related-faq h3{font-size:14px;letter-spacing:1.5px;margin-bottom:12px}
.related-faq ul{list-style:none;margin:0}
.related-faq li{margin-bottom:8px}
.related-faq a{font-size:14px;color:#bbb;text-transform:uppercase;letter-spacing:1px}
.compare-table{width:100%;border-collapse:collapse;margin:24px 0 48px;font-size:14px}
.compare-table th,.compare-table td{border:1px solid #3c3c3c;padding:16px 24px;text-align:left;vertical-align:top}
.compare-table th{background:#0d0d0d;font-weight:700;color:#fff;text-transform:uppercase;font-size:12px;letter-spacing:1px}
.compare-table td{background:#1a1a1a;color:#bbb}
.compare-table tr:nth-child(even) td{background:#262626}
.contact-form{max-width:640px;margin:40px 0}
.form-group{margin-bottom:24px}
.form-group label{display:block;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;color:#fff}
.text-input{width:100%;background:#1a1a1a;color:#fff;border:1px solid #3c3c3c;padding:12px 16px;height:48px;font-family:inherit;font-size:16px;font-weight:300}
.text-input:focus{outline:none;border-color:#fff}
textarea.text-input{height:auto;min-height:120px;resize:vertical}
.button-primary{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#fff;border:1px solid #fff;padding:16px 32px;height:48px;font-family:inherit;font-size:14px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer}
.button-primary:hover{background:#1a1a1a}
.text-link-btn{background:none;border:none;color:#bbb;font-family:inherit;font-size:14px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;padding:8px 0;margin-left:16px}
.text-link-btn:hover{color:#fff}
.legal-body{max-width:800px;padding-bottom:64px}
.legal-body h2{font-size:20px;margin-top:32px}
.legal-body h3{font-size:16px;text-transform:none;font-weight:700;margin-top:24px}
.site-footer{border-top:1px solid #3c3c3c;padding:64px 24px;margin:0 -24px;background:#000}
.footer-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:24px}
.footer-row a{font-size:14px;color:#bbb;text-transform:uppercase;letter-spacing:1px}
.footer-sep{color:#3c3c3c}
.footer-legal{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}
.footer-legal a{font-size:12px;color:#7e7e7e}
.footer-disclaimer{font-size:12px;color:#7e7e7e;max-width:960px;margin-bottom:12px;line-height:1.4}
.footer-copy{font-size:12px;color:#7e7e7e;margin-top:24px}
.cookie-consent-card{position:fixed;bottom:24px;right:24px;max-width:360px;background:#000;border:1px solid #3c3c3c;padding:24px;z-index:200}
.cookie-consent-card p{font-size:14px;margin-bottom:16px}
.cookie-consent-card a{color:#fff;text-decoration:underline}
.about-section{padding:40px 0 64px;max-width:800px}
.about-section p{color:#bbb}
.inline-toggle{cursor:pointer;color:#fff;border-bottom:1px solid #3c3c3c}
.toggle-panel{display:none;margin:16px 0;padding:16px;background:#1a1a1a;border:1px solid #3c3c3c}
.toggle-panel.open{display:block}
@media(max-width:1024px){
.blog-grid,.related-grid{grid-template-columns:repeat(2,1fr)}
.post-layout{grid-template-columns:1fr}
.toc{position:static;margin-bottom:32px}
}
@media(max-width:767px){
.nav-menu{display:none}
.nav-toggle{display:block}
.blog-grid,.related-grid{grid-template-columns:1fr}
.compare-table{font-size:12px}
.compare-table th,.compare-table td{padding:12px}
.cookie-consent-card{left:16px;right:16px;bottom:16px;max-width:none}
}
