:root{--bg:#ffffff;--bg-alt:#f8f9fa;--bg-card:#ffffff;--text:#1a1a2e;--text-secondary:#6b7280;--border:#e5e7eb;--accent:#2563eb;--radius:12px;--shadow:0 1px 3px rgba(0,0,0,0.08),0 1px 2px rgba(0,0,0,0.06);--shadow-lg:0 10px 25px rgba(0,0,0,0.1),0 4px 10px rgba(0,0,0,0.06);--font-sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--font-serif:'Merriweather',Georgia,serif;--max-width:1200px;--header-height:64px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,0.97);border-bottom:1px solid var(--border);backdrop-filter:blur(12px);height:var(--header-height)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 20px;height:100%;display:flex;align-items:center;justify-content:space-between}.logo{flex-shrink:0}.main-nav{display:flex;gap:32px;align-items:center}.main-nav a{font-size:14px;font-weight:600;color:var(--text-secondary);transition:color 0.2s;letter-spacing:0.3px;text-transform:uppercase}.main-nav a:hover{color:var(--accent)}.header-right{display:flex;align-items:center;gap:16px}.search-btn{font-size:18px;padding:8px;border-radius:8px;transition:background 0.2s}.search-btn:hover{background:var(--bg-alt)}.site-footer{background:var(--text);color:#fff;padding:60px 20px 20px;margin-top:80px}.footer-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-brand p{color:#9ca3af;font-size:14px;line-height:1.6}.footer-col h4{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;color:#fff}.footer-col a{display:block;color:#9ca3af;font-size:14px;margin-bottom:10px;transition:color 0.2s}.footer-col a:hover{color:#fff}.footer-bottom{max-width:var(--max-width);margin:40px auto 0;padding-top:20px;border-top:1px solid #374151;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#6b7280;font-size:13px}.hero{max-width:var(--max-width);margin:0 auto;padding:40px 20px}.hero-content{margin-bottom:32px}.hero-title{font-family:var(--font-serif);font-size:42px;font-weight:300;line-height:1.2;margin-bottom:8px}.hero-title strong{font-weight:700}.hero-sub{color:var(--text-secondary);font-size:18px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hero-card{position:relative;border-radius:var(--radius);overflow:hidden;background:#fff;border:1px solid var(--border);transition:transform 0.3s,box-shadow 0.3s;display:block}.hero-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.hc-img{height:200px;overflow:hidden}.hc-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s}.hero-card:hover .hc-img img{transform:scale(1.05)}.hero-card-1 .hc-img{height:420px}.hc-body{padding:16px 20px}.hc-cat{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px}.hc-body h2{font-family:var(--font-serif);font-size:22px;font-weight:700;margin:8px 0;line-height:1.3}.hero-card-1 .hc-body h2{font-size:28px}.hc-body p{color:var(--text-secondary);font-size:14px;line-height:1.5}.hc-meta{display:inline-block;color:var(--text-secondary);font-size:12px;margin-top:8px}.home-section{max-width:var(--max-width);margin:0 auto;padding:40px 20px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-header h2{font-size:24px;font-weight:800}.section-more{font-size:14px;font-weight:600;color:var(--accent);transition:opacity 0.2s}.section-more:hover{opacity:0.7}.section-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);transition:transform 0.3s,box-shadow 0.3s}.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.ac-img-link{display:block}.ac-img{height:200px;overflow:hidden}.ac-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s}.article-card:hover .ac-img img{transform:scale(1.05)}.ac-body{padding:16px}.ac-cat{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px}.ac-body h3{font-family:var(--font-serif);font-size:18px;font-weight:700;margin:8px 0;line-height:1.3}.ac-body h3 a:hover{color:var(--accent)}.ac-summary{color:var(--text-secondary);font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ac-meta{display:flex;justify-content:space-between;margin-top:12px;font-size:12px;color:var(--text-secondary)}.newsletter-section{max-width:var(--max-width);margin:0 auto;padding:40px 20px}.newsletter-box{background:linear-gradient(135deg,#1a1a2e 0%,#2563eb 100%);color:#fff;border-radius:var(--radius);padding:48px 40px;text-align:center}.newsletter-box h3{font-size:28px;font-weight:800;margin-bottom:8px}.newsletter-box p{opacity:0.9;margin-bottom:24px}.newsletter-form{display:flex;max-width:480px;margin:0 auto;gap:8px}.newsletter-form input{flex:1;padding:12px 16px;border:none;border-radius:8px;font-size:15px;outline:none}.newsletter-form button{padding:12px 24px;background:#fff;color:var(--text);border:none;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer;transition:transform 0.2s}.newsletter-form button:hover{transform:scale(1.03)}.cat-hero{position:relative;height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cat-hero-img{position:absolute;inset:0}.cat-hero-content{position:relative;text-align:center;color:#fff}.cat-hero-content h1{font-family:var(--font-serif);font-size:48px;font-weight:900;margin-bottom:8px}.cat-hero-content p{font-size:18px;opacity:0.9}.cat-grid{max-width:var(--max-width);margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-header{position:relative;height:400px;display:flex;align-items:flex-end;overflow:hidden}.article-header-img{position:absolute;inset:0}.article-header-content{position:relative;max-width:var(--max-width);margin:0 auto;padding:40px 20px;color:#fff;width:100%}.article-cat{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;opacity:0.9}.article-header-content h1{font-family:var(--font-serif);font-size:40px;font-weight:900;margin:12px 0 16px;max-width:800px;line-height:1.2}.article-meta{display:flex;gap:20px;font-size:14px;opacity:0.85}.article-body{max-width:var(--max-width);margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:1fr 320px;gap:48px}.article-main{font-family:var(--font-serif);font-size:17px;line-height:1.8;color:#374151}.article-featured-img{width:100%;border-radius:var(--radius);margin-bottom:32px}.article-main p{margin-bottom:20px}.article-tags{display:flex;flex-wrap:wrap;gap:8px;margin:32px 0}.tag{padding:6px 14px;background:var(--bg-alt);border:1px solid var(--border);border-radius:20px;font-family:var(--font-sans);font-size:12px;font-weight:600;color:var(--text-secondary)}.article-share{display:flex;align-items:center;gap:12px;padding-top:24px;border-top:1px solid var(--border);font-family:var(--font-sans);font-size:13px}.article-share a{padding:8px 16px;background:var(--bg-alt);border-radius:8px;font-weight:600;color:var(--accent);transition:background 0.2s}.article-share a:hover{background:#dbeafe}.article-sidebar{font-family:var(--font-sans)}.sidebar-section{margin-bottom:32px}.sidebar-section h3{font-size:16px;font-weight:700;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid var(--accent)}.related-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--border);transition:opacity 0.2s}.related-item:hover{opacity:0.7}.ri-img{width:80px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}.ri-img img{width:100%;height:100%;object-fit:cover}.ri-body h4{font-size:14px;font-weight:600;line-height:1.3;margin-bottom:4px}.ri-body span{font-size:12px;color:var(--text-secondary)}.sidebar-link{display:block;color:var(--accent);font-weight:600;font-size:14px}.newsletter-mini{background:var(--bg-alt);padding:20px;border-radius:var(--radius)}.newsletter-mini input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-size:14px;margin-bottom:8px;outline:none}.newsletter-mini button{width:100%;padding:10px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.search-page{min-height:60vh;padding:40px 20px}.search-container{max-width:720px;margin:0 auto}.search-container h1{font-family:var(--font-serif);font-size:32px;margin-bottom:24px}.search-box input{width:100%;padding:16px 20px;font-size:18px;border:2px solid var(--border);border-radius:var(--radius);outline:none;transition:border-color 0.2s}.search-box input:focus{border-color:var(--accent)}.search-results{margin-top:24px}.search-hint,.search-empty{text-align:center;color:var(--text-secondary);padding:40px;font-size:16px}.search-item{display:flex;gap:16px;padding:16px;border-radius:var(--radius);border:1px solid var(--border);margin-bottom:12px;transition:box-shadow 0.2s}.search-item:hover{box-shadow:var(--shadow)}.si-img{width:120px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0}.si-img img{width:100%;height:100%;object-fit:cover}.si-title{font-weight:700;font-size:16px;margin-bottom:4px}.si-author{font-size:13px;color:var(--text-secondary);margin-bottom:4px}.si-desc{font-size:13px;color:var(--text-secondary);line-height:1.4}.policy-page{padding:40px 20px;min-height:60vh}.policy-container{max-width:720px;margin:0 auto}.policy-container h1{font-family:var(--font-serif);font-size:36px;margin-bottom:24px}.policy-content h2{font-size:22px;margin:32px 0 16px}.policy-content p{font-size:16px;line-height:1.8;color:#374151;margin-bottom:16px}.toast-container{position:fixed;top:80px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:8px}.toast{padding:12px 20px;border-radius:8px;color:#fff;font-weight:600;font-size:14px;animation:slideIn 0.3s ease;box-shadow:var(--shadow-lg)}.toast.success{background:#059669}.toast.error{background:#dc2626}@keyframes slideIn{from{transform:translateX(100px);opacity:0}to{transform:translateX(0);opacity:1}}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr}.hero-card-1 .hc-img{height:200px}.section-grid,.cat-grid{grid-template-columns:repeat(2,1fr)}.article-body{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:640px){.main-nav{gap:16px}.main-nav a{font-size:12px}.hero-title{font-size:28px}.section-grid,.cat-grid{grid-template-columns:1fr}.article-header-content h1{font-size:28px}.footer-inner{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.hero-card-1 .hc-img{height:200px}}.hot-news{max-width:1200px;margin:0 auto;padding:40px 20px}.hot-updated{font-size:13px;color:var(--text-secondary);font-weight:400}.hot-news-list{display:flex;flex-direction:column;gap:0;background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}.hot-item{display:flex;align-items:center;gap:20px;padding:16px 24px;border-bottom:1px solid var(--border);transition:background 0.2s}.hot-item:last-child{border-bottom:none}.hot-item:hover{background:var(--bg-alt)}.hot-rank{font-size:24px;font-weight:900;color:#d1d5db;min-width:40px;font-variant-numeric:tabular-nums}.hot-item:nth-child(1) .hot-rank{color:#f59e0b}.hot-item:nth-child(2) .hot-rank{color:#9ca3af}.hot-item:nth-child(3) .hot-rank{color:#b45309}.hot-body{flex:1}.hot-body h3{font-family:var(--font-serif);font-size:16px;font-weight:700;margin:4px 0;line-height:1.3;transition:color 0.2s}.hot-item:hover .hot-body h3{color:var(--accent)}.hot-cat{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px}.hot-meta{display:flex;gap:16px;font-size:12px;color:var(--text-secondary)}.hot-source{font-weight:600;color:var(--accent)}.article-source{font-size:12px;font-weight:600;color:var(--accent);padding:3px 10px;background:#dbeafe;border-radius:4px}.article-meta{display:flex;gap:16px;align-items:center}.ac-source{font-size:11px;font-weight:600;color:var(--accent);background:var(--bg-alt);padding:2px 8px;border-radius:4px}.hot-news{max-width:1200px;margin:0 auto;padding:40px 20px}.hot-updated{font-size:13px;color:#6b7280;font-weight:400}.hot-news-list{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.hot-item{display:flex;align-items:center;gap:20px;padding:16px 24px;border-bottom:1px solid #e5e7eb;transition:background .2s}.hot-item:last-child{border-bottom:none}.hot-item:hover{background:#f8f9fa}.hot-rank{font-size:24px;font-weight:900;color:#d1d5db;min-width:40px}.hot-item:nth-child(1) .hot-rank{color:#f59e0b}.hot-item:nth-child(2) .hot-rank{color:#9ca3af}.hot-item:nth-child(3) .hot-rank{color:#b45309}.hot-body{flex:1}.hot-body h3{font-family:"Merriweather",Georgia,serif;font-size:16px;font-weight:700;margin:4px 0;line-height:1.3;transition:color .2s}.hot-item:hover .hot-body h3{color:#2563eb}.hot-cat{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.hot-meta{display:flex;gap:16px;font-size:12px;color:#6b7280}.hot-source{font-weight:600;color:#2563eb}.article-source{font-size:12px;font-weight:600;color:#2563eb;padding:3px 10px;background:#dbeafe;border-radius:4px}.ac-source{font-size:11px;font-weight:600;color:#2563eb;background:#f8f9fa;padding:2px 8px;border-radius:4px}.author-box{margin:32px 0;padding:24px;background:#f8f9fa;border-radius:12px;border:1px solid #e5e7eb}.author-box-inner{display:flex;gap:20px;align-items:flex-start}.author-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.author-info h4{font-size:18px;font-weight:700;margin-bottom:6px}.author-info p{font-size:14px;line-height:1.6;color:#6b7280;margin-bottom:8px}.related-inline{margin:32px 0;padding:24px;background:#f8f9fa;border-radius:12px;border:1px solid #e5e7eb}.related-inline h3{font-family:Inter,sans-serif;font-size:16px;font-weight:700;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #2563eb}.related-inline-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.related-inline-item{display:flex;gap:10px;padding:10px;border-radius:8px;background:#fff;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s}.related-inline-item:hover{transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.ri-inline-img{width:70px;height:50px;border-radius:6px;overflow:hidden;flex-shrink:0}.ri-inline-img img{width:100%;height:100%;object-fit:cover}.ri-inline-body h4{font-size:13px;font-weight:600;line-height:1.3}.ri-inline-body span{font-size:11px;color:#6b7280}@media(max-width:640px){.related-inline-grid{grid-template-columns:1fr}.author-box-inner{flex-direction:column;align-items:center;text-align:center}}.article-meta{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.article-date,.article-updated{font-size:13px;opacity:.85}.article-updated{font-style:italic}.article-source-label{font-size:12px;font-weight:600}.source-link{color:#2563eb;text-decoration:underline}.article-footer-info{margin:24px 0;padding:20px;background:#f8f9fa;border-radius:12px;border:1px solid #e5e7eb;display:grid;grid-template-columns:1fr 1fr;gap:12px}.afi-row{font-size:14px;display:flex;gap:8px;align-items:center}.afi-label{font-weight:700;color:#1a1a2e;min-width:80px}.source-badge{background:#2563eb;color:#fff;padding:2px 10px;border-radius:4px;font-size:12px;font-weight:600}.related-bottom{margin:32px 0;padding:24px;background:#f8f9fa;border-radius:12px;border:1px solid #e5e7eb}.related-bottom h3{font-family:Inter,sans-serif;font-size:18px;font-weight:800;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #2563eb}.related-bottom-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.rb-item{display:block;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s}.rb-item:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.rb-img{height:100px;overflow:hidden}.rb-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.rb-item:hover .rb-img img{transform:scale(1.05)}.rb-body{padding:10px}.rb-cat{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.rb-body h4{font-size:13px;font-weight:600;line-height:1.3;margin:4px 0}.rb-date{font-size:11px;color:#6b7280}.hot-tags{margin:24px 0}.hot-tags h3{font-family:Inter,sans-serif;font-size:16px;font-weight:700;margin-bottom:12px}.hot-tags-cloud{display:flex;flex-wrap:wrap;gap:8px}.hot-tag{padding:6px 14px;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:20px;font-size:13px;font-weight:600;color:#6b7280;transition:all .2s}.hot-tag:hover{background:#2563eb;color:#fff;border-color:#2563eb}@media(max-width:1024px){.related-bottom-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.related-bottom-grid{grid-template-columns:1fr 1fr}.article-footer-info{grid-template-columns:1fr}}.article-share{display:flex;align-items:center;gap:8px;padding-top:24px;border-top:1px solid #e5e7eb;font-family:Inter,sans-serif;font-size:13px;flex-wrap:wrap}.article-share a{padding:6px 14px;border-radius:8px;font-weight:600;transition:all .2s;font-size:12px;color:#fff!important}.share-twitter{background:#1da1f2}.share-twitter:hover{background:#1991db}.share-fb{background:#4267b2}.share-fb:hover{background:#365899}.share-reddit{background:#ff4500}.share-reddit:hover{background:#e03d00}.share-hn{background:#f60}.share-hn:hover{background:#e05900}.share-copy{background:#6b7280!important}.share-copy:hover{background:#4b5563!important}.contact-form-container{margin:24px 0}.contact-form{display:flex;flex-direction:column;gap:16px}.cf-row{display:flex;gap:12px}.cf-row input{flex:1}.contact-form input,.contact-form textarea{padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:15px;outline:none;font-family:Inter,sans-serif;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#2563eb}.cf-submit{padding:14px 28px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:700;font-size:15px;cursor:pointer;transition:background .2s}.cf-submit:hover{background:#1d4ed8}@media(max-width:640px){.cf-row{flex-direction:column}}.trending-section{max-width:1200px;margin:0 auto;padding:40px 20px}.trending-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}.trending-card{border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s}.trending-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.trending-primary{background:linear-gradient(135deg,#1e3a5f,#2563eb);color:#fff;padding:32px;position:relative}.trending-badge{background:#ef4444;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;display:inline-block;margin-bottom:12px}.trending-content h3{font-size:22px;font-weight:800;margin-bottom:8px}.trending-content h3 a{color:#fff}.trending-content h3 a:hover{text-decoration:underline}.trending-content p{font-size:14px;opacity:.9;line-height:1.5}.trending-cat{font-size:11px;text-transform:uppercase;letter-spacing:1px;opacity:.7}.trending-secondary-group{display:flex;flex-direction:column;gap:10px}.trending-secondary{background:#fff;border:1px solid #e5e7eb;padding:16px;display:flex;align-items:center;gap:12px;color:#1a1a2e}.trending-secondary:hover{background:#f8f9fa}.trending-num{font-size:20px;font-weight:900;color:#d1d5db;min-width:30px}.trending-secondary h4{font-size:15px;font-weight:700}.trending-source{font-size:12px;color:#6b7280}.trending-updated{font-size:13px;color:#6b7280;font-weight:400}.trending-sidebar .popular-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #e5e7eb;transition:opacity .2s}.trending-sidebar .popular-item:hover{opacity:.7}.popular-num{font-size:16px;font-weight:900;color:#d1d5db;min-width:24px}.popular-title{font-size:14px;font-weight:600;line-height:1.3}.social-share-bar{display:flex;gap:8px;flex-wrap:wrap}.social-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;border:none;cursor:pointer;transition:transform .2s}.social-btn:hover{transform:scale(1.1)}.social-tw{background:#1da1f2;color:#fff}.social-fb{background:#4267b2;color:#fff}.social-rd{background:#ff4500;color:#fff}.social-hn{background:#f60;color:#fff}.social-cp{background:#6b7280;color:#fff;font-size:14px}.share-earning{font-size:11px;color:#6b7280;margin-top:8px;font-style:italic}@media(max-width:768px){.trending-grid{grid-template-columns:1fr}}.article-faq{margin:40px 0;padding:32px;background:#f8fafc;border-radius:12px}.article-faq h2{font-size:1.5rem;margin-bottom:20px;font-weight:700}.faq-item{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:8px;overflow:hidden}.faq-question{width:100%;padding:16px 20px;background:#fff;border:none;text-align:left;font-size:0.95rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#1e293b;transition:background 0.2s}.faq-question:hover{background:#f1f5f9}.faq-question .faq-icon{font-size:1.2rem;transition:transform 0.2s;color:#2563eb}.faq-question.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease;background:#fff;padding:0 20px}.faq-answer.open{max-height:500px;padding:0 20px 16px}.faq-answer div{font-size:0.9rem;line-height:1.7;color:#475569}