*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:#0a0a0a;color:#e8e8e8;line-height:1.6;overflow-x:hidden;-webkit-text-size-adjust:100%}img{max-width:100%;height:auto;display:block}.wrap{width:100%;max-width:1180px;margin:0 auto;padding:0 18px}a{color:inherit;text-decoration:none}
.site-header{background:#111;border-bottom:1px solid #222;position:sticky;top:0;z-index:50}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 18px;gap:12px}.brand{display:flex;flex-direction:column;line-height:1}.brand-mark{font-weight:900;letter-spacing:1px;font-size:20px;color:#fff}.brand-sub{font-size:10px;letter-spacing:3px;color:#bbb;margin-top:3px}.burger{background:none;border:none;width:36px;height:30px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;padding:6px 0}.burger span{display:block;height:2px;background:#fff;border-radius:2px}.nav{display:none;position:absolute;top:100%;left:0;right:0;background:#111;border-bottom:1px solid #222;flex-direction:column;padding:10px 18px}.nav.open{display:flex}.nav a{padding:12px 0;border-bottom:1px solid #1d1d1d;color:#ddd;font-size:15px}.nav a:last-child{border-bottom:none}
.breadcrumbs{padding:12px 18px;font-size:13px;color:#888}.breadcrumbs a{color:#f5e63a}.breadcrumbs span{margin:0 4px}
.hero{position:relative;padding:0 0 30px;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center top;background-repeat:no-repeat;opacity:.85;z-index:0}.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,10,0) 0%,rgba(10,10,10,0) 40%,#0a0a0a 95%);z-index:1}.hero-inner{position:relative;z-index:2;padding-top:280px}.hero-card{background:#0a0a0a;padding:24px 4px 8px;border-radius:6px}.hero-title{font-size:24px;font-weight:800;color:#fff;margin-bottom:10px;line-height:1.25}.hero-sub{font-size:14px;color:#aaa;margin-bottom:10px}.hero-text{font-size:14px;color:#cfcfcf;margin-bottom:18px}.cta{display:block;text-align:center;background:linear-gradient(90deg,#f5e63a,#ffd84a);color:#0a0a0a;padding:14px 24px;border-radius:30px;font-weight:700;font-size:16px;margin-bottom:18px;transition:transform .2s,box-shadow .2s}.cta:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(245,230,58,.4)}.rating{display:flex;align-items:center;gap:6px;margin-bottom:6px}.rating .score{font-size:18px;font-weight:800;color:#fff}.rating .out{color:#999;font-size:14px}.rating .stars{color:#f5e63a;font-size:18px;letter-spacing:2px;margin-left:6px}.trusted{font-size:11px;color:#888;letter-spacing:2px}
.categories{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:24px auto}.cat{background:#141414;border:1px solid #1f1f1f;border-radius:10px;padding:18px 14px;text-align:center}.cat svg{width:34px;height:34px;margin-bottom:8px}.cat-t{font-weight:700;color:#fff;font-size:14px;margin-bottom:4px}.cat-d{font-size:12px;color:#888}
.content{padding:20px 18px 40px}.seo h1{font-size:28px;font-weight:900;color:#fff;line-height:1.2;text-align:center;margin:20px 0 28px}.seo h2{font-size:22px;font-weight:800;color:#fff;text-align:center;margin:32px 0 16px;line-height:1.3}.seo h3{font-size:18px;font-weight:700;color:#f5e63a;margin:22px 0 10px}.seo p{margin:0 0 14px;color:#d3d3d3;font-size:15px}.seo ul,.seo ol{margin:0 0 14px 20px;color:#d3d3d3}.seo li{margin-bottom:6px;font-size:15px}.seo strong{color:#fff}.seo em{color:#f5e63a;font-style:normal}
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:14px 0 18px;border-radius:6px}.seo table{width:100%;border-collapse:collapse;background:#141414;font-size:14px;min-width:320px}.seo th{background:#f5e63a;color:#0a0a0a;padding:10px 8px;text-align:left;font-weight:700}.seo td{padding:10px 8px;border-top:1px solid #222;color:#ddd}
.author{background:#141414;border:1px solid #1f1f1f;border-radius:12px;padding:20px;margin:30px 0}.author-row{display:flex;gap:14px;align-items:center;margin-bottom:10px}.avatar{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,#f5e63a,#a08a00);display:flex;align-items:center;justify-content:center;font-weight:800;color:#0a0a0a;flex-shrink:0}.author-name{font-weight:700;color:#fff;font-size:16px}.author-role{font-size:13px;color:#aaa}.author-meta{font-size:12px;color:#777;margin-top:3px}.author-bio{font-size:14px;color:#c0c0c0}
.faq{margin-top:30px}.faq-title{font-size:24px;font-weight:800;color:#fff;text-align:center;margin-bottom:20px}.faq-item{border-top:1px solid #1f1f1f}.faq-item:last-child{border-bottom:1px solid #1f1f1f}.faq-q{width:100%;background:none;border:none;color:#fff;font-size:17px;font-weight:700;text-align:left;padding:20px 0;cursor:pointer;display:flex;gap:14px;align-items:flex-start}.faq-q .plus{color:#f5e63a;font-size:22px;line-height:1;flex-shrink:0;transition:transform .2s}.faq-item.open .plus{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-a{max-height:500px;padding-bottom:18px}.faq-a p{color:#bbb;font-size:14px;padding-left:30px}
.site-footer{background:#0a0a0a;border-top:1px solid #1a1a1a;padding:30px 0 40px;margin-top:20px}.foot-brand{margin-bottom:20px;display:flex;flex-direction:column}.badges{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.badge{background:#fff;color:#0a0a0a;padding:10px 14px;border-radius:6px;font-size:11px;font-weight:700;text-align:center;line-height:1.2}.foot-links{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.foot-links a{color:#ccc;font-size:14px}.foot-copy{font-size:12px;color:#666;line-height:1.6}
@media(min-width:720px){.hero-title{font-size:30px}.hero-inner{padding-top:320px}.categories{grid-template-columns:repeat(4,1fr)}.seo h1{font-size:36px}.seo h2{font-size:26px}.nav{position:static;display:flex;flex-direction:row;background:none;border:none;padding:0;gap:24px}.nav a{padding:0;border:none;font-size:14px}.nav a:hover{color:#f5e63a}.burger{display:none}.badges{justify-content:flex-start}.foot-links{flex-direction:row;gap:24px}}
@media(min-width:980px){.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;padding-top:60px;min-height:520px}.hero-card{background:rgba(10,10,10,.6);backdrop-filter:blur(6px);padding:28px;border-radius:12px}.hero-title{font-size:34px}}