
.articles-page{padding:40px 0 64px;}
.articles-wrap{width:100%;max-width:860px;margin:0 auto;padding:0 20px;box-sizing:border-box;}
.articles-hero,.article-shell,.article-group,.read-also{background:#ffffff;border:1px solid #d9e2f0;border-radius:22px;box-shadow:0 8px 24px rgba(22,34,66,0.06);padding:28px 24px;}
.articles-eyebrow,.article-category{display:inline-flex;min-height:34px;align-items:center;padding:6px 12px;border-radius:999px;background:#eef4f9;color:#55697c;font-size:13px;font-weight:700;margin-bottom:12px;}
.articles-hero h1,.article-shell h1{margin:0 0 12px;font-size:34px;line-height:1.15;color:#1f2a44;}
.articles-hero p,.article-shell p{font-size:16px;line-height:1.75;color:#33415c;}
.article-groups{margin-top:22px;display:grid;gap:18px;}
.article-group h2,.read-also h2{margin:0 0 14px;font-size:22px;color:#1f2a44;}
.article-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.article-card,.read-also-card{display:flex;flex-direction:column;gap:10px;background:#f8fbfe;border:1px solid #dbe6ee;border-radius:18px;padding:16px;}
.article-card-title,.read-also-card h3{margin:0;font-size:20px;line-height:1.2;color:#1f2a44;}
.article-card-desc,.read-also-card p{margin:0;font-size:15px;line-height:1.65;color:#55697c;}
.article-card-meta{font-size:13px;color:#6b7b8d;font-weight:700;}
.article-card-actions,.card-actions{margin-top:auto;display:flex;gap:10px;flex-wrap:wrap;}
.article-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:14px;background:#2f7cf6;color:#fff;text-decoration:none;font-size:14px;font-weight:800;transition:transform .15s ease, opacity .15s ease, background .15s ease;}
.article-btn:hover{transform:translateY(-1px);opacity:.97;background:#246ae0;}
.article-breadcrumbs{margin:0 0 18px;font-size:14px;color:#6b7b8d;}
.article-breadcrumbs a{color:#3d6fb4;text-decoration:none;}
.article-breadcrumbs a:hover{text-decoration:underline;}
.article-lead{margin:0 0 20px;font-size:18px;line-height:1.7;color:#4e6174;}
.article-shell h2{margin:24px 0 10px;font-size:24px;line-height:1.25;color:#1f2a44;}
.article-note{margin-top:20px;padding:14px 16px;border:1px solid #dbe6ee;border-radius:16px;background:#f8fbfe;font-size:14px;line-height:1.7;color:#5f7487;}
.read-also{margin-top:22px;}
.read-also-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
@media(max-width:900px){.article-card-grid,.read-also-grid{grid-template-columns:1fr;}}
@media(max-width:700px){.articles-page{padding:28px 0 48px}.articles-wrap{padding:0 16px}.articles-hero,.article-shell,.article-group,.read-also{padding:22px 18px;border-radius:18px}.articles-hero h1,.article-shell h1{font-size:28px}.article-shell h2{font-size:22px}.article-lead{font-size:17px;}}

.article-cta{margin-top:24px;padding:22px 20px;border:1px solid #dbe6ee;border-radius:18px;background:#f8fbfe;}
.article-cta h2{margin:0 0 10px;font-size:24px;line-height:1.25;color:#1f2a44;}
.article-cta p{margin:0 0 14px;}
.article-cta p:last-child{margin-bottom:0;}

.article-faq-item{margin-top:14px;padding:14px 16px;border:1px solid #dbe6ee;border-radius:16px;background:#ffffff;}
.article-faq-item h3{margin:0 0 8px;font-size:18px;line-height:1.35;color:#1f2a44;}
.article-faq-item p{margin:0;}
.article-table-wrap{margin:16px 0;overflow-x:auto;-webkit-overflow-scrolling:touch;}
.article-table{width:100%;min-width:680px;border-collapse:separate;border-spacing:0;border:1px solid #dbe6ee;border-radius:16px;overflow:hidden;background:#ffffff;}
.article-table th,.article-table td{padding:12px 14px;text-align:left;vertical-align:top;border-bottom:1px solid #e6eef5;font-size:15px;line-height:1.55;color:#33415c;}
.article-table th{background:#f4f8fc;color:#1f2a44;font-weight:800;}
.article-table tr:last-child td{border-bottom:none;}
