:root{
  --cf25cc025-ink: #eef2f7;
  --cf25cc025-bg: #12161c;
  --cf25cc025-gap: 16px;
  --cf25cc025-primary-l: #f6ece4;
  --cf25cc025-hero-fg: #ffffff;
  --cf25cc025-surface: #1b202b;
  --cf25cc025-primary-d: #7e4120;
  --cf25cc025-primary: #a4562a;
  --cf25cc025-muted: #9aa6b6;
  --cf25cc025-accent: #3d8a82;
  --cf25cc025-border: rgba(255,255,255,0.10);
}

*,*::before,*::after{box-sizing:border-box}
.cf25cc025-body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;color:var(--cf25cc025-ink);background:var(--cf25cc025-bg);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.cf25cc025-body img{max-width:100%;height:auto;display:block}
.cf25cc025-body h1,.cf25cc025-body h2,.cf25cc025-body h3{line-height:1.25;margin:0 0 .5em;font-family:"Rockwell","Roboto Slab",Georgia,"Songti SC",serif;letter-spacing:0;font-weight:800}
.cf25cc025-body a{color:inherit;text-decoration:none}
.cf25cc025-wrap{max-width:1320px;margin:0 auto;padding-left:20px;padding-right:20px;width:100%}
.cf25cc025-skip-link{position:absolute;left:-9999px;top:0;background:var(--cf25cc025-primary);color:#fff;padding:8px 14px;z-index:100}
.cf25cc025-skip-link:focus{left:8px}
.cf25cc025-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.cf25cc025-eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700;color:var(--cf25cc025-accent);margin:0 0 .5rem}


.cf25cc025-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.4rem;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:.2s;line-height:1;white-space:nowrap}
.cf25cc025-btn-primary,.cf25cc025-btn-green{background:var(--cf25cc025-primary);color:#fff;border-color:var(--cf25cc025-primary)}
.cf25cc025-btn-primary:hover,.cf25cc025-btn-green:hover{background:var(--cf25cc025-primary-d);border-color:var(--cf25cc025-primary-d)}
.cf25cc025-btn-accent{background:var(--cf25cc025-accent);color:#fff;border-color:var(--cf25cc025-accent)}
.cf25cc025-btn-outline{background:transparent;color:var(--cf25cc025-primary);border-color:var(--cf25cc025-primary)}
.cf25cc025-btn-outline:hover{background:var(--cf25cc025-primary);color:#fff}




.cf25cc025-section{padding:calc(96px + var(--fp-gap,0px)) 0}
.cf25cc025-section--gradient{background:linear-gradient(135deg,var(--cf25cc025-primary),var(--cf25cc025-primary-d));color:var(--cf25cc025-hero-fg)}
.cf25cc025-section--gradient .cf25cc025-eyebrow{color:rgba(255,255,255,.85)}
.cf25cc025-section-head{text-align:center;max-width:640px;margin:0 auto 38px;}
.cf25cc025-section-head h2{font-size:clamp(1.7rem,4vw,2.7rem);margin:0}
.cf25cc025-section-head h2{display:inline-block;padding-bottom:.4rem;border-bottom:3px solid var(--cf25cc025-accent)}
.cf25cc025-eyebrow::before{content:'\2022';color:var(--cf25cc025-accent);margin-right:.4rem;font-size:1.1em;line-height:0;vertical-align:middle}
.cf25cc025-section-cta{text-align:center;margin-top:36px}
.cf25cc025-main>.cf25cc025-section+.cf25cc025-section{border-top:3px solid transparent;border-image:linear-gradient(90deg,var(--cf25cc025-primary),var(--cf25cc025-accent)) 1}
.cf25cc025-main>.cf25cc025-section:not(.cf25cc025-section--gradient):nth-child(even){background:var(--cf25cc025-primary-l)}

.cf25cc025-card,.cf25cc025-svc-card,.cf25cc025-team-card,.cf25cc025-review-card,.cf25cc025-blog-card,.cf25cc025-case-card,.cf25cc025-adv-box,.cf25cc025-flow-step,.cf25cc025-app-feature,.cf25cc025-faq-item,.cf25cc025-svc-tile{background:var(--cf25cc025-surface);border:1px solid var(--cf25cc025-border);border-radius:0;min-width:0}

.cf25cc025-card,.cf25cc025-svc-card,.cf25cc025-team-card,.cf25cc025-review-card,.cf25cc025-blog-card,.cf25cc025-case-card,.cf25cc025-adv-box,.cf25cc025-flow-step,.cf25cc025-app-feature,.cf25cc025-faq-item,.cf25cc025-svc-tile{transition:transform .2s,box-shadow .2s}.cf25cc025-card,.cf25cc025-svc-card,.cf25cc025-team-card,.cf25cc025-review-card,.cf25cc025-blog-card,.cf25cc025-case-card,.cf25cc025-adv-box,.cf25cc025-flow-step,.cf25cc025-app-feature,.cf25cc025-faq-item,.cf25cc025-svc-tile:hover{transform:translateY(-4px);box-shadow:0 10px 26px rgba(20,30,50,.12)}


.cf25cc025-header{background:var(--cf25cc025-surface);border-bottom:1px solid var(--cf25cc025-border);position:relative;z-index:20}
.cf25cc025-header--centered{text-align:center}
.cf25cc025-topstrip{background:var(--cf25cc025-primary-d);color:rgba(255,255,255,.9);font-size:.78rem;display:flex;gap:1.2rem;justify-content:flex-end;padding:.4rem 20px;flex-wrap:wrap}
.cf25cc025-topstrip a{color:inherit}
.cf25cc025-navbar{max-width:1240px;margin:0 auto;display:flex;align-items:center;gap:1rem;padding:.8rem 20px}
.cf25cc025-navbar--centered{flex-direction:column;text-align:center}
.cf25cc025-navbar--centered .cf25cc025-navlinks{justify-content:center}
.cf25cc025-logo img{max-height:44px;width:auto}
.cf25cc025-logo--center{margin:0 auto}
.cf25cc025-navlinks{list-style:none;display:flex;gap:1.3rem;margin:0;padding:0;flex-wrap:wrap}
.cf25cc025-navlinks--center{justify-content:center}
.cf25cc025-navlinks a{font-size:.9rem;font-weight:500;padding:.3rem 0;border-bottom:2px solid transparent;transition:.2s}
.cf25cc025-navlinks a:hover{color:var(--cf25cc025-primary);border-color:var(--cf25cc025-accent)}
.cf25cc025-nav-cta{margin-left:.4rem}
.cf25cc025-menu-btn{display:none;background:none;border:0;font-size:1.5rem;cursor:pointer;color:var(--cf25cc025-ink);margin-left:auto}
.cf25cc025-header-contact{display:flex;flex-direction:column;font-size:.78rem;text-align:right}
.cf25cc025-header--inline .cf25cc025-navbar>nav{margin-left:auto}
.cf25cc025-header--stack .cf25cc025-navbar{flex-wrap:wrap}
.cf25cc025-header--stack .cf25cc025-navbar>nav{order:3;width:100%;border-top:1px solid var(--cf25cc025-border);padding-top:.5rem;margin-top:.3rem}
.cf25cc025-header--stack .cf25cc025-navbar>nav .cf25cc025-navlinks{justify-content:center}
.cf25cc025-header--bar{background:var(--cf25cc025-primary-d);border-bottom:0}
.cf25cc025-header--bar .cf25cc025-navbar>nav{margin-left:auto}
.cf25cc025-header--bar .cf25cc025-logo img{filter:brightness(0) invert(1)}
.cf25cc025-header--bar .cf25cc025-navlinks a{color:rgba(255,255,255,.9)}
.cf25cc025-header--bar .cf25cc025-navlinks a:hover{color:#fff;border-color:var(--cf25cc025-accent)}
.cf25cc025-header--bar .cf25cc025-menu-btn{color:#fff}

.cf25cc025-navlinks a{border-bottom:0;padding:.32rem .7rem;border-radius:999px;transition:.2s}.cf25cc025-navlinks a:hover{background:var(--cf25cc025-primary-l);color:var(--cf25cc025-primary);border-color:transparent}

.cf25cc025-hero{position:relative;overflow:hidden}
.cf25cc025-hero h1{font-size:clamp(2.2rem,6vw,4rem);margin:0 0 1rem}
.cf25cc025-hero-lead{font-size:1.05rem;margin:0 0 1.5rem;max-width:36em}
.cf25cc025-hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}
.cf25cc025-hero-actions--center{justify-content:center}
.cf25cc025-hero-bg{position:absolute;inset:0;z-index:0}
.cf25cc025-hero-bg img{width:100%;height:100%;object-fit:cover}
.cf25cc025-hero-scrim{position:absolute;inset:0;background:linear-gradient(120deg,var(--cf25cc025-primary-d),var(--cf25cc025-primary));mix-blend-mode:multiply;opacity:.88;z-index:1}
.cf25cc025-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center;padding:calc(96px + var(--fp-gap,0px)) 20px;max-width:1240px;margin:0 auto;position:relative;z-index:2}
.cf25cc025-hero-grid>*{min-width:0}
.cf25cc025-hero-visual{min-width:0}
.cf25cc025-hero-visual img,.cf25cc025-blob img{width:100%;border-radius:16px}
.cf25cc025-blob{min-width:0}
.cf25cc025-hero-copy{min-width:0}
.cf25cc025-hero--centered{min-height:clamp(340px,52vh,520px);display:flex;align-items:center}
.cf25cc025-hero-centered{position:relative;z-index:2;max-width:820px;margin:0 auto;text-align:center;color:var(--cf25cc025-hero-fg);padding:calc(96px + var(--fp-gap,0px)) 20px}
.cf25cc025-hero-centered .cf25cc025-eyebrow{color:rgba(255,255,255,.85)}
.cf25cc025-hero-centered .cf25cc025-hero-lead{margin-left:auto;margin-right:auto}
.cf25cc025-hero--split{background:var(--cf25cc025-primary-l)}
.cf25cc025-hero--split .cf25cc025-eyebrow{color:var(--cf25cc025-accent)}
.cf25cc025-hero--minimal{background:linear-gradient(135deg,var(--cf25cc025-primary),var(--cf25cc025-primary-d))}
.cf25cc025-hero--minimal .cf25cc025-hero-centered{color:var(--cf25cc025-hero-fg)}
.cf25cc025-hero--card{min-height:clamp(360px,54vh,540px);display:flex;align-items:center}
.cf25cc025-hero--card-left{justify-content:flex-start}
.cf25cc025-hero--card-right{justify-content:flex-end}
.cf25cc025-hero--card .cf25cc025-hero-copy{position:relative;z-index:2;max-width:520px;background:var(--cf25cc025-surface);color:var(--cf25cc025-ink);padding:2rem;border-radius:16px;margin:20px}


.cf25cc025-feature-split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.cf25cc025-feature-split>*{min-width:0}
.cf25cc025-feature-copy{min-width:0}
.cf25cc025-app-phone{min-width:0}
.cf25cc025-about-media{min-width:0}
.cf25cc025-about-simple{max-width:820px;margin:0 auto}
.cf25cc025-intro-simple{max-width:820px;margin:0 auto}
.cf25cc025-scenarios-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}
.cf25cc025-scenarios-card{padding:1.4rem}
.cf25cc025-scenarios-num{display:block;font-weight:800;color:var(--cf25cc025-accent);margin-bottom:.4rem;font-size:.9rem;letter-spacing:.04em}
.cf25cc025-scenarios-card h3{font-size:1.05rem;margin:0 0 .5rem}
.cf25cc025-scenarios-card p{font-size:.9rem;color:var(--cf25cc025-muted);margin:0;line-height:1.75}
.cf25cc025-richtext{color:var(--cf25cc025-muted);line-height:1.9}
.cf25cc025-richtext img{border-radius:10px;margin:1rem 0}
.cf25cc025-app-feature{padding:1rem 1.1rem;margin-bottom:.8rem}
.cf25cc025-app-feature h3{margin:0 0 .3rem;font-size:1rem}
.cf25cc025-app-feature p{margin:0;font-size:.88rem;color:var(--cf25cc025-muted)}
.cf25cc025-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:30px}
.cf25cc025-team-card{text-align:center;padding:1.2rem}
.cf25cc025-team-card img{width:96px;height:96px;object-fit:cover;border-radius:50%;margin:0 auto .7rem}
.cf25cc025-team-card h3{margin:0;font-size:1rem}
.cf25cc025-team-card span{font-size:.82rem;color:var(--cf25cc025-muted)}
.cf25cc025-honor-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:30px;text-align:center}
.cf25cc025-honor-item{padding:1rem}
.cf25cc025-honor-num{display:block;font-size:2rem;font-weight:800;color:var(--cf25cc025-accent)}
.cf25cc025-honor-label{font-size:.85rem;opacity:.85}
.cf25cc025-flow-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:30px}
.cf25cc025-flow-step{padding:1.3rem;position:relative}
.cf25cc025-flow-num{width:38px;height:38px;border-radius:50%;background:var(--cf25cc025-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:.6rem}
.cf25cc025-adv-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px}
.cf25cc025-adv-box{padding:1.4rem}
.cf25cc025-review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}
.cf25cc025-review-card{padding:1.4rem}
.cf25cc025-review-card img{width:52px;height:52px;border-radius:50%;object-fit:cover;margin-bottom:.6rem}
.cf25cc025-review-card .stars{color:var(--cf25cc025-accent);letter-spacing:2px;margin-bottom:.4rem}
.cf25cc025-review-card cite{display:block;margin-top:.6rem;font-weight:600;font-style:normal;font-size:.85rem}
.cf25cc025-faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:.7rem}
.cf25cc025-faq-item{overflow:hidden}
.cf25cc025-faq-item button{width:100%;text-align:left;background:none;border:0;padding:1rem 1.2rem;font-size:.95rem;font-weight:600;cursor:pointer;color:inherit}
.cf25cc025-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s;padding:0 1.2rem}
.cf25cc025-faq-item.is-open .cf25cc025-faq-answer{max-height:400px;padding-bottom:1rem}
.cf25cc025-partner-row{display:flex;flex-wrap:wrap;gap:1.6rem;align-items:center;justify-content:center}
.cf25cc025-partner-row img{max-height:44px;width:auto;filter:grayscale(1);opacity:.7;transition:.2s}
.cf25cc025-partner-row img:hover{filter:none;opacity:1}
.cf25cc025-about-cols{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.cf25cc025-about-cols>*{min-width:0}
.cf25cc025-about-excerpt p{color:var(--cf25cc025-muted)}
.cf25cc025-quote-band{background:linear-gradient(135deg,var(--cf25cc025-primary),var(--cf25cc025-primary-d));color:var(--cf25cc025-hero-fg);padding:96px 0}
.cf25cc025-quote-inner{max-width:760px;margin:0 auto;padding:0 20px;text-align:center}
.cf25cc025-quote-inner .cf25cc025-eyebrow{color:rgba(255,255,255,.85)}
.cf25cc025-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.7rem;margin-bottom:.7rem}
.cf25cc025-form input,.cf25cc025-form textarea{width:100%;padding:.7rem .9rem;border:1px solid rgba(255,255,255,.35);border-radius:8px;background:rgba(255,255,255,.1);color:#fff;font:inherit}
.cf25cc025-form input::placeholder,.cf25cc025-form textarea::placeholder{color:rgba(255,255,255,.7)}
.cf25cc025-svc-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px}.cf25cc025-svc-icon{font-size:2rem;opacity:.5}
.cf25cc025-svc-card{padding:1.5rem;position:relative}.cf25cc025-svc-icon{display:inline-block;font-weight:800;color:var(--cf25cc025-accent);margin-bottom:.5rem}.cf25cc025-svc-card h3{font-size:1.05rem;margin:.2rem 0 .4rem}.cf25cc025-svc-card p{font-size:.88rem;color:var(--cf25cc025-muted);margin:0}.cf25cc025-svc-link{display:inline-block;margin-top:.6rem;color:var(--cf25cc025-primary);font-weight:600;font-size:.85rem}

.cf25cc025-blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}
.cf25cc025-blog-card{overflow:hidden;display:flex;flex-direction:column}
.cf25cc025-blog-card img{aspect-ratio:16/10;object-fit:cover;width:100%}
.cf25cc025-blog-body{padding:1.1rem}
.cf25cc025-blog-body time{font-size:.75rem;color:var(--cf25cc025-muted)}
.cf25cc025-blog-body h3{font-size:1rem;margin:.3rem 0}
.cf25cc025-blog-body p{font-size:.85rem;color:var(--cf25cc025-muted);margin:0 0 .5rem}
.cf25cc025-blog-more{color:var(--cf25cc025-primary);font-weight:600;font-size:.82rem}
.cf25cc025-case-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px}
.cf25cc025-case-card{overflow:hidden}
.cf25cc025-case-card img{aspect-ratio:4/3;object-fit:cover;width:100%}
.cf25cc025-case-card h3{padding:.8rem 1rem;margin:0;font-size:.95rem}



.cf25cc025-svc-flow{list-style:none;margin:0;padding:0;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.cf25cc025-svc-flow-item{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;padding:1.3rem;background:var(--cf25cc025-surface);border:1px solid var(--cf25cc025-border);border-radius:0;min-width:0}
.cf25cc025-svc-flow-no{font-size:1.5rem;font-weight:800;color:var(--cf25cc025-accent);line-height:1}
.cf25cc025-svc-flow-text{min-width:0}
.cf25cc025-svc-flow-text h3{margin:0 0 .35rem;font-size:1.05rem}
.cf25cc025-svc-flow-text p{margin:0;font-size:.88rem;color:var(--cf25cc025-muted)}
.cf25cc025-team-roster{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.cf25cc025-team-row{display:grid;grid-template-columns:64px 1fr;gap:1rem;align-items:center;padding:1rem;background:var(--cf25cc025-surface);border:1px solid var(--cf25cc025-border);border-radius:0;min-width:0}
.cf25cc025-team-row img{width:64px;height:64px;border-radius:50%;object-fit:cover}
.cf25cc025-team-row-info{min-width:0}
.cf25cc025-team-row-info h3{margin:0 0 .25rem;font-size:1rem}
.cf25cc025-team-row-info span{font-size:.82rem;color:var(--cf25cc025-muted)}
.cf25cc025-news-rows{display:grid;gap:30px}
.cf25cc025-news-row{display:grid;grid-template-columns:220px 1fr;gap:1.25rem;align-items:center;background:var(--cf25cc025-surface);border:1px solid var(--cf25cc025-border);border-radius:0;overflow:hidden;min-width:0}
.cf25cc025-news-row>*{min-width:0}
.cf25cc025-news-row-thumb{aspect-ratio:16/10}
.cf25cc025-news-row-thumb img{width:100%;height:100%;object-fit:cover}
.cf25cc025-news-row-body{padding:.6rem 1.1rem .6rem 0;min-width:0}
.cf25cc025-news-row-body time{font-size:.75rem;color:var(--cf25cc025-muted)}
.cf25cc025-news-row-body h3{font-size:1.02rem;margin:.25rem 0}
.cf25cc025-news-row-body p{font-size:.85rem;color:var(--cf25cc025-muted);margin:0}
.cf25cc025-faq-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.cf25cc025-faq-cell{padding:1.25rem;background:var(--cf25cc025-surface);border-left:3px solid var(--cf25cc025-accent);border-radius:0;min-width:0}
.cf25cc025-faq-cell h3{margin:0 0 .5rem;font-size:1rem}
.cf25cc025-faq-cell p{margin:0;font-size:.88rem;color:var(--cf25cc025-muted)}
.cf25cc025-quote-stack{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}
.cf25cc025-quote-item{margin:0;padding:1.5rem;background:var(--cf25cc025-surface);border:1px solid var(--cf25cc025-border);border-radius:0;min-width:0}
.cf25cc025-quote-item>p{margin:0 0 1rem;font-style:italic;color:var(--cf25cc025-ink)}
.cf25cc025-quote-by{display:flex;align-items:center;gap:.75rem}
.cf25cc025-quote-by img{width:44px;height:44px;border-radius:50%;object-fit:cover}
.cf25cc025-quote-by cite{font-style:normal;font-weight:600;font-size:.88rem}
.cf25cc025-footer--center{text-align:center}
.cf25cc025-footer-hero{max-width:720px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:1rem}
.cf25cc025-footer-logo{max-height:40px;filter:brightness(0) invert(1)}
.cf25cc025-footer-desc{font-size:.85rem;line-height:1.7;margin:0;opacity:.85;max-width:60ch}
.cf25cc025-footer-nav{display:flex;flex-wrap:wrap;gap:1.1rem;justify-content:center}
.cf25cc025-footer-nav a{color:rgba(255,255,255,.85);font-size:.85rem}
.cf25cc025-footer-nav a:hover{color:#fff}
.cf25cc025-footer-contact{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}
.cf25cc025-footer-contact a{color:rgba(255,255,255,.85);font-size:.85rem}
.cf25cc025-svc-tiles{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}
.cf25cc025-svc-tile{padding:1.6rem 1.3rem;text-align:center}
.cf25cc025-svc-tile-badge{width:48px;height:48px;border-radius:50%;background:var(--cf25cc025-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;margin:0 auto .8rem}
.cf25cc025-svc-tile h3{font-size:1.05rem;margin:0 0 .4rem}
.cf25cc025-svc-tile p{font-size:.88rem;color:var(--cf25cc025-muted);margin:0}
.cf25cc025-svc-tile .cf25cc025-svc-link{display:inline-block;margin-top:.6rem;color:var(--cf25cc025-primary);font-weight:600;font-size:.85rem}
.cf25cc025-blog-overlay{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.cf25cc025-blog-ov-card{position:relative;display:flex;align-items:flex-end;min-height:260px;border-radius:0;overflow:hidden;min-width:0}
.cf25cc025-blog-ov-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.cf25cc025-blog-ov-card::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.05))}
.cf25cc025-blog-ov-body{position:relative;z-index:2;padding:1.2rem;color:#fff}
.cf25cc025-blog-ov-body time{font-size:.75rem;opacity:.85}
.cf25cc025-blog-ov-body h3{font-size:1.05rem;margin:.3rem 0 0;color:#fff}
.cf25cc025-team-tiles{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
.cf25cc025-team-tile{position:relative;overflow:hidden;border-radius:0;min-width:0;aspect-ratio:3/4}
.cf25cc025-team-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.cf25cc025-team-tile-cap{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:.8rem 1rem;color:#fff;background:linear-gradient(0deg,rgba(0,0,0,.78),transparent)}
.cf25cc025-team-tile-cap h3{margin:0;font-size:1rem;color:#fff}
.cf25cc025-team-tile-cap span{font-size:.8rem;opacity:.85}
.cf25cc025-faq-dl{max-width:860px;margin:0 auto;display:grid;gap:.9rem}
.cf25cc025-faq-dl-item{padding:1.1rem 1.3rem;background:var(--cf25cc025-surface);border-left:3px solid var(--cf25cc025-accent);border-radius:0;min-width:0}
.cf25cc025-faq-dl-item dt{font-weight:700;margin:0 0 .35rem}
.cf25cc025-faq-dl-item dt::before{content:'Q ';color:var(--cf25cc025-accent);font-weight:800}
.cf25cc025-faq-dl-item dd{margin:0;font-size:.9rem;color:var(--cf25cc025-muted)}
.cf25cc025-review-feature{max-width:820px;margin:0 auto;display:grid;gap:30px}
.cf25cc025-review-feat-item{margin:0;padding:1.8rem;background:var(--cf25cc025-surface);border:1px solid var(--cf25cc025-border);border-radius:0;text-align:center;min-width:0}
.cf25cc025-review-feat-text{font-size:1.1rem;font-style:italic;line-height:1.7;margin:0 0 1rem;color:var(--cf25cc025-ink)}
.cf25cc025-review-feat-by{display:flex;align-items:center;justify-content:center;gap:.7rem}
.cf25cc025-review-feat-by img{width:48px;height:48px;border-radius:50%;object-fit:cover}
.cf25cc025-review-feat-by cite{font-style:normal;font-weight:600;font-size:.9rem}
.cf25cc025-flow-line{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:30px}
.cf25cc025-flow-line-item{text-align:center;padding:0 .6rem;min-width:0}
.cf25cc025-flow-line-dot{width:44px;height:44px;border-radius:50%;background:var(--cf25cc025-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;margin:0 auto .7rem;border:4px solid var(--cf25cc025-primary-l)}
.cf25cc025-flow-line-item h3{font-size:1rem;margin:0 0 .3rem}
.cf25cc025-flow-line-item p{font-size:.86rem;color:var(--cf25cc025-muted);margin:0}
.cf25cc025-adv-rows{display:grid;gap:30px}
.cf25cc025-adv-row{display:grid;grid-template-columns:auto 1fr;gap:1.1rem;align-items:center;padding:1.2rem 1.4rem;background:var(--cf25cc025-surface);border:1px solid var(--cf25cc025-border);border-left:3px solid var(--cf25cc025-accent);border-radius:0;min-width:0}
.cf25cc025-adv-row-no{font-size:1.7rem;font-weight:800;color:var(--cf25cc025-accent);line-height:1}
.cf25cc025-adv-row-text{min-width:0}
.cf25cc025-adv-row-text h3{margin:0 0 .3rem;font-size:1.05rem}
.cf25cc025-adv-row-text p{margin:0;font-size:.88rem;color:var(--cf25cc025-muted)}
@media(max-width:640px){
  .cf25cc025-news-row{grid-template-columns:1fr}
  .cf25cc025-news-row-thumb{aspect-ratio:16/9}
  .cf25cc025-news-row-body{padding:0 1.1rem 1rem}
  .cf25cc025-svc-flow-item{grid-template-columns:1fr}
}


.cf25cc025-footer{background:var(--cf25cc025-primary-d);color:rgba(255,255,255,.85);padding:96px 0 0}
.cf25cc025-footer-grid{max-width:1180px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2rem}
.cf25cc025-footer-grid>*{min-width:0}
.cf25cc025-footer-grid h3{color:#fff;font-size:.95rem;margin:0 0 .8rem}
.cf25cc025-footer-grid ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}
.cf25cc025-footer-grid a{color:rgba(255,255,255,.8);font-size:.85rem}
.cf25cc025-footer-grid a:hover{color:#fff}
.cf25cc025-footer-newsletter{max-width:1180px;margin:0 auto 2rem;padding:0 20px;text-align:center}
.cf25cc025-footer-sub{display:flex;gap:.5rem;max-width:420px;margin:.6rem auto 0}
.cf25cc025-footer-sub input{flex:1;min-width:0;padding:.6rem .8rem;border:0;border-radius:8px}
.cf25cc025-flinks{max-width:1180px;margin:2rem auto 0;padding:1rem 20px 0;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .9rem;font-size:.8rem}
.cf25cc025-flinks-label{color:#fff;font-weight:600;flex-shrink:0}
.cf25cc025-flinks-list{display:flex;flex-wrap:wrap;gap:.4rem .9rem;min-width:0}
.cf25cc025-flinks-list a{color:rgba(255,255,255,.72)}
.cf25cc025-flinks-list a:hover{color:#fff}
.cf25cc025-footer-bottom{text-align:center;padding:1.2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.12);font-size:.8rem}
.cf25cc025-footer-bottom a{color:#fff}
.cf25cc025-footer-wave{display:none}
.cf25cc025-footer--split{border-top:3px solid var(--cf25cc025-accent)}
.cf25cc025-footer-split{max-width:1180px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;align-items:start}
.cf25cc025-footer-split>*{min-width:0}
.cf25cc025-footer-brand .cf25cc025-footer-logo{max-height:38px;margin-bottom:1rem}
.cf25cc025-footer-brand .cf25cc025-footer-desc{margin:0 0 1rem}
.cf25cc025-footer-brand .cf25cc025-footer-contact{display:flex;flex-direction:column;gap:.3rem}
.cf25cc025-footer-brand .cf25cc025-footer-contact a{color:rgba(255,255,255,.85);font-size:.85rem}
.cf25cc025-footer-cols{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;justify-content:flex-end}
.cf25cc025-footer-cols a{color:rgba(255,255,255,.85);font-size:.88rem}
.cf25cc025-footer-cols a:hover{color:#fff}
.cf25cc025-page-banner{background:linear-gradient(135deg,var(--cf25cc025-primary),var(--cf25cc025-primary-d));color:#fff;padding:2.6rem 20px;text-align:center}
.cf25cc025-page-banner h1{margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,2.2rem)}
.cf25cc025-breadcrumb{list-style:none;display:flex;gap:.5rem;justify-content:center;margin:0;padding:0;font-size:.82rem;flex-wrap:wrap}
.cf25cc025-breadcrumb a{color:rgba(255,255,255,.85)}
.cf25cc025-list-grid{max-width:1320px;margin:2rem auto 3rem;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}
.cf25cc025-list-item{display:grid;grid-template-columns:120px 1fr;gap:1rem;background:var(--cf25cc025-surface);border:1px solid var(--cf25cc025-border);border-radius:12px;overflow:hidden}
.cf25cc025-list-item>*{min-width:0}
.cf25cc025-list-thumb img{width:120px;height:100%;object-fit:cover}
.cf25cc025-article{max-width:820px;margin:2.5rem auto 3rem;padding:0 20px}
.cf25cc025-article h1{font-size:clamp(1.6rem,3.5vw,2.4rem)}
.cf25cc025-article-meta{color:var(--cf25cc025-muted);font-size:.82rem;margin-bottom:1rem}
.cf25cc025-article-hero img{width:100%;border-radius:14px;margin:1rem 0}
.cf25cc025-article .post-content{line-height:1.9;font-size:1rem}
.cf25cc025-article .post-content img{border-radius:10px;margin:1rem 0}
.cf25cc025-article-nav{display:flex;justify-content:space-between;gap:1rem;margin:2rem 0;flex-wrap:wrap}
.cf25cc025-article-nav a{color:var(--cf25cc025-primary);font-weight:600}
.cf25cc025-recommend{border-top:1px solid var(--cf25cc025-border);margin-top:2rem;padding-top:1.5rem}
.cf25cc025-recommend ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}
.cf25cc025-recommend li{display:flex;justify-content:space-between;gap:1rem;font-size:.9rem}
.cf25cc025-recommend time{color:var(--cf25cc025-muted);font-size:.8rem;flex-shrink:0}
.cf25cc025-contact-wrap{max-width:1320px;margin:2.5rem auto 3rem;padding:0 20px;display:grid;grid-template-columns:1fr 1.3fr;gap:2rem}
.cf25cc025-contact-wrap>*{min-width:0}
.cf25cc025-contact-box{background:var(--cf25cc025-surface);border:1px solid var(--cf25cc025-border);border-radius:14px;padding:1.6rem}
.cf25cc025-contact-box input,.cf25cc025-contact-box textarea{width:100%;padding:.7rem .9rem;border:1px solid var(--cf25cc025-border);border-radius:8px;margin-bottom:.7rem;font:inherit;background:var(--cf25cc025-bg);color:var(--cf25cc025-ink)}


@media(min-width:761px){
.cf25cc025-sk-spine .cf25cc025-flow-bar{grid-template-columns:1fr;max-width:640px;margin:0 auto;position:relative}
.cf25cc025-sk-spine .cf25cc025-flow-bar::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--cf25cc025-border)}
.cf25cc025-sk-spine .cf25cc025-flow-step{width:calc(50% - 24px)}
.cf25cc025-sk-spine .cf25cc025-flow-step:nth-child(even){margin-left:auto}
}


@media(max-width:980px){
  .cf25cc025-menu-btn{display:block}
  .cf25cc025-navlinks{display:none;flex-direction:column;width:100%;order:3;padding-top:.6rem}
  .cf25cc025-navlinks.is-open{display:flex}
  .cf25cc025-header-contact{display:none}
  .cf25cc025-hero-grid,.cf25cc025-feature-split,.cf25cc025-about-cols,.cf25cc025-contact-wrap{grid-template-columns:1fr}
  .cf25cc025-footer-grid{grid-template-columns:1fr 1fr}
  .cf25cc025-footer-split{grid-template-columns:1fr}
  .cf25cc025-footer-cols{justify-content:flex-start}
}
@media(max-width:560px){
  .cf25cc025-footer-grid{grid-template-columns:1fr}
  .cf25cc025-list-item{grid-template-columns:1fr}
  .cf25cc025-list-thumb img{width:100%;height:180px}
  .cf25cc025-topstrip{flex-wrap:wrap;gap:.5rem;justify-content:center}
}

.cf25cc025-app-lead{margin:.6rem 0 1rem;color:var(--cf25cc025-muted,#6b7180);line-height:1.7}
.cf25cc025-app-tip{margin:.45rem 0 0;font-size:.84rem;color:var(--cf25cc025-muted,#6b7180)}
.cf25cc025-app-actions{display:flex;gap:.5rem;margin-top:.8rem;flex-wrap:wrap}
.cf25cc025-app-download-note{margin:.6rem 0 0;font-size:.85rem;color:var(--cf25cc025-muted,#6b7180)}
.cf25cc025-app-page-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}
.cf25cc025-app-feature-grid,.cf25cc025-app-tips-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.cf25cc025-app-feature-img{width:100%;height:140px;object-fit:cover;border-radius:0;margin-bottom:.75rem}
.cf25cc025-app-tip-card{padding:1.1rem 1.2rem;background:var(--cf25cc025-surface,#fff);border:1px solid var(--cf25cc025-border,#e5e7eb)}
.cf25cc025-app-tip-no{display:inline-block;font-weight:700;margin-bottom:.35rem;opacity:.55}
.cf25cc025-app-cta{text-align:center;max-width:720px;margin:0 auto}
@media (max-width:900px){.cf25cc025-app-page-hero,.cf25cc025-app-feature-grid,.cf25cc025-app-tips-grid{grid-template-columns:1fr}}


/* seo-sections:v5 */
/* 共享 SEO 板块（toc / facts / guide / cards），不依赖 theme{N}- 掩码 */
.x2428b00b46{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700;color:var(--theme-accent, #e08e4b);margin:0 0 .5rem}
.x1f385f6533{max-width:720px;margin:0 0 1.25rem}
.x1f385f6533 h2{font-size:clamp(1.25rem,2.4vw,1.7rem);margin:0;line-height:1.25}
.xd6c71ee137{color:var(--theme-muted, #9aa6b6);margin:0 0 1.25rem;max-width:46em;font-size:1.02rem;line-height:1.7}

.xcde4ad882e{max-width:820px;margin:0 auto;padding:1.35rem 1.5rem;background:var(--theme-surface, rgba(255,255,255,.04));border:1px solid var(--theme-border, rgba(255,255,255,.1))}
.x9a0f1bb849{font-size:1.05rem;margin:0 0 .9rem;font-weight:700}
.xa32b056a2a{margin:0;padding-left:1.25rem;columns:2;column-gap:2rem}
.xa32b056a2a li{margin:0 0 .45rem;font-size:.92rem;color:var(--theme-muted, #9aa6b6);break-inside:avoid}
.xa32b056a2a a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.xa32b056a2a a:hover{border-bottom-color:currentColor}

.xc89711f0e2{max-width:900px}
.xb9c426e211{width:100%;border-collapse:collapse;font-size:.95rem}
.xb9c426e211 th,.xb9c426e211 td{padding:.85rem 1rem;border:1px solid var(--theme-border, rgba(255,255,255,.1));text-align:left;vertical-align:top}
.xb9c426e211 th{width:28%;font-weight:600;background:rgba(224,137,75,.08)}
.xb9c426e211 td{color:var(--theme-muted, #9aa6b6)}

.x8a0e0a9c9a{max-width:960px}
.xc05f49c078{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:start}
.xe41c6b7743{margin:0;padding-left:1.15rem;color:var(--theme-muted, #9aa6b6)}
.xe41c6b7743 li{margin:0 0 .65rem;line-height:1.65}
.xe41c6b7743 strong{color:inherit;font-weight:700;opacity:.95}
.xa0af7a4365{margin:0;padding:0;list-style:none;counter-reset:seo-step}
.xa0af7a4365 li{
  position:relative;padding:0 0 1.1rem 2.6rem;color:var(--theme-muted, #9aa6b6);font-size:.92rem;
  border-left:2px solid var(--theme-border, rgba(255,255,255,.1));margin-left:.7rem;line-height:1.55
}
.xa0af7a4365 li:last-child{padding-bottom:0;border-left-color:transparent}
.xa0af7a4365 li::before{
  counter-increment:seo-step;content:counter(seo-step, decimal-leading-zero);
  position:absolute;left:-.85rem;top:0;width:1.5rem;height:1.5rem;border-radius:50%;
  background:var(--theme-accent, #e08e4b);color:#1b202b;font-size:.7rem;font-weight:800;
  display:flex;align-items:center;justify-content:center
}
.x47f5af3c92{
  margin-top:1.25rem;padding:1rem 1.15rem;border-left:3px solid var(--theme-accent, #e08e4b);
  background:rgba(224,137,75,.08);color:var(--theme-muted, #9aa6b6);font-size:.92rem;line-height:1.65
}
.x47f5af3c92 strong{color:inherit;opacity:1}

.xd882f2f981{max-width:1100px}
.xb8172f9e53{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.x2ae214c761{grid-template-columns:repeat(4,minmax(0,1fr))}
.xcdbe24595f{grid-template-columns:repeat(3,minmax(0,1fr))}
.x25a29e1233{
  padding:1.1rem 1.15rem;border:1px solid var(--theme-border, rgba(255,255,255,.1));
  background:var(--theme-surface, rgba(255,255,255,.03));min-height:7.5rem
}
.xa951ac80df{margin:0 0 .55rem;font-size:1rem;line-height:1.35;font-weight:700}
.x2026126aeb{margin:0;color:var(--theme-muted, #9aa6b6);font-size:.92rem;line-height:1.65}
.x6ab79690a1,.x3644cbcce8{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0;padding:0
}
.x3644cbcce8{grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;counter-reset:seo-quick-step}
.xd491045a64,.xae1519b343{display:flex;flex-direction:column;align-items:flex-start}
.xfdab011d0e{
  width:2.6rem;height:2.6rem;margin:0 0 .85rem;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid var(--theme-border, rgba(255,255,255,.1));color:var(--theme-accent, #e08e4b);
  font-size:1.15rem;font-weight:800;line-height:1
}
.xe89853e969::before{content:"◉"}
.x310bdebe1f::before{content:"▤"}
.xd3a24d8a4b::before{content:"⌁"}
.xcc41609b43::before{content:"▣"}
.xb59863d98c::before{content:"◎"}
.xeff0b49918::before{content:"◇"}
.xae1519b343{counter-increment:seo-quick-step}
.xae1519b343::before{
  content:counter(seo-quick-step, decimal-leading-zero);margin:0 0 .85rem;
  color:var(--theme-accent, #e08e4b);font-size:1.2rem;font-weight:800;line-height:1
}
.x36b11301da{min-height:0;display:flex;flex-direction:column;gap:.85rem}
.x90f6b03752{display:flex;gap:.85rem;align-items:flex-start}
.x2a8195c586{
  width:72px;height:72px;object-fit:cover;border-radius:0;flex:0 0 72px;
  border:1px solid var(--theme-border, rgba(255,255,255,.12));background:rgba(255,255,255,.04)
}
.xd2ab69bb5a{
  display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;
  color:var(--theme-accent, #e08e4b)
}
.xa4a50412e0{margin:-.25rem 0 .2rem;color:var(--theme-accent, #e08e4b);font-size:.82rem;font-weight:700;line-height:1.4}
.xe32454899c{margin:0 0 .35rem;color:var(--theme-muted, #9aa6b6);font-size:.78rem;line-height:1.4}
.x8face75d70{margin:0;color:var(--theme-muted, #9aa6b6);font-size:.88rem;line-height:1.55}
.x39f1defb34{
  margin:0;padding:.75rem .9rem;border-left:3px solid var(--theme-accent, #e08e4b);
  background:rgba(224,137,75,.08);color:var(--theme-muted, #9aa6b6);font-size:.92rem;line-height:1.65
}
.x643d11b2a0{margin:0;color:var(--theme-muted, #9aa6b6);font-size:.86rem;line-height:1.6}
.x643d11b2a0 strong{color:inherit;font-weight:700}

@media (max-width:980px){
  .xb8172f9e53,.x2ae214c761,.xcdbe24595f,
  .x6ab79690a1,.x3644cbcce8{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:860px){
  .xc05f49c078{grid-template-columns:1fr}
  .xa32b056a2a{columns:1}
}
@media (max-width:560px){
  .xb8172f9e53,.x2ae214c761,.xcdbe24595f,
  .x6ab79690a1,.x3644cbcce8{grid-template-columns:1fr}
}

/* 全主题文章图片尺寸边界：首页文章区、栏目列表及文章正文 */
.x3d9fc0fb58 #section-news img,
.x3d9fc0fb58 #section-cases img,
.x0b3456cf50 main img{
  display:block;max-width:100%;max-height:360px;aspect-ratio:16/10;object-fit:cover
}
.xc7efcd5d14 main img{
  display:block;max-width:100%;max-height:520px;margin-left:auto;margin-right:auto;object-fit:contain
}
.xc7efcd5d14 main figure img{
  width:auto;max-width:min(100%,900px);height:auto
}
@media (max-width:640px){
  .x3d9fc0fb58 #section-news img,
  .x3d9fc0fb58 #section-cases img,
  .x0b3456cf50 main img{max-height:260px}
  .xc7efcd5d14 main img{max-height:420px}
}

/* 首页最新三篇：有 1/2 篇时自动铺满，有 3 篇时横向三列 */
.x3d9fc0fb58 #section-news :is(
  [class$="-blog-grid"],
  [class$="-news-grid"],
  [class$="-news-rows"],
  [class$="-blog-overlay"],
  [class$="-card-grid"],
  [class$="-journal"],
  [class$="-journal-grid"],
  [class$="-grid"]
){
 display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))!important;
  align-items:stretch;gap:clamp(14px,2vw,28px)
}
.x3d9fc0fb58 #section-news :is(
  [class$="-blog-grid"],
  [class$="-news-grid"],
  [class$="-news-rows"],
  [class$="-blog-overlay"],
  [class$="-card-grid"],
  [class$="-journal"],
  [class$="-journal-grid"],
  [class$="-grid"]
) > :nth-child(n+4){display:none!important}
.x3d9fc0fb58 #section-news :is([class$="-news-row"],[class$="-journal"] > article){
  min-width:0
}
/* 横向新闻行进入多列容器后改为卡片布局，避免 220px 缩略图挤压正文 */
.x3d9fc0fb58 #section-news [class$="-news-rows"] > [class$="-news-row"]{
 grid-template-columns:1fr!important;align-items:start
}
.x3d9fc0fb58 #section-news [class$="-news-row"] [class$="-news-row-thumb"]{
 width:100%;aspect-ratio:16/10
}
.x3d9fc0fb58 #section-news [class$="-news-row"] [class$="-news-row-body"]{
 padding:1rem!important
}
@media (max-width:760px){
  .x3d9fc0fb58 #section-news :is(
    [class$="-blog-grid"],
    [class$="-news-grid"],
    [class$="-news-rows"],
    [class$="-blog-overlay"],
    [class$="-card-grid"],
    [class$="-journal"],
    [class$="-journal-grid"],
    [class$="-grid"]
  ){grid-template-columns:1fr!important}
}

/* 法务页与全站页脚合规区 */
.x4ea2b1472d{max-width:900px;margin:0 auto;padding:clamp(2rem,5vw,4rem) clamp(1rem,3vw,2rem);color:inherit}
.x41b5be9da0{margin:0 0 2rem}
.x41b5be9da0 h1{margin:0 0 .8rem;font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.2}
.x6d73f64fd9,.x54ffd45032 p{line-height:1.8;color:inherit;opacity:.82}
.x54ffd45032{margin:0 0 1.8rem}
.x54ffd45032 h2{margin:0 0 .65rem;font-size:clamp(1.15rem,2.3vw,1.45rem);color:inherit}
.x54ffd45032 p{margin:.45rem 0}
.x6eb34479d0{width:100%;box-sizing:border-box;margin-top:1.25rem;padding:1rem clamp(.75rem,3vw,1.5rem);text-align:center;color:inherit;border-top:1px solid var(--theme-border,rgba(127,127,127,.25));font-size:.88rem;line-height:1.65}
.xbdf9294ad7{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.25rem .45rem}
.x6eb34479d0 a{color:inherit;text-decoration:none}
.x6eb34479d0 a:hover{text-decoration:underline}
.x417a51ceeb,.x7a9f5f2a43{margin:.35rem auto 0;max-width:960px;color:inherit;opacity:.78}
.x7a9f5f2a43{font-size:.82rem;opacity:.68}
@media (max-width:560px){
  .xbdf9294ad7{display:block}
  .xbdf9294ad7 a{display:inline-block;margin:.15rem .2rem}
}
