
    body:has(.stp-page) .article_title.themes_box_title { display: none !important; }
    .stp-page{--ink:#202a31;--muted:#5f6b72;--line:#d9e0e4;--soft:#f3f6f7;--soft2:#e8eef1;--accent:#2f5c70;--accent-dark:#1f4252;--paper:#fff;width:100%;overflow:hidden;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6;}
    .stp-page *{box-sizing:border-box;letter-spacing:0;}
    .stp-page a{color:inherit;text-decoration-thickness:1px;text-underline-offset:3px;}
    .stp-page img{display:block;max-width:100%;}
    .stp-shell{width:min(1180px,calc(100% - 40px));margin:0 auto;}
    .stp-page h1,.stp-page h2,.stp-page h3,.stp-page p{margin-top:0;}
    .stp-page h1{font-size:48px;line-height:1.1;margin-bottom:16px;}
    .stp-page h2{font-size:31px;line-height:1.15;margin-bottom:14px;}
    .stp-page h3{font-size:18px;line-height:1.2;margin-bottom:8px;}
    .stp-page p{font-size:16px;}
    .stp-hero{padding:44px 0 42px;background:var(--soft);}
    .stp-hero-grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(300px,.94fr);align-items:center;gap:36px;}
    .stp-eyebrow{display:inline-block;padding:6px 10px;border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--accent-dark);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;}
    .stp-kicker{margin:14px 0;color:var(--accent);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;}
    .stp-lede{max-width:680px;font-size:18px;color:var(--muted);}
    .stp-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px;}
    .stp-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 18px;border:1px solid var(--accent);border-radius:4px;text-decoration:none;font-size:15px;font-weight:700;}
    .stp-btn-primary{background:var(--accent);color:#fff !important;}
    .stp-btn-secondary{background:#fff;color:var(--ink) !important;border-color:var(--line);}
    .stp-hero-media{width:min(100%,500px);margin-left:auto;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden;}
    .stp-hero-media .img-box{aspect-ratio:1/1;background:#fff;}
    .stp-hero-media img{width:100%;height:100%;object-fit:contain;}
    .stp-section{padding:44px 0;}
    .stp-section-soft{background:var(--soft);}
    .stp-center{max-width:780px;margin:0 auto 28px;text-align:center;}
    .stp-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start;}
    .stp-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
    .stp-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
    .stp-card,.stp-panel{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden;}
    .stp-card{padding:18px;}
    .stp-card p{margin-bottom:0;color:var(--muted);}
    .stp-check{display:grid;grid-template-columns:56px minmax(0,1fr);gap:14px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;}
    .stp-number{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--soft2);color:var(--accent-dark);font-weight:700;}
    .stp-check p{margin-bottom:0;color:var(--muted);}
    .stp-media-spec{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:20px;align-items:start;}
    .stp-media{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden;}
    .stp-media .img-box{aspect-ratio:1/1;background:#fff;}
    .stp-media img{width:100%;height:100%;object-fit:contain;}
    .stp-desc{padding:17px 18px;border-top:1px solid var(--line);}
    .stp-desc p{margin-bottom:0;color:var(--muted);}
    .stp-table{width:100%;border-collapse:collapse;text-align:left;background:#fff;}
    .stp-table th,.stp-table td{padding:12px 14px;border:1px solid var(--line);text-align:left;vertical-align:top;}
    .stp-table th{width:35%;background:var(--soft2);font-size:13px;text-transform:uppercase;letter-spacing:.04em;}
    .stp-table td{color:var(--muted);}
    .stp-brand-card{padding:18px;border-top:4px solid var(--accent);border-radius:8px;background:#fff;}
    .stp-brand-card p{margin-bottom:0;color:var(--muted);}
    .stp-related{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden;}
    .stp-related .img-box{aspect-ratio:1/1;border-bottom:1px solid var(--line);}
    .stp-related img{width:100%;height:100%;object-fit:contain;}
    .stp-related .body{display:flex;flex:1;flex-direction:column;padding:16px;}
    .stp-related p{margin-bottom:14px;color:var(--muted);}
    .stp-related a{margin-top:auto;color:var(--accent-dark);font-weight:700;}
    .stp-reading{padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;}
    .stp-reading p{color:var(--muted);}
    .stp-reading a{color:var(--accent-dark);font-weight:700;}
    .stp-input{padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;}
    .stp-input p{margin-bottom:0;color:var(--muted);}
    .stp-faq{max-width:920px;margin:0 auto;}
    .stp-faq-item{padding:22px 0;border-bottom:1px solid var(--line);}
    .stp-faq-item h3{margin-bottom:8px;}
    .stp-faq-item p{margin-bottom:0;color:var(--muted);}
    .stp-cta{padding:34px 0;background:var(--soft);}
    .stp-cta-box{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff;}
    .stp-cta-box p{max-width:760px;margin-bottom:0;color:var(--muted);}
    .stp-footer{padding:24px 0;border-top:1px solid var(--line);background:#fff;color:#374151 !important;text-align:center;}
    .stp-footer p{margin:0;color:#374151 !important;font-size:14px;}
    .stp-muted{color:var(--muted);}
    @media(max-width:980px){.stp-hero-grid,.stp-media-spec,.stp-grid-4,.stp-grid-3,.stp-grid-2{grid-template-columns:1fr;}.stp-hero-media{margin:0 auto;}.stp-cta-box{align-items:flex-start;flex-direction:column;}}
    @media(max-width:640px){.stp-shell{width:min(100% - 28px,1180px);}.stp-hero{padding:34px 0;}.stp-section{padding:34px 0;}.stp-page h1{font-size:34px;}.stp-page h2{font-size:26px;}.stp-lede{font-size:16px;}.stp-actions .stp-btn{width:100%;}}
  