:root{
  --hope-red:#c9151b;
  --hope-red-dark:#a80d13;
  --hope-ink:#101010;
  --hope-text:#33363b;
  --hope-muted:#777d86;
  --hope-line:#e7e7e7;
  --hope-soft:#f6f6f6;
  --hope-card:#fff;
  --hope-shadow:0 18px 44px rgba(0,0,0,.12);
}

*{box-sizing:border-box}
html.cms-hydrating body{visibility:hidden}
html,body{margin:0;background:#fff!important;color:var(--hope-text)!important}
body{font-family:"Noto Sans SC",-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif!important;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{text-decoration:none!important;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(201,21,27,.32);outline-offset:3px}
::selection{background:var(--hope-red);color:#fff}
.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;padding:10px 16px;border-radius:6px;background:#111;color:#fff!important;font-weight:700;transition:top .15s}
.skip-link:focus{top:12px}

.he-top{height:28px;background:#111;color:#d7d7d7;font-size:12px}
.he-top-inner{max-width:1470px;height:28px;margin:0 auto;padding:0 34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.he-top-left,.he-top-right{display:flex;align-items:center;gap:14px;white-space:nowrap}
.he-dot{width:7px;height:7px;border-radius:50%;background:#31b65d;display:inline-block}
.he-main{height:60px;background:#fff;border-bottom:1px solid #efefef;position:sticky;top:0;z-index:80}
.he-main-inner{max-width:1470px;height:60px;margin:0 auto;padding:0 34px;display:flex;align-items:center;gap:24px}
.he-logo{flex:0 0 auto}
.he-logo img{height:50px;width:auto}
.he-nav{flex:1;display:flex;align-items:center;justify-content:center;gap:31px;height:100%;min-width:0}
.he-nav a{height:100%;display:flex;align-items:center;position:relative;color:#111!important;font-size:14px;font-weight:600;line-height:1;white-space:nowrap;font-synthesis:none;-webkit-font-smoothing:antialiased}
.he-nav a.is-active{color:var(--hope-red)!important}
.he-nav a.is-active:after{content:"";position:absolute;left:50%;bottom:0;width:48px;height:3px;border-radius:6px;background:var(--hope-red);transform:translateX(-50%)}
.he-actions{flex:0 0 auto;display:flex;align-items:center;gap:20px}
.he-phone{display:grid;grid-template-columns:31px auto;column-gap:8px;align-items:center;color:var(--hope-red);font-size:22px;font-weight:800;letter-spacing:.1px;white-space:nowrap;line-height:1.08}
.he-phone:before{content:"☎";width:31px;height:31px;border:2px solid var(--hope-red);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px}
.he-phone small{grid-column:2;color:#777;font-size:12px;font-weight:500;letter-spacing:0}
.he-phone>span{grid-column:2}
.he-cta{height:38px;padding:0 22px;border-radius:20px;background:linear-gradient(135deg,var(--hope-red),var(--hope-red-dark));display:inline-flex;align-items:center;justify-content:center;color:#fff!important;font-size:14px;font-weight:700;box-shadow:0 10px 22px rgba(201,21,27,.2);white-space:nowrap}
.he-menu{display:none;border:0;background:none;color:#111;font-size:26px}
.he-mobile-panel{display:none}
.he-mobile-cta{display:none}

.a-container{max-width:1470px;margin:0 auto;padding:0 34px}
.a-kicker{font-size:13px;color:var(--hope-red);font-weight:700;letter-spacing:.4px;margin-bottom:13px}
.a-serif{font-family:"Noto Serif SC",serif!important}
.a-btn{height:52px;padding:0 27px;border-radius:5px;display:inline-flex;align-items:center;gap:22px;background:linear-gradient(135deg,var(--hope-red),var(--hope-red-dark));color:#fff!important;font-size:14px;font-weight:700;box-shadow:0 12px 26px rgba(201,21,27,.22)}
.a-btn-outline{height:52px;padding:0 27px;border-radius:5px;display:inline-flex;align-items:center;gap:22px;border:1px solid var(--hope-red);color:#111!important;background:#fff;font-size:14px;font-weight:700}

.a-hero{position:relative;min-height:512px;background:#fff;overflow:visible}
.a-hero-bg{position:absolute;inset:0 0 0 44%;overflow:hidden}
.a-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}
.a-hero-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.94) 12%,rgba(255,255,255,.34) 35%,rgba(255,255,255,0) 58%)}
.a-hero-inner{position:relative;z-index:2;min-height:512px;display:flex;align-items:center;padding-top:34px;padding-bottom:54px}
.a-hero-copy{width:52%;padding-top:12px}
.a-hero h1{font-size:52px;line-height:1.34;color:#111;font-weight:700;margin:0;font-family:"Noto Serif SC",serif!important;letter-spacing:0}
.a-hero h1 .red{color:var(--hope-red)}
.a-hero-rule{width:62px;height:4px;background:var(--hope-red);margin:18px 0 22px}
.a-hero p{font-size:17px;line-height:1.9;color:#4b5058;margin:0;max-width:520px}
.a-hero-actions{display:flex;gap:22px;flex-wrap:wrap;margin-top:34px}

@media(min-width:1320px){
  .a-hero{overflow:hidden}
  .a-hero-bg{left:calc(50% - 112px);right:calc(50% - 626px);border-radius:0 0 8px 8px}
}

.a-stat-strip{position:relative;z-index:3;margin-top:-42px}
.a-stat-card{height:116px;background:#fff;border-radius:12px;box-shadow:0 16px 36px rgba(20,20,20,.11);display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:0 46px}
.a-stat{height:78px;display:flex;align-items:center;justify-content:flex-start;gap:22px;padding-left:26px;border-right:1px solid #e3e3e3}
.a-stat:last-child{border-right:0}
.a-stat-icon{width:58px;height:58px;flex:0 0 58px;border-radius:50%;background:#c90812;color:#fff;display:flex;align-items:center;justify-content:center;font-size:0;box-shadow:0 10px 22px rgba(201,8,18,.28)}
.a-stat-icon:before{content:none}
.a-stat-icon svg{width:29px;height:29px;display:block;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.a-stat:nth-child(1) .a-stat-icon{--stat-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 21V9l8-5 8 5v12'/%3E%3Cpath d='M9 21v-6h6v6'/%3E%3Cpath d='M9 10h.01M12 10h.01M15 10h.01'/%3E%3C/svg%3E")}
.a-stat:nth-child(2) .a-stat-icon{--stat-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")}
.a-stat:nth-child(3) .a-stat-icon{--stat-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 0 20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 0 0 20'/%3E%3C/svg%3E")}
.a-stat:nth-child(4) .a-stat-icon{--stat-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M4 4.5A2.5 2.5 0 0 1 6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5z'/%3E%3Cpath d='M8 7h8M8 11h6'/%3E%3C/svg%3E")}
.a-stat-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}
.a-stat strong{font-size:30px;color:#111;line-height:1;font-weight:800;letter-spacing:0}
.a-stat small{display:block;color:#636a73;font-size:14px;line-height:1;margin-top:14px;white-space:nowrap}

.a-section{padding:88px 0;background:#fff}
.a-section.soft{background:#f7f7f7}
.a-section.dark{background:linear-gradient(135deg,#121212,#351014);color:#fff}
.a-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:34px}
.a-section-title h2{font-family:"Noto Serif SC",serif!important;font-size:32px;line-height:1.38;margin:0;color:#111;font-weight:700}
.a-section-title p{font-size:16px;color:#6e747d;margin:12px 0 0}
.a-link-red{color:var(--hope-red)!important;font-weight:700;font-size:15px}
.a-program-layout{display:grid;grid-template-columns:330px 1fr;gap:42px;align-items:start}
.a-program-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.a-card{background:#fff;border:1px solid var(--hope-line);border-radius:7px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.07);transition:transform .22s,box-shadow .22s;display:flex;flex-direction:column;min-height:338px}
.a-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(0,0,0,.12)}
.a-card-img{height:138px;background:#ddd;overflow:hidden;flex:0 0 auto}
.a-card-img img{width:100%;height:100%;object-fit:cover}
.a-card-body{padding:17px 18px 19px;display:flex;flex:1;flex-direction:column}
.a-card-tag{font-size:12px;color:var(--hope-red);font-weight:700;margin-bottom:6px}
.a-card h3{font-family:"Noto Serif SC",serif!important;margin:0;color:#151515;font-size:18px;line-height:1.44;font-weight:700;min-height:52px}
.a-card p{margin:7px 0 18px;color:#6f747d;font-size:14px;line-height:1.65;min-height:46px}
.a-card-more{font-size:13px;color:#111;font-weight:700;margin-top:auto}
.a-filter{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 30px}
.a-filter button{height:40px;padding:0 18px;border:1px solid #ddd;background:#fff;border-radius:20px;color:#333;font-weight:700;cursor:pointer}
.a-filter button.is-active{background:#111;color:#fff;border-color:#111}

.a-project-hero{position:relative;min-height:528px;background:#fff;overflow:hidden}
.a-project-hero:before{content:"";position:absolute;inset:0 0 0 48%;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.86) 18%,rgba(255,255,255,.08) 58%),linear-gradient(135deg,#f6f6f6,#fff);z-index:0}
.a-project-hero .a-container{position:relative;z-index:1;min-height:528px;display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center;padding-top:38px;padding-bottom:78px}
.a-project-copy{max-width:590px}
.a-project-copy h1{font-family:"Noto Serif SC",serif!important;font-size:48px;line-height:1.32;color:#111;margin:0;font-weight:700;letter-spacing:0}
.a-project-copy h1 span{color:var(--hope-red)}
.a-project-copy p{font-size:16px;color:#4e5560;line-height:1.9;margin:0;max-width:560px}
.a-project-visual{position:relative;height:392px}
.a-project-photo-main,.a-project-photo-side{position:absolute;overflow:hidden;border-radius:7px;background:#eee;box-shadow:0 20px 48px rgba(20,20,20,.16)}
.a-project-photo-main{right:0;top:28px;width:74%;height:310px}
.a-project-photo-side.top{left:18px;top:0;width:39%;height:170px}
.a-project-photo-side.bottom{left:62px;bottom:0;width:36%;height:156px}
.a-project-photo-main img,.a-project-photo-side img{width:100%;height:100%;object-fit:cover}
.a-project-badge{position:absolute;right:34px;bottom:0;width:168px;height:116px;border-radius:7px;background:#111;color:#fff;padding:22px 24px;box-shadow:0 18px 36px rgba(0,0,0,.22)}
.a-project-badge strong{font-family:"Noto Serif SC",serif;font-size:36px;line-height:1;color:#fff}
.a-project-badge span{display:block;margin-top:10px;font-size:13px;color:#ddd}
.a-project-stat-strip{position:relative;z-index:4;margin-top:-56px}
.a-project-stat-card{height:112px;background:#fff;border-radius:12px;box-shadow:0 16px 36px rgba(20,20,20,.11);display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:0 38px}
.a-project-stat-card div{height:70px;display:flex;flex-direction:column;justify-content:center;padding-left:34px;border-right:1px solid #e3e3e3;position:relative}
.a-project-stat-card div:before{content:"";position:absolute;left:0;top:50%;width:12px;height:12px;border-radius:50%;background:var(--hope-red);transform:translateY(-50%);box-shadow:0 0 0 8px rgba(201,21,27,.08)}
.a-project-stat-card div:last-child{border-right:0}
.a-project-stat-card strong{font-family:"Noto Serif SC",serif;font-size:30px;line-height:1;color:#111;font-weight:800}
.a-project-stat-card span{font-size:14px;color:#666d76;margin-top:13px;white-space:nowrap}

.a-page-hero{background:#fff;border-bottom:1px solid #eee}
.a-page-hero .a-container{min-height:318px;display:grid;grid-template-columns:1fr 420px;gap:56px;align-items:center;padding-top:50px;padding-bottom:50px}
.a-breadcrumb{font-size:13px;color:#9b9b9b;margin-bottom:18px}
.a-page-hero h1{font-family:"Noto Serif SC",serif!important;font-size:40px;line-height:1.32;color:#111;margin:0;font-weight:700}
.a-page-hero h1:after{content:"";display:block;width:64px;height:4px;background:var(--hope-red);margin-top:20px}
.a-page-hero p{font-size:16px;color:#555c66;line-height:1.9;margin:20px 0 0;max-width:780px}
.a-page-panel{background:#f7f7f7;border-left:5px solid var(--hope-red);padding:28px 30px}
.a-page-panel strong{font-size:32px;color:var(--hope-red);font-family:"Noto Serif SC",serif;font-weight:700}
.a-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.a-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.a-info-card{background:#fff;border:1px solid var(--hope-line);border-radius:7px;padding:26px;box-shadow:0 10px 28px rgba(0,0,0,.06)}
.a-info-card h3,.a-info-card h4{font-family:"Noto Serif SC",serif!important;color:#111;margin:0 0 10px;font-size:19px;line-height:1.4;font-weight:700}
.a-info-card p{color:#666d76;margin:0;font-size:14px;line-height:1.8}
.a-about-showcase{display:grid;grid-template-columns:.95fr 1.05fr;gap:42px;align-items:stretch}
.a-about-image{height:390px;width:100%;object-fit:cover;border-radius:7px;box-shadow:var(--hope-shadow)}
.a-about-side{height:390px;display:flex;flex-direction:column;justify-content:space-between}
.a-about-intro{max-width:640px;padding:4px 6px 0 0}
.a-about-intro h3{font-family:"Noto Serif SC",serif!important;color:#111;font-size:22px;line-height:1.38;font-weight:700;margin:0 0 14px}
.a-about-intro p{color:#5f6670;font-size:15px;line-height:1.9;margin:0 0 10px}
.a-about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:auto}
.a-about-stats .a-info-card{min-height:144px;padding:24px 26px}
.a-about-stats .a-info-card h3{font-size:21px}
.a-dark-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:7px;padding:25px;color:#fff}
.a-dark-card h3,.a-dark-card h4{color:#fff!important;margin:0 0 10px}
.a-dark-card p{color:#d8c8c8;margin:0}
.a-table-wrap{background:#fff;border:1px solid var(--hope-line);border-radius:7px;overflow:auto;box-shadow:0 10px 28px rgba(0,0,0,.06)}
.a-table{width:100%;border-collapse:collapse;min-width:780px;font-size:14px}
.a-table th{background:#111;color:#fff;text-align:left;padding:15px 18px}
.a-table td{border-bottom:1px solid #eee;padding:15px 18px;color:#555}
.a-table td:first-child{color:#111;font-weight:800}
.a-form{background:#fff;border:1px solid var(--hope-line);border-radius:8px;padding:30px;box-shadow:0 18px 42px rgba(0,0,0,.1)}
.a-form label{display:block;font-size:13px;color:#555;font-weight:700;margin:0 0 7px}
.a-form input,.a-form select{width:100%;height:44px;border:1px solid #ddd;border-radius:4px;padding:0 12px;margin-bottom:14px;background:#fff;color:#111}
.a-form button{width:100%;height:46px;border:0;border-radius:4px;background:linear-gradient(135deg,var(--hope-red),var(--hope-red-dark));color:#fff;font-weight:700;cursor:pointer}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-consent{display:flex!important;grid-template-columns:none!important;align-items:flex-start!important;gap:9px!important;margin:2px 0 14px!important;color:#666!important;font-size:12px!important;font-weight:500!important;line-height:1.65}
.form-consent input{appearance:auto!important;width:16px!important;height:16px!important;flex:0 0 16px!important;margin:2px 0 0!important;padding:0!important;accent-color:var(--hope-red)}
.form-consent span{font-size:12px!important;font-weight:500!important;color:#666!important}
.form-consent a{color:var(--hope-red)!important;text-decoration:underline!important}
.form-status{min-height:20px;margin:10px 0 0!important;font-size:13px!important;line-height:1.5;text-align:center}
.form-status.is-success{color:#19733a!important}
.form-status.is-error{color:#b20f16!important}

.a-page-panel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.a-page-panel-grid div{background:#fff;border:1px solid #eee;border-radius:7px;padding:14px 12px}
.a-page-panel-grid strong{display:block;font-size:26px;margin-bottom:6px}
.a-page-panel-grid span{font-size:12px;color:#666}
.a-photo-card{background:#fff;border:1px solid var(--hope-line);border-radius:7px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.06)}
.a-photo-card-img{height:132px;overflow:hidden;background:#eee}
.a-photo-card-img img{width:100%;height:100%;object-fit:cover}
.a-photo-card-body{padding:22px 24px;display:flex;min-height:210px;flex-direction:column}
.a-photo-card-body h3{font-family:"Noto Serif SC",serif!important;font-size:20px;font-weight:700;line-height:1.4;margin:0 0 10px;color:#111}
.a-photo-card-body p{font-size:14px;color:#666d76;line-height:1.8;margin:0}
.a-photo-card-body .a-link-red{margin-top:auto;padding-top:18px}
.a-stage-card{position:relative;background:#fff;border:1px solid var(--hope-line);border-radius:7px;padding:26px;box-shadow:0 10px 28px rgba(0,0,0,.05)}
.a-stage-card:before{content:attr(data-step);position:absolute;right:22px;top:18px;font-size:34px;line-height:1;font-family:"Noto Serif SC",serif;color:rgba(201,21,27,.12);font-weight:700}
.a-stage-card h3{font-family:"Noto Serif SC",serif!important;font-size:20px;font-weight:700;margin:0 0 10px;color:#111}
.a-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.a-tags span{font-size:12px;color:var(--hope-red);background:#fff4f4;border:1px solid #f2d4d4;border-radius:4px;padding:4px 8px}
.a-process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.a-process-5{grid-template-columns:repeat(5,1fr)}
.a-process-item{position:relative;background:#fff;border:1px solid var(--hope-line);border-radius:7px;padding:24px;box-shadow:0 10px 28px rgba(0,0,0,.05)}
.a-process-item:not(:last-child):after{content:"";position:absolute;right:-20px;top:50%;width:22px;height:1px;background:var(--hope-red)}
.a-process-item b{display:inline-flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:var(--hope-red);color:#fff;font-size:13px;margin-bottom:16px}
.a-process-item h3{font-family:"Noto Serif SC",serif!important;font-size:19px;font-weight:700;margin:0 0 8px;color:#111}
.a-cta-strip{background:#fff;border:1px solid var(--hope-line);border-left:5px solid var(--hope-red);border-radius:7px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 10px 28px rgba(0,0,0,.05)}
.a-cta-strip h3{font-family:"Noto Serif SC",serif!important;font-size:24px;font-weight:700;color:#111;margin:0 0 8px}
.a-cta-strip p{margin:0;color:#666d76}
.a-story-card{background:#fff;border:1px solid var(--hope-line);border-radius:7px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.06);display:flex;flex-direction:column}
.a-story-img{height:190px;background:#eee;overflow:hidden}
.a-story-img img{width:100%;height:100%;object-fit:cover}
.a-story-body{padding:22px 24px 24px;display:flex;flex:1;flex-direction:column}
.a-story-body h3{font-family:"Noto Serif SC",serif!important;font-size:20px;font-weight:700;line-height:1.4;color:#111;margin:0 0 8px}
.a-offer{color:var(--hope-red)!important;font-weight:700;margin:0 0 10px!important}
.a-story-meta{font-size:13px;color:#9b9b9b;margin-top:auto!important;padding-top:16px}
.a-notice{border-left:4px solid var(--hope-red);background:#fff7f7;color:#7b3236;border-radius:0 7px 7px 0;padding:14px 18px;font-size:13px;line-height:1.8}
.a-timeline{position:relative;display:grid;gap:18px;max-width:920px}
.a-timeline:before{content:"";position:absolute;left:15px;top:12px;bottom:12px;width:1px;background:#e2e2e2}
.a-timeline-item{position:relative;padding-left:54px}
.a-timeline-item:before{content:"";position:absolute;left:7px;top:8px;width:17px;height:17px;border-radius:50%;background:#fff;border:4px solid var(--hope-red)}
.a-timeline-item h3{font-family:"Noto Serif SC",serif!important;font-size:19px;font-weight:700;margin:0 0 6px;color:#111}
.a-timeline-item p{margin:0;color:#666d76;font-size:14px;line-height:1.8}

.pth-hero{background:#fff;border-bottom:1px solid #eee}
.pth-hero-inner{min-height:220px;display:grid;grid-template-columns:1fr 430px;gap:72px;align-items:center;padding-top:34px;padding-bottom:34px}
.pth-hero-copy .a-breadcrumb{margin-bottom:16px}
.pth-hero-copy h1{font-family:"Noto Serif SC",serif!important;font-size:34px;line-height:1.3;color:#111;margin:0;font-weight:700;letter-spacing:0}
.pth-hero-copy .a-hero-rule{width:46px;height:4px;margin:12px 0 16px}
.pth-hero-copy p{max-width:640px;margin:0;color:#636a73;font-size:14px;line-height:1.8}
.pth-header-button{display:inline-flex;margin-top:24px}
.pth-hero-panel{height:116px;border:1px solid #efb9ba;border-radius:7px;background:#fff;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;padding:0 22px;box-shadow:none}
.pth-hero-panel div{height:76px;text-align:center;border-right:1px solid #e8e8e8;display:flex;flex-direction:column;align-items:center;justify-content:center}
.pth-hero-panel div:last-child{border-right:0}
.pth-hero-panel i{width:24px;height:24px;color:var(--hope-red);display:flex;align-items:center;justify-content:center;margin-bottom:10px}
.pth-hero-panel i svg{width:24px;height:24px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.pth-hero-panel strong{font-family:"Noto Serif SC",serif;font-size:26px;line-height:1;color:#111;font-weight:700;margin-bottom:8px;white-space:nowrap}
.pth-hero-panel span{font-size:12px;color:#555c66;line-height:1;margin-bottom:0;font-weight:500;white-space:nowrap}
.pth-hero-panel em{display:none}
.pth-section{padding:12px 0 10px;background:#fff}
.pth-hero + .pth-section{margin-top:0}
.pth-soft{background:#fff}
.pth-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:8px}
.pth-section-head p{margin:0;color:#6a7079;font-size:14px;line-height:1.8}
.pth-section-head p:empty{display:none}
.pth-title{font-family:"Noto Serif SC",serif!important;font-size:19px;line-height:1.3;color:#111;margin:0;font-weight:700;position:relative;padding-left:13px}
.pth-title:before{content:"";position:absolute;left:0;top:3px;width:4px;height:20px;background:var(--hope-red)}
.pth-country-grid,.pth-stage-grid,.pth-project-grid{display:flex;gap:18px;overflow-x:auto;overflow-y:visible;scroll-snap-type:x proximity;padding:0 2px 8px;margin:0 -2px;-webkit-overflow-scrolling:touch}
.pth-country-grid::-webkit-scrollbar,.pth-stage-grid::-webkit-scrollbar,.pth-project-grid::-webkit-scrollbar{height:6px}
.pth-country-grid::-webkit-scrollbar-thumb,.pth-stage-grid::-webkit-scrollbar-thumb,.pth-project-grid::-webkit-scrollbar-thumb{background:#e7b7b9;border-radius:999px}
.pth-country-grid::-webkit-scrollbar-track,.pth-stage-grid::-webkit-scrollbar-track,.pth-project-grid::-webkit-scrollbar-track{background:#f3f3f3;border-radius:999px}
.pth-country{appearance:none;text-align:left;height:164px;border:1px solid #e4e4e4;border-radius:6px;background:#fff;overflow:hidden;display:flex;flex:0 0 calc((100% - 72px)/5);min-width:220px;scroll-snap-align:start;flex-direction:column;transition:transform .2s,box-shadow .2s,border-color .2s;cursor:pointer;padding:0;color:inherit;position:relative}
.pth-country:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(0,0,0,.09)}
.pth-country.is-active{border-color:#e2393e;box-shadow:0 16px 36px rgba(201,21,27,.12)}
.pth-country.is-active:after,.pth-stage.is-active:after{content:"✓";position:absolute;right:8px;top:8px;width:20px;height:20px;border-radius:50%;background:var(--hope-red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;line-height:1}
.pth-country img{height:108px;width:100%;object-fit:cover}
.pth-country div{padding:10px 14px 12px;display:flex;flex:1;flex-direction:column}
.pth-country h3{font-size:16px;color:var(--hope-red);line-height:1.25;margin:0 0 5px;font-weight:700}
.pth-country p{font-size:12px;color:#666d76;line-height:1.45;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pth-country>div>span{display:none}
.pth-stage{appearance:none;text-align:left;height:112px;min-height:112px;background:#fff;border:1px solid #e4e4e4;border-radius:6px;padding:20px 22px;box-shadow:0 6px 18px rgba(0,0,0,.035);display:grid;grid-template-columns:50px 1fr;grid-template-rows:auto 1fr;column-gap:16px;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s;color:inherit;flex:0 0 calc((100% - 54px)/4);min-width:280px;scroll-snap-align:start;position:relative}
.pth-stage:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(0,0,0,.08)}
.pth-stage.is-active{border-color:#e2393e;background:linear-gradient(180deg,#fff,#fffafa);box-shadow:0 16px 38px rgba(201,21,27,.11)}
.pth-stage strong{grid-row:1 / span 2;display:block;font-family:"Noto Serif SC",serif;font-size:27px;line-height:1;color:var(--hope-red);font-weight:700;margin:0}
.pth-stage h3{font-size:17px;color:#111;margin:0 0 7px;font-weight:700;line-height:1.25}
.pth-stage p{font-size:12px;color:#6a7079;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pth-stage>span{display:none}
.pth-result-head{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:12px}
.pth-result-head>div{display:flex;align-items:center;gap:14px;min-width:0}
.pth-result-head p{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0}
.pth-result-head p>span{height:26px;border:1px solid #efb9ba;color:var(--hope-red);background:#fff7f7;border-radius:14px;padding:0 11px;display:inline-flex;align-items:center;font-size:12px;font-weight:700}
.pth-result-head p>span:after{content:" ×";font-weight:500;margin-left:4px}
.pth-result-head p em{font-style:normal;color:#777d86;font-size:13px}
.pth-result-head>a{color:#777d86!important;font-size:12px;font-weight:500}
.pth-project-grid{gap:22px;margin-bottom:14px}
.pth-project-card{border:1px solid #e4e4e4;border-radius:6px;background:#fff;overflow:hidden;display:flex;flex:0 0 calc((100% - 66px)/4);min-width:286px;scroll-snap-align:start;flex-direction:column;box-shadow:0 8px 22px rgba(0,0,0,.045);transition:transform .22s,box-shadow .22s}
.pth-project-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(0,0,0,.11)}
.pth-project-card>img{height:128px;width:100%;object-fit:cover}
.pth-project-body{padding:12px 16px 14px;display:flex;flex:1;flex-direction:column}
.pth-project-body em{display:inline-flex;align-self:flex-start;background:var(--hope-red);color:#fff;font-size:11px;font-style:normal;font-weight:700;margin-bottom:8px;padding:1px 6px;border-radius:2px;line-height:1.35}
.pth-project-body h3{font-family:"Noto Serif SC",serif!important;font-size:17px;line-height:1.32;color:#111;margin:0 0 8px;font-weight:700;min-height:45px}
.pth-project-body p{font-size:12px;line-height:1.5;color:#666d76;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pth-project-body dl{border-top:0;margin:0 0 10px;padding:0;display:grid;gap:3px}
.pth-project-body dl div{display:grid;grid-template-columns:66px 1fr;gap:8px;align-items:start;line-height:1.35}
.pth-project-body dt{color:#111;font-size:11px;font-weight:700}
.pth-project-body dt:before{content:"◎";color:#777;margin-right:5px;font-size:10px}
.pth-project-body dd{margin:0;color:#555c66;font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pth-project-body strong{margin-top:auto;color:var(--hope-red);font-size:12px;line-height:1.3;font-weight:800}
.pth-eval{height:82px;min-height:82px;border:1px solid #efb9ba;border-radius:6px;background:#fff;display:grid;grid-template-columns:82px 1fr 250px 170px;align-items:center;padding:10px 24px;gap:20px}
.pth-eval-icon{width:50px;height:50px;border-radius:50%;background:#fbe1e2;color:var(--hope-red);display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 auto}
.pth-eval h3{font-family:"Noto Serif SC",serif!important;font-size:22px;line-height:1.15;margin:0;color:#111;font-weight:700;white-space:nowrap}
.pth-eval h3 span{color:var(--hope-red)}
.pth-eval p{margin:4px 0 0;color:#777d86;font-size:12px}
.pth-eval p span:not(:first-child){display:none}
.pth-eval p span:before{content:"";margin:0}
.pth-eval-phone{border-left:1px solid #efcaca;padding-left:34px}
.pth-eval-phone b{display:block;color:var(--hope-red);font-size:22px;line-height:1.1;font-weight:800;white-space:nowrap}
.pth-eval-phone small{display:block;color:#777d86;margin-top:5px;font-size:12px}
.pth-eval .a-btn{height:40px;justify-content:center;font-size:14px;border-radius:4px;box-shadow:none}

.cs-hero{background:#fff;border-bottom:1px solid #eee}
.cs-hero-inner{min-height:320px;display:grid;grid-template-columns:1fr 470px;gap:80px;align-items:center;padding-top:36px;padding-bottom:30px}
.cs-hero-copy h1{font-family:"Noto Serif SC",serif!important;font-size:38px;line-height:1.35;color:#111;margin:0 0 22px;font-weight:700}
.cs-hero-copy p{margin:0;color:#636a73;font-size:15px;line-height:1.9}
.cs-result-card{height:205px;border:1px solid #e3e3e3;border-radius:7px;background:#fff;padding:28px 32px 24px;box-shadow:0 10px 28px rgba(0,0,0,.035);display:grid;grid-template-rows:auto auto 1fr}
.cs-result-card>div{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid #eee}
.cs-result-card strong{font-size:22px;color:#111;line-height:1;font-weight:700}
.cs-result-card span,.cs-result-card p{font-size:13px;color:#777d86;margin:0}
.cs-result-card>p{padding-top:14px}
.cs-result-card ul{list-style:none;margin:22px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);align-self:end}
.cs-result-card li{border-right:1px solid #eee;padding-left:20px}
.cs-result-card li:first-child{padding-left:0}
.cs-result-card li:last-child{border-right:0}
.cs-result-card b{display:block;font-size:28px;color:#111;line-height:1;margin-bottom:12px}
.cs-stats{padding:28px 0 30px;background:#fff}
.cs-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.cs-stat{height:116px;border:1px solid #e5e5e5;border-radius:7px;background:#fff;display:grid;grid-template-columns:64px auto;align-items:center;padding:0 34px;column-gap:22px}
.cs-stat i{grid-row:1 / span 2;width:52px;height:52px;border-radius:50%;background:var(--hope-red);color:#fff;display:flex;align-items:center;justify-content:center;font-style:normal;flex:0 0 auto}
.cs-stat i svg{width:26px;height:26px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.cs-stat strong{grid-column:2;font-size:27px;color:#111;line-height:1;font-weight:800;align-self:end;white-space:nowrap}
.cs-stat span{grid-column:2;display:block;color:#606873;font-size:13px;margin-top:8px;align-self:start;white-space:nowrap}
.cs-section{padding:40px 0;background:#fff}
.cs-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}
.cs-section-head h2{font-family:"Noto Serif SC",serif!important;font-size:25px;line-height:1.35;color:#111;margin:0;position:relative;padding-left:14px}
.cs-section-head h2:before{content:"";position:absolute;left:0;top:5px;width:4px;height:24px;background:var(--hope-red)}
.cs-section-head>a{color:var(--hope-red)!important;font-size:13px;font-weight:700}
.cs-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.cs-featured-card{border:1px solid #e5e5e5;border-radius:7px;background:#fff;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.035)}
.cs-featured-card>img{height:240px;width:100%;object-fit:cover}
.cs-featured-card>div{padding:26px 26px 24px}
.cs-featured-card em,.cs-mini-card em{display:block;color:var(--hope-red);font-style:normal;font-size:13px;font-weight:700;margin-bottom:12px}
.cs-featured-card h3{font-family:"Noto Serif SC",serif!important;font-size:24px;line-height:1.35;color:#111;margin:0 0 12px;font-weight:700}
.cs-featured-card strong{display:block;color:#555c66;font-size:14px;margin-bottom:18px}
.cs-featured-card p{font-size:14px;line-height:2;color:#6a7079;margin:0 0 26px}
.cs-featured-card small{display:block;color:#777d86;font-size:13px}
.cs-filter-head{margin-top:8px}
.cs-filter-head div{display:flex;gap:12px}
.cs-filter-head button{height:34px;border:1px solid #e3e3e3;border-radius:18px;background:#fff;color:#666d76;padding:0 18px;font-size:13px}
.cs-filter-head button.is-active{border-color:#efb9ba;color:var(--hope-red)}
.cs-more-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.cs-mini-card{position:relative;min-height:162px;border:1px solid #e5e5e5;border-radius:7px;background:#fff;display:grid;grid-template-columns:150px 1fr;overflow:hidden}
.cs-mini-card img{width:150px;height:112px;object-fit:cover}
.cs-mini-card>div{padding:24px 24px 8px}
.cs-mini-card h3{font-family:"Noto Serif SC",serif!important;font-size:19px;line-height:1.35;color:#111;margin:0 0 10px}
.cs-mini-card p{font-size:13px;color:#666d76;margin:0}
.cs-mini-card small{position:absolute;left:18px;right:44px;bottom:18px;color:#777d86;font-size:12px}
.cs-mini-card>span{position:absolute;right:22px;bottom:18px;font-size:24px;color:#111}
.cs-mini-card.is-case-hidden{display:none}
.cs-notice{margin-top:56px;border:1px solid #efb9ba;border-radius:7px;background:#fff;display:grid;grid-template-columns:52px 1fr;gap:14px;padding:26px 30px;color:#666d76}
.cs-notice i{color:var(--hope-red);font-style:normal;font-size:24px;text-align:center}
.cs-notice strong{display:block;color:var(--hope-red);font-size:15px;margin-bottom:10px}
.cs-notice p{margin:0;font-size:13px;line-height:1.9}
.cs-cta-section{padding-top:28px}
.cs-red-cta{height:232px;border-radius:7px;overflow:hidden;display:grid;grid-template-columns:560px 1fr;position:relative;background:#fff}
.cs-red-cta:before{content:"";position:absolute;left:0;top:0;bottom:0;width:600px;background:linear-gradient(135deg,#c4000c,#b90008);clip-path:polygon(0 0,94% 0,82% 100%,0 100%);z-index:2}
.cs-red-cta>div{position:relative;z-index:3;color:#fff;padding:48px 44px}
.cs-red-cta h2{font-family:"Noto Serif SC",serif!important;font-size:32px;line-height:1.32;margin:0 0 16px;color:#fff;font-weight:700}
.cs-red-cta p{margin:0;color:#ffe7e7;font-size:15px}
.cs-red-cta img{position:absolute;top:0;right:0;bottom:0;left:500px;z-index:1;width:calc(100% - 500px);height:232px;object-fit:cover;object-position:center 44%}
.cs-red-cta .a-btn{position:absolute;right:36px;bottom:28px;z-index:4;width:222px;justify-content:center;border:1px solid rgba(255,255,255,.7);box-shadow:none}

.pd-hero{position:relative;min-height:430px;background:linear-gradient(90deg,#fff 0%,#f8fbfd 52%,#eef3f5 100%);overflow:hidden}
.pd-hero-bg{position:absolute;inset:0 0 0 44%;opacity:.28}
.pd-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}
.pd-hero-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.78) 18%,rgba(255,255,255,.18) 58%,rgba(255,255,255,.78) 100%)}
.pd-hero-inner{position:relative;z-index:1;min-height:430px;display:grid;grid-template-columns:1fr 350px;gap:68px;align-items:center;padding-top:48px;padding-bottom:90px}
.pd-hero-copy h1{font-family:"Noto Serif SC",serif!important;font-size:46px;line-height:1.18;color:#0f0f10;margin:0 0 22px;font-weight:700;letter-spacing:0}
.pd-hero-copy p{font-size:15px;line-height:2;color:#555c66;max-width:700px;margin:22px 0 0}
.pd-pill{display:inline-flex;height:38px;align-items:center;padding:0 16px;border:1px solid var(--hope-red);border-radius:4px;color:var(--hope-red);background:#fff;font-size:15px;font-weight:700}
.pd-program-card{border:1px solid var(--hope-red);border-radius:7px;background:rgba(255,255,255,.9);padding:34px 30px;box-shadow:0 18px 42px rgba(0,0,0,.06)}
.pd-program-card strong{display:block;font-size:34px;line-height:1;color:#111;font-weight:400;letter-spacing:.5px;margin-bottom:22px}
.pd-program-card strong::first-letter{color:var(--hope-red)}
.pd-program-card h2{font-family:"Noto Serif SC",serif!important;font-size:22px;line-height:1.4;color:var(--hope-red);font-weight:700;margin:0 0 22px}
.pd-program-card p{margin:0 0 14px;color:#555c66;font-size:14px;line-height:1.8}
.pd-program-card p:before{content:"✓";color:var(--hope-red);font-weight:800;margin-right:10px}
.pd-proof-strip{position:absolute;left:34px;right:auto;bottom:34px;width:calc(100% - 486px);height:58px;background:linear-gradient(135deg,var(--hope-red),var(--hope-red-dark));border-radius:7px;box-shadow:0 12px 26px rgba(201,21,27,.14);display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:0 28px}
.pd-proof-strip div{display:flex;align-items:center;justify-content:center;gap:12px;color:#fff;font-size:15px;font-weight:500;border-right:1px solid rgba(255,255,255,.28);height:34px;white-space:nowrap}
.pd-proof-strip div:last-child{border-right:0}
.pd-proof-strip span{color:#fff;font-weight:800;font-size:21px;line-height:1}
.pd-main{background:#f7f7f7;padding:44px 0 58px}
.pd-layout{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:start}
.pd-section{background:#fff;border:1px solid #e8e8e8;border-radius:7px;padding:34px;margin-bottom:22px;box-shadow:0 10px 28px rgba(0,0,0,.035)}
.pd-section h2{font-family:"Noto Serif SC",serif!important;font-size:24px;line-height:1.35;color:#111;margin:0 0 24px;font-weight:700}
.pd-sub{margin:-12px 0 26px;color:#666d76;font-size:14px;line-height:1.8}
.pd-overview{display:grid;grid-template-columns:170px 1fr;border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;font-size:14px}
.pd-overview div{min-height:45px;padding:12px 18px;border-bottom:1px solid #e5e5e5;display:flex;align-items:center}
.pd-overview div:nth-child(odd){background:#fafafa;color:#666d76}
.pd-overview div:nth-child(even){color:#333;font-weight:500}
.pd-overview div:nth-last-child(-n+2){border-bottom:0}
.pd-sell-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.pd-sell{min-height:178px;border:1px solid #e8e8e8;border-radius:7px;padding:24px 18px 20px;background:linear-gradient(180deg,#fff,#fffafa)}
.pd-sell b{width:34px;height:34px;border-radius:50%;background:var(--hope-red);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;line-height:1;font-family:"Noto Serif SC",serif;margin-bottom:24px}
.pd-sell h3{font-family:"Noto Serif SC",serif!important;font-size:18px;color:#111;line-height:1.35;margin:0 0 12px;font-weight:700}
.pd-sell p{margin:0;color:#6a7079;font-size:13px;line-height:1.75}
.pd-path{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;position:relative;margin:28px 0 34px}
.pd-path:before{content:none}
.pd-path-step{position:relative;z-index:1;min-height:126px;border:1px solid #e8e8e8;border-radius:7px;background:#fff;text-align:center;padding:24px 14px 18px}
.pd-path-step:not(:last-child):after{content:none}
.pd-path-step i{width:34px;height:34px;border:1px solid var(--hope-red);border-radius:4px;color:var(--hope-red);font-style:normal;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:18px}
.pd-path-step h3{font-size:14px;color:#111;margin:0 0 8px;font-weight:700}
.pd-path-step p{margin:0;color:#777d86;font-size:12px;line-height:1.55}
.pd-mini-title{font-size:22px!important;margin:34px 0 18px!important;padding-top:24px;border-top:1px solid #e5e5e5}
.pd-audience{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.pd-audience div{height:76px;border:1px solid #dedede;border-radius:7px;padding:12px 14px;text-align:center;color:var(--hope-red);display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff}
.pd-audience span{display:block;color:var(--hope-red);font-size:17px;line-height:1;margin:0 0 8px;font-weight:400}
.pd-audience b{display:block;color:#666d76;font-size:12px;font-weight:500;line-height:1.45;letter-spacing:0;white-space:pre-line;max-width:150px}
.pd-faqs details{border:1px solid #e8e8e8;border-radius:5px;background:#fff;margin-bottom:9px;overflow:hidden}
.pd-faqs summary{list-style:none;cursor:pointer;min-height:34px;padding:8px 38px 8px 14px;color:#333;font-size:13px;position:relative}
.pd-faqs summary::-webkit-details-marker{display:none}
.pd-faqs summary:after{content:"⌄";position:absolute;right:14px;top:8px;color:#888}
.pd-faqs details[open] summary:after{content:"⌃"}
.pd-faqs p{margin:0;padding:0 14px 14px;color:#666d76;font-size:13px;line-height:1.8}
.pd-more{display:inline-flex;margin-top:10px}
.pd-sidebar{position:sticky;top:118px}
.pd-consult,.pd-related{background:#fff;border:1px solid #e8e8e8;border-radius:7px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.045)}
.pd-consult-head{background:linear-gradient(135deg,#d71920,#b80d13);color:#fff;padding:28px 30px}
.pd-consult-head h3{font-family:"Noto Serif SC",serif!important;margin:0 0 8px;font-size:22px;line-height:1.35;font-weight:700;color:#fff}
.pd-consult-head p{margin:0;color:#ffe5e5;font-size:13px}
.pd-consult form{padding:28px 30px 18px}
.pd-consult form>label:not(.form-consent){display:block;margin:0 0 6px;color:#555;font-size:12px;font-weight:700}
.pd-consult input,.pd-consult select{width:100%;height:44px;border:1px solid #ddd;border-radius:5px;background:#fff;color:#333;padding:0 14px;margin-bottom:14px;font-size:13px}
.pd-consult button{width:100%;height:46px;border:0;border-radius:5px;background:linear-gradient(135deg,var(--hope-red),var(--hope-red-dark));color:#fff;font-size:15px;font-weight:700;cursor:pointer}
.pd-success{margin:28px 30px 18px;background:#fff7f7;border:1px solid #f3d5d5;color:#a80d13;border-radius:6px;padding:16px;text-align:center;font-weight:700}
.pd-phone{display:flex;gap:14px;align-items:center;margin:0 30px;padding:22px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}
.pd-phone b{font-size:24px;color:var(--hope-red)}
.pd-phone strong{display:block;color:var(--hope-red);font-size:22px;line-height:1;font-weight:800}
.pd-phone span{display:block;margin-top:8px;font-size:12px;color:#888}
.pd-wechat{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:center;padding:22px 30px 28px}
.pd-wechat-action{min-width:0;display:grid;gap:14px;align-content:center}
.pd-wechat p{margin:0;color:#666d76;font-size:13px;line-height:1.7}
.pd-qr{display:block;width:100%;height:auto;aspect-ratio:1/1;box-sizing:border-box;object-fit:cover;border:6px solid #fff;box-shadow:0 0 0 1px #ddd;background:
  linear-gradient(90deg,#111 10px,transparent 10px 18px,#111 18px 26px,transparent 26px),
  linear-gradient(#111 10px,transparent 10px 18px,#111 18px 26px,transparent 26px),
  repeating-linear-gradient(45deg,#111 0 4px,#fff 4px 8px);background-blend-mode:normal}
.pd-consult-link{display:flex;align-items:center;justify-content:center;min-height:42px;padding:0 12px;border-radius:5px;background:linear-gradient(135deg,var(--hope-red),var(--hope-red-dark));color:#fff!important;font-size:14px;font-weight:700;text-align:center;box-shadow:0 10px 22px rgba(201,21,27,.18)}
.pd-related{margin-top:20px;padding:28px 30px}
.pd-brochure{display:flex;margin:0 30px 28px;justify-content:center}
.pd-related h3{font-family:"Noto Serif SC",serif!important;font-size:22px;line-height:1.35;color:#111;margin:0 0 20px;font-weight:700}
.pd-related-item{display:grid;grid-template-columns:88px 1fr;gap:16px;padding:0 0 20px;margin-bottom:20px;border-bottom:1px solid #eee}
.pd-related-item img{width:88px;height:88px;object-fit:cover;border-radius:5px}
.pd-related-item b{display:block;color:#111;font-size:15px;line-height:1.45;margin-bottom:6px}
.pd-related-item em{display:block;color:var(--hope-red);font-style:normal;font-size:12px;font-weight:700;margin-bottom:9px}
.pd-related-item small{color:#111;font-size:12px;font-weight:700}
.pd-all{display:inline-flex;color:var(--hope-red)!important;font-weight:700;font-size:13px;margin-top:8px}
.pd-bottom-cta{margin-top:30px;height:238px;border:1px solid #efbfc0;border-radius:7px;background:linear-gradient(90deg,#fff 0%,#fff 42%,#fff8f8 70%,#fff1f1 100%);overflow:hidden;display:block;position:relative;box-shadow:none}
.pd-bottom-cta:before{content:"";position:absolute;top:0;bottom:0;right:350px;width:240px;background:linear-gradient(90deg,#fff 0%,rgba(255,250,250,.96) 28%,rgba(255,246,246,.68) 62%,rgba(255,246,246,0) 100%);z-index:2;pointer-events:none}
.pd-bottom-cta:after{content:"";position:absolute;right:0;top:0;width:5px;height:100%;background:var(--hope-red);z-index:3}
.pd-bottom-cta>div{position:relative;z-index:4;width:calc(100% - 445px);height:100%;padding:42px 42px 28px}
.pd-bottom-cta h2{font-family:"Noto Serif SC",serif!important;font-size:27px;line-height:1.35;color:#111;margin:0 0 14px;font-weight:700}
.pd-bottom-cta p{color:#555c66;margin:0 0 24px;font-size:15px}
.pd-bottom-cta img{position:absolute;top:0;right:0;z-index:1;height:238px;width:445px;object-fit:cover;object-position:center;display:block}
.pd-cta-tags{display:flex;gap:44px;flex-wrap:wrap;margin-bottom:9px}
.pd-cta-tags span{color:#555c66;font-size:13px;display:inline-flex;align-items:center}
.pd-cta-tags span:before{content:"";width:8px;height:8px;border:2px solid #d71920;background:#d71920;box-shadow:inset 0 0 0 2px #fff;margin-right:14px;flex:0 0 auto}
.pd-bottom-cta .a-btn{height:52px;min-width:112px;padding:0 26px;justify-content:center}

.a-detail-layout{display:grid;grid-template-columns:1fr 340px;gap:38px;align-items:start}
.a-detail-section{background:#fff;border:1px solid var(--hope-line);border-radius:7px;padding:28px 30px;margin-bottom:22px;box-shadow:0 10px 28px rgba(0,0,0,.05)}
.a-detail-section h2{font-family:"Noto Serif SC",serif!important;font-size:22px;font-weight:700;margin:0 0 20px;color:#111;padding-bottom:14px;border-bottom:2px solid var(--hope-red)}
.a-kv{display:grid;grid-template-columns:140px 1fr;gap:12px 18px;font-size:14px}
.a-kv div:nth-child(odd){color:#7a7f88}
.a-kv div:nth-child(even){font-weight:600;color:#222}
.a-sell-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.a-sell{border:1px solid #eee;border-radius:7px;padding:18px}
.a-sell b{color:var(--hope-red);font-family:"Noto Serif SC",serif;font-size:24px}
.a-sell h3{font-size:16px;margin:8px 0 6px;color:#111}
.a-path-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.a-path-step{background:#f7f7f7;border:1px solid #eee;border-radius:7px;padding:16px;text-align:center}
.a-path-step b{font-size:12px;color:var(--hope-red)}
.a-path-step h3{font-size:15px;color:#111;margin:7px 0 4px}
.a-sidebar{position:sticky;top:118px}
.a-consult-card{background:#fff;border:1px solid var(--hope-line);border-top:5px solid var(--hope-red);border-radius:7px;padding:26px;box-shadow:0 14px 34px rgba(0,0,0,.09)}
.a-consult-card h3{font-family:"Noto Serif SC",serif!important;font-size:20px;font-weight:700;margin:0 0 10px;color:#111}
.a-consult-card p{font-size:13px;color:#666d76;line-height:1.8;margin:0 0 18px}
.a-qr{width:96px;height:96px;border:1px solid #e8e8e8;background:repeating-linear-gradient(45deg,#111 0 4px,#fff 4px 8px);opacity:.16;border-radius:4px}
.a-related{background:#fff;border:1px solid var(--hope-line);border-radius:7px;padding:20px;margin-top:16px}
.a-related a{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #f0f0f0;font-size:13px;font-weight:600}
.a-related a:last-child{border-bottom:0}

.he-footer{background:#111;color:#bdbdbd;padding:58px 0 30px;font-size:13px}
.he-footer-inner{max-width:1470px;margin:0 auto;padding:0 34px}
.he-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:42px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.12)}
.he-footer img{height:58px;width:auto;background:#fff;border-radius:4px;padding:8px}
.he-footer h5{margin:0 0 14px;color:#fff;font-size:15px}
.he-footer a,.he-footer span{color:#bdbdbd!important;line-height:1.8}
.he-footer-links{display:flex;flex-direction:column;gap:8px}
.he-footer-bottom{padding-top:20px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#868686;font-size:12px}

.legal-header{height:72px;border-bottom:1px solid #eee;background:#fff;position:sticky;top:0;z-index:20}
.legal-header-inner{max-width:1120px;height:100%;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.legal-header img{width:auto;height:52px}
.legal-header nav{display:flex;align-items:center;gap:22px;color:#333;font-size:14px;font-weight:700}
.legal-header .legal-hotline{color:var(--hope-red)!important}
.legal-main{min-height:70vh;background:#f7f7f7;padding:56px 24px 80px}
.legal-article{max-width:920px;margin:0 auto;background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:48px 56px;box-shadow:0 14px 36px rgba(0,0,0,.05)}
.legal-article .a-breadcrumb{margin-bottom:20px}
.legal-article h1{font-family:"Noto Serif SC","Songti SC",STSong,serif;margin:0;color:#111;font-size:36px;line-height:1.35}
.legal-meta{margin:12px 0 36px;color:#888;font-size:13px}
.legal-article h2{margin:34px 0 12px;color:#171717;font-size:21px;line-height:1.45}
.legal-article p,.legal-article li{color:#535b66;font-size:15px;line-height:1.95}
.legal-article ul,.legal-article ol{padding-left:24px}
.legal-note{margin-top:30px;padding:18px 20px;border-left:4px solid var(--hope-red);background:#fff7f7;color:#6f3437;font-size:14px;line-height:1.8}
.legal-footer{background:#111;color:#aaa;padding:28px 24px;text-align:center;font-size:13px;line-height:1.9}
.legal-footer a{color:#ddd!important}
.not-found{min-height:70vh;display:grid;place-items:center;padding:48px 24px;text-align:center;background:#f7f7f7}
.not-found strong{display:block;color:var(--hope-red);font-family:"Noto Serif SC","Songti SC",STSong,serif;font-size:88px;line-height:1}
.not-found h1{margin:18px 0 10px;color:#111;font-size:30px}
.not-found p{margin:0 0 24px;color:#6d7480}

.pc-page,.pa-page{background:#fff;color:#30343a}
.pc-hero{background:#fff;border-bottom:1px solid #eee}
.pc-hero-inner{min-height:405px;display:grid;grid-template-columns:1fr 470px;gap:82px;align-items:center;padding-top:42px;padding-bottom:58px}
.pc-hero-copy h1{font-family:"Noto Serif SC",serif!important;font-size:46px;line-height:1.32;color:#111;margin:0;font-weight:700}
.pc-hero-copy p{max-width:620px;color:#59616c;font-size:15px;line-height:2;margin:22px 0 0}
.pc-rule{width:62px;height:4px;background:var(--hope-red);margin:24px 0 0}
.pc-hero-panel{height:245px;border:1px solid #efb9ba;border-radius:8px;background:#fff;padding:28px 32px;box-shadow:0 14px 34px rgba(0,0,0,.045)}
.pc-hero-panel strong{display:block;color:#111;font-size:19px;margin-bottom:18px}
.pc-hero-panel>div{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.pc-hero-panel span{min-height:48px;border:1px solid #eee;border-radius:6px;display:flex;align-items:center;padding:0 14px;color:#555;font-size:13px;background:#fafafa}
.pc-hero-panel i{display:inline-flex;width:18px;height:18px;border-radius:50%;background:#fff;color:var(--hope-red);border:1px solid #efb9ba;align-items:center;justify-content:center;font-style:normal;font-size:11px;margin-right:8px;flex:0 0 auto}
.pc-section{padding:64px 0;background:#fff}
.pc-soft{background:#f7f7f7}
.pc-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:34px}
.pc-title h2{font-family:"Noto Serif SC",serif!important;font-size:28px;line-height:1.35;color:#111;margin:0;position:relative;padding-left:15px;font-weight:700}
.pc-title h2:before{content:"";position:absolute;left:0;top:5px;width:4px;height:25px;background:var(--hope-red)}
.pc-title p{margin:12px 0 0;color:#68707b;font-size:14px}
.pc-section-head>span{color:#8b929b;font-size:13px}
.pc-feature-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:28px}
.pc-lead-card{border:1px solid #e5e5e5;border-radius:7px;background:#fff;overflow:hidden;display:grid;grid-template-columns:46% 1fr;box-shadow:0 14px 34px rgba(0,0,0,.055)}
.pc-lead-card img{width:100%;height:100%;min-height:420px;object-fit:cover}
.pc-lead-card>div{padding:34px 34px 30px}
.pc-lead-card em{display:inline-flex;height:27px;align-items:center;border:1px solid #efb9ba;border-radius:3px;color:var(--hope-red);font-style:normal;font-size:12px;font-weight:700;padding:0 10px;margin-bottom:18px}
.pc-lead-card h3{font-family:"Noto Serif SC",serif!important;font-size:27px;line-height:1.35;color:#111;margin:0 0 16px;font-weight:700}
.pc-lead-card p{font-size:14px;line-height:1.95;color:#666d76;margin:0 0 24px}
.pc-lead-card small{color:#9a9a9a;font-size:12px}
.pc-rank-list{display:grid;gap:14px}
.pc-rank-item{min-height:102px;border:1px solid #e5e5e5;border-radius:7px;background:#fff;padding:22px 24px;display:grid;grid-template-columns:1fr 84px;gap:20px;align-items:center}
.pc-rank-item h3{font-family:"Noto Serif SC",serif!important;font-size:19px;line-height:1.45;color:#111;margin:0 0 8px;font-weight:700}
.pc-rank-item p{font-size:13px;color:#777d86;margin:0}
.pc-rank-item span{text-align:right;color:#aaa;font-size:12px}
.pc-rank-item b{display:block;color:var(--hope-red);font-size:25px;line-height:1;font-family:"Noto Serif SC",serif;margin-bottom:6px}
.pc-news-layout{display:grid;grid-template-columns:310px 1fr;gap:36px}
.pc-tabs{border-left:4px solid var(--hope-red);padding-left:22px}
.pc-tabs button{width:100%;height:52px;text-align:left;border:0;border-bottom:1px solid #e7e7e7;background:none;color:#555;font-size:16px;font-weight:700;cursor:pointer}
.pc-tabs button.is-active{color:var(--hope-red)}
.pc-news-content{min-width:0}
.pc-news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.pc-news-card{border:1px solid #e5e5e5;border-radius:7px;background:#fff;padding:24px 26px;min-height:178px;display:flex;flex-direction:column}
.pc-news-card em{font-style:normal;color:var(--hope-red);font-size:12px;font-weight:800}
.pc-news-card h3{font-family:"Noto Serif SC",serif!important;font-size:20px;line-height:1.4;color:#111;margin:12px 0 12px;font-weight:700}
.pc-news-card p{font-size:13px;color:#6e747d;line-height:1.8;margin:0}
.pc-news-card small{display:block;margin-top:auto;padding-top:18px;color:#111;font-size:12px;font-weight:800}
.pc-pagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:24px}
.pc-pagination.is-hidden{display:none}
.pc-pagination>span{color:#8b929b;font-size:12px;margin-right:8px}
.pc-pagination button{width:36px;height:36px;border:1px solid #dedede;border-radius:4px;background:#fff;color:#555;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;line-height:1}
.pc-pagination button:hover:not(:disabled){border-color:#d10b15;color:var(--hope-red)}
.pc-pagination button.is-active{border-color:var(--hope-red);background:var(--hope-red);color:#fff;font-weight:700}
.pc-pagination button:disabled{color:#b8bcc2;background:#f5f5f5;cursor:not-allowed}
.pc-pagination .pc-page-arrow{font-size:22px}
.pc-cta{min-height:176px;border:1px solid #efb9ba;border-radius:7px;background:#fff;display:grid;grid-template-columns:1fr 270px 220px;gap:26px;align-items:center;padding:34px}
.pc-cta h2{font-family:"Noto Serif SC",serif!important;font-size:28px;line-height:1.35;color:#111;margin:0 0 12px;font-weight:700}
.pc-cta p{margin:0;color:#68707b;font-size:14px}
.pc-cta-phone{border-left:1px solid #efcaca;padding-left:38px}
.pc-cta-phone b{display:block;color:var(--hope-red);font-size:26px;line-height:1.1}
.pc-cta-phone small{display:block;color:#888;margin-top:8px}
.pc-cta .a-btn{height:54px;justify-content:center}

.pa-hero{background:#fff;border-bottom:1px solid #eee}
.pa-hero-inner{min-height:360px;display:flex;align-items:center;padding-top:46px;padding-bottom:56px}
.pa-tag{display:inline-flex;height:30px;align-items:center;border:1px solid #efb9ba;border-radius:3px;color:var(--hope-red);font-size:13px;font-weight:700;padding:0 12px;margin-bottom:22px}
.pa-hero h1{font-family:"Noto Serif SC",serif!important;font-size:43px;line-height:1.36;color:#111;margin:0 0 20px;font-weight:700;max-width:900px}
.pa-hero p{max-width:780px;color:#59616c;font-size:15px;line-height:2;margin:0}
.pa-meta{display:flex;gap:20px;flex-wrap:wrap;color:#8b929b;font-size:13px;margin-top:24px}
.pa-main{padding:52px 0 70px;background:#f7f7f7}
.pa-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;align-items:start}
.pa-article{background:#fff;border:1px solid #e5e5e5;border-radius:7px;padding:34px 38px;box-shadow:0 12px 30px rgba(0,0,0,.045)}
.pa-cover{width:100%;height:360px;object-fit:cover;border-radius:6px;margin-bottom:34px}
.pa-block{padding:4px 0 24px}
.pa-block h2{font-family:"Noto Serif SC",serif!important;color:#111;font-size:24px;line-height:1.4;margin:0 0 14px;font-weight:700;position:relative;padding-left:14px}
.pa-block h2:before{content:"";position:absolute;left:0;top:6px;width:4px;height:24px;background:var(--hope-red)}
.pa-block p{font-size:15px;line-height:2.05;color:#555c66;margin:0}
.pa-note{border:1px solid #efb9ba;border-radius:7px;background:#fffafa;padding:22px 24px;margin-top:8px;color:#666d76}
.pa-note strong{display:block;color:var(--hope-red);margin-bottom:8px}
.pa-note p{margin:0;font-size:13px;line-height:1.9}
.pa-bottom-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:28px;padding-top:24px;border-top:1px solid #eee}
.pa-bottom-nav a{font-size:14px;font-weight:700;color:var(--hope-red)!important}
.pa-sidebar{position:sticky;top:118px;display:grid;gap:18px}
.pa-card{background:#fff;border:1px solid #e5e5e5;border-radius:7px;padding:26px;box-shadow:0 12px 30px rgba(0,0,0,.045)}
.pa-card h3{font-family:"Noto Serif SC",serif!important;color:#111;font-size:21px;line-height:1.4;margin:0 0 12px;font-weight:700}
.pa-consult p{color:#666d76;font-size:13px;line-height:1.85;margin:0 0 20px}
.pa-consult .a-btn{height:48px;width:100%;justify-content:center}
.pa-related a{display:block;padding:16px 0;border-bottom:1px solid #eee}
.pa-related a:last-child{border-bottom:0;padding-bottom:0}
.pa-related em{display:block;color:var(--hope-red);font-style:normal;font-size:12px;font-weight:700;margin-bottom:6px}
.pa-related span{display:block;color:#111;font-size:14px;line-height:1.55;font-weight:700}

.abt-page{background:#fff;color:#30343a}
.abt-container{max-width:1380px;margin:0 auto;padding:0 34px}
.abt-hero{position:relative;min-height:462px;background:#fff;overflow:hidden;border-bottom:1px solid #efefef}
.abt-hero-bg{position:absolute;top:0;bottom:0;left:43%;right:0;z-index:0}
.abt-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}
.abt-hero-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 23%,rgba(255,255,255,.58) 50%,rgba(255,255,255,.08) 100%)}
.abt-hero-bg:after{content:"";position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff)}
.abt-hero-inner{position:relative;z-index:1;min-height:462px;display:grid;grid-template-columns:1fr 420px;gap:92px;align-items:center;padding-top:22px;padding-bottom:46px}
.abt-breadcrumb{display:flex;align-items:center;gap:9px;color:#8b9098;font-size:13px;margin-bottom:38px}
.abt-breadcrumb a{color:#7e848c!important}
.abt-hero h1{font-family:"Noto Serif SC",serif!important;font-size:43px;line-height:1.45;font-weight:700;color:#111;margin:0;letter-spacing:0}
.abt-hero p{max-width:520px;margin:30px 0 0;color:#606873;font-size:15px;line-height:2}
.abt-stock-card{height:194px;border:1px solid rgba(201,21,27,.42);border-radius:7px;background:rgba(255,255,255,.78);box-shadow:0 16px 42px rgba(0,0,0,.08);backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:34px;margin-right:38px}
.abt-stock-card i{width:54px;height:54px;border:1px solid rgba(201,21,27,.38);border-radius:5px;display:flex;align-items:center;justify-content:center;color:var(--hope-red);margin-bottom:22px}
.abt-stock-card svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.abt-stock-card strong{font-size:43px;line-height:1;color:var(--hope-red);font-weight:800;letter-spacing:1.5px;margin-bottom:18px}
.abt-stock-card span{color:#4e555f;font-size:16px;font-weight:700}
.abt-section{padding:70px 0;background:#fff}
.abt-soft{background:#f7f7f7}
.abt-kicker{font-size:14px;line-height:1;color:var(--hope-red);font-weight:700;margin-bottom:24px}
.abt-title{font-family:"Noto Serif SC",serif!important;font-size:33px;line-height:1.42;color:#111;font-weight:700;margin:0 0 34px;letter-spacing:0}
.abt-intro-grid{display:grid;grid-template-columns:600px 1fr;gap:66px;align-items:center}
.abt-campus{height:432px;width:100%;border-radius:7px;object-fit:cover;box-shadow:0 18px 42px rgba(0,0,0,.1)}
.abt-intro-copy{padding-top:2px}
.abt-intro-copy>p{max-width:560px;margin:0 0 13px;color:#59616b;font-size:16px;line-height:2.05}
.abt-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px}
.abt-mini-card{height:184px;border:1px solid #e8e8e8;border-radius:7px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 10px 26px rgba(0,0,0,.035)}
.abt-mini-card i,.abt-strength-card i,.abt-qual-card i,.abt-timeline-item i{display:block;color:var(--hope-red);background:currentColor;-webkit-mask:var(--abt-icon) center/contain no-repeat;mask:var(--abt-icon) center/contain no-repeat}
.abt-mini-card i{width:37px;height:37px;margin-bottom:24px}
.abt-mini-card strong{font-size:29px;line-height:1;color:#111;font-weight:700;margin-bottom:16px}
.abt-mini-card span{font-size:15px;color:#545b65;margin-bottom:9px}
.abt-mini-card small{font-size:12px;color:#8b9098;line-height:1.5}
.abt-strength-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.abt-strength-card{height:136px;border:1px solid #e5e5e5;border-radius:6px;background:#fff;display:flex;align-items:center;gap:24px;padding:0 32px;box-shadow:0 10px 26px rgba(0,0,0,.035);overflow:hidden}
.abt-strength-card i{width:38px;height:38px;flex:0 0 38px}
.abt-strength-card>div{min-width:0;display:block}
.abt-strength-card strong{display:block;font-size:27px;line-height:1;color:#111;font-weight:700;white-space:nowrap}
.abt-strength-card span{display:block;margin-top:11px;color:#545b65;font-size:14px;line-height:1.35;white-space:nowrap}
.abt-strength-card small{display:block;margin-top:7px;color:#8b9098;font-size:12px;line-height:1.45;white-space:normal}
.abt-qual-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.abt-qual-card{min-height:168px;border:1px solid #e5e5e5;border-radius:6px;background:#fff;padding:34px 32px 30px;box-shadow:0 10px 26px rgba(0,0,0,.03)}
.abt-qual-card i{width:39px;height:39px;margin-bottom:24px}
.abt-qual-card h3{font-size:19px;line-height:1.35;color:#111;font-weight:700;margin:0 0 14px}
.abt-qual-card p{margin:0;color:#606873;font-size:14px;line-height:1.85}
.abt-history{background:linear-gradient(180deg,#fff 0%,#fff 72%,#fafafa 100%)}
.abt-timeline{max-width:1040px;margin-left:116px;position:relative;padding-top:4px}
.abt-timeline:before{content:"";position:absolute;left:136px;top:26px;bottom:32px;width:1px;background:#dfdfdf}
.abt-timeline-item{position:relative;display:grid;grid-template-columns:116px 42px 1fr;gap:27px;align-items:start;min-height:108px}
.abt-timeline-item:not(:last-child){margin-bottom:18px}
.abt-year{font-family:"Noto Serif SC",serif!important;color:#333;font-size:17px;font-weight:700;text-align:right;padding-top:7px}
.abt-timeline-item i{width:42px;height:42px;border-radius:50%;background:var(--hope-red);position:relative;z-index:1;box-shadow:0 0 0 13px #fff}
.abt-timeline-item i{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e7e7e7;-webkit-mask:none;mask:none;color:var(--hope-red)}
.abt-timeline-item i:before{content:"";width:23px;height:23px;display:block;background:currentColor;-webkit-mask:var(--abt-icon) center/contain no-repeat;mask:var(--abt-icon) center/contain no-repeat}
.abt-timeline-item h3{font-size:17px;line-height:1.45;color:#111;font-weight:700;margin:2px 0 8px}
.abt-timeline-item p{margin:0;color:#606873;font-size:14px;line-height:1.8;max-width:760px}
.abt-center-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.abt-center-card{border:1px solid #e6e6e6;border-radius:6px;background:#fff;overflow:hidden;box-shadow:0 12px 28px rgba(0,0,0,.04)}
.abt-center-card img{height:206px;width:100%;object-fit:cover}
.abt-center-card>div{padding:20px 24px 22px}
.abt-center-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.abt-center-head h3{font-size:18px;color:#111;line-height:1.3;font-weight:700;margin:0}
.abt-center-head span{height:24px;display:inline-flex;align-items:center;border:1px solid #f0cccc;border-radius:2px;background:#fff7f7;color:var(--hope-red);font-size:12px;padding:0 10px;white-space:nowrap}
.abt-center-card p{margin:0;color:#69717b;font-size:13px;line-height:1.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.abt-ico-building{--abt-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 21V7.5L12 3l8 4.5V21h-2V8.7l-6-3.35l-6 3.35V21H4Zm4 0v-8h8v8h-2v-6h-4v6H8Zm1-10V9h2v2H9Zm4 0V9h2v2h-2Z'/%3E%3C/svg%3E")}
.abt-ico-users{--abt-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 11a4 4 0 1 1 0-8a4 4 0 0 1 0 8Zm8.5 1a3.5 3.5 0 1 1 0-7a3.5 3.5 0 0 1 0 7ZM1.5 21v-2.4C1.5 15.55 4.65 13 8 13s6.5 2.55 6.5 5.6V21h-13Zm14.8 0v-2.4c0-1.9-.8-3.55-2.05-4.85c.72-.46 1.55-.75 2.25-.75c3.1 0 6 2.34 6 5.2V21h-6.2Z'/%3E%3C/svg%3E")}
.abt-ico-globe{--abt-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 22a10 10 0 1 1 0-20a10 10 0 0 1 0 20Zm0-2c.72-.98 1.3-2.28 1.65-3.8h-3.3c.35 1.52.93 2.82 1.65 3.8Zm-4.03-3.8H4.8a8.07 8.07 0 0 0 4.3 3.26a13.1 13.1 0 0 1-1.13-3.26Zm8.06 0a13.1 13.1 0 0 1-1.13 3.26a8.07 8.07 0 0 0 4.3-3.26h-3.17ZM9.95 14.2h4.1c.1-.7.15-1.43.15-2.2s-.05-1.5-.15-2.2h-4.1c-.1.7-.15 1.43-.15 2.2s.05 1.5.15 2.2Zm-2.01 0A16.4 16.4 0 0 1 7.8 12c0-.76.05-1.5.14-2.2H4.05A8.1 8.1 0 0 0 3.75 12c0 .77.1 1.5.3 2.2h3.89Zm8.12 0h3.89c.2-.7.3-1.43.3-2.2c0-.77-.1-1.5-.3-2.2h-3.89c.09.7.14 1.44.14 2.2s-.05 1.5-.14 2.2Zm-5.71-6.4h3.3C13.3 6.28 12.72 4.98 12 4c-.72.98-1.3 2.28-1.65 3.8Zm4.55-3.26c.48.94.86 2.04 1.13 3.26h3.17a8.07 8.07 0 0 0-4.3-3.26Zm-5.8 0A8.07 8.07 0 0 0 4.8 7.8h3.17c.27-1.22.65-2.32 1.13-3.26Z'/%3E%3C/svg%3E")}
.abt-ico-clock{--abt-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 22a10 10 0 1 1 0-20a10 10 0 0 1 0 20Zm1-10.4V6h-2v6.4l4.6 2.75l1-1.65L13 11.6Z'/%3E%3C/svg%3E")}
.abt-ico-cert{--abt-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 21V3h14v10.35A6.98 6.98 0 0 0 17 13V5H7v14h6.35c.17.72.45 1.39.82 2H5Zm3-12V7h8v2H8Zm0 4v-2h6v2H8Zm9.5 9l-1.7-2.8l-3.2-.7l2.15-2.45l-.3-3.25l3.05 1.3l3.05-1.3l-.3 3.25l2.15 2.45l-3.2.7L17.5 22Z'/%3E%3C/svg%3E")}
.abt-ico-team{--abt-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12a4 4 0 1 1 0-8a4 4 0 0 1 0 8Zm-8 9v-2.5C4 15.45 9.33 14 12 14s8 1.45 8 4.5V21H4Zm15-9.5a3 3 0 0 1-2.23-.99a5.96 5.96 0 0 0 0-7.02A3 3 0 1 1 19 11.5ZM21.5 21v-2.5c0-1.62-.75-2.91-1.9-3.89c1.97.5 3.9 1.62 3.9 3.39v3h-2Z'/%3E%3C/svg%3E")}
.abt-ico-doc{--abt-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 21V3h10l4 4v6.1a6.95 6.95 0 0 0-2-.1V8h-3V5H7v14h6.1c.16.72.44 1.4.82 2H5Zm3-9v-2h7v2H8Zm0 4v-2h5v2H8Zm9.5 6l-3.2-3.2l1.4-1.4l1.8 1.8l3.8-3.8l1.4 1.4L17.5 22Z'/%3E%3C/svg%3E")}
.abt-ico-verify{--abt-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 3h8v8H3V3Zm2 2v4h4V5H5Zm8-2h8v8h-8V3Zm2 2v4h4V5h-4ZM3 13h8v8H3v-8Zm2 2v4h4v-4H5Zm12 7l-3.5-3.5l1.4-1.4l2.1 2.1l4.6-4.6L23 16l-6 6Z'/%3E%3C/svg%3E")}
.abt-ico-chart{--abt-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 20V4h2v14h14v2H4Zm4-4v-5h3v5H8Zm5 0V8h3v8h-3Zm5 0v-4h3v4h-3Z'/%3E%3C/svg%3E")}
.abt-ico-flag{--abt-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 22V3h11l.4 2H21v11h-7l-.4-2H7v8H5Zm2-10h8.25l.4 2H19V7h-4.25l-.4-2H7v7Z'/%3E%3C/svg%3E")}

.pa-page{background:#fff;color:#33363b}
.pa-page .pa-container{max-width:1320px;margin:0 auto;padding:0 34px}
.pa-page .pa-hero{position:relative;min-height:360px;background:#fff;overflow:hidden;border-bottom:1px solid #efefef}
.pa-page .pa-hero-bg{position:absolute;top:0;right:0;bottom:0;left:45%;opacity:.26}
.pa-page .pa-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}
.pa-page .pa-hero-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.93) 28%,rgba(255,255,255,.6) 58%,rgba(255,255,255,.2) 100%)}
.pa-page .pa-hero-inner{position:relative;z-index:1;min-height:360px;display:grid;grid-template-columns:1fr 430px;gap:78px;align-items:center;padding-top:44px;padding-bottom:54px}
.pa-page .pa-breadcrumb{font-size:13px;color:#8d939b;margin-bottom:42px}
.pa-page .pa-breadcrumb a{color:#7e858d!important}
.pa-page .pa-hero h1{font-family:"Noto Serif SC",serif!important;font-size:42px;line-height:1.35;color:#111;font-weight:700;letter-spacing:0;margin:0}
.pa-page .pa-hero h1 span{color:var(--hope-red)}
.pa-page .pa-hero p{max-width:650px;margin:26px 0 0;color:#5d6570;font-size:15px;line-height:2}
.pa-page .pa-b2b-card{height:176px;border:1px solid #efb4b6;border-radius:7px;background:rgba(255,255,255,.86);box-shadow:0 18px 42px rgba(0,0,0,.06);display:grid;grid-template-columns:78px 1fr;align-items:center;gap:24px;padding:0 42px;margin-top:30px}
.pa-page .pa-b2b-card .pa-ico{width:64px;height:64px;border-radius:50%;background:rgba(201,21,27,.11);color:var(--hope-red);display:flex;align-items:center;justify-content:center}
.pa-page .pa-b2b-card .pa-ico:before{width:34px;height:34px}
.pa-page .pa-b2b-card strong{display:block;font-size:31px;line-height:1;color:#111;font-weight:800;margin-bottom:14px}
.pa-page .pa-b2b-card span{display:block;color:#333b44;font-size:16px;font-weight:700}
.pa-page .pa-section{padding:64px 0;background:#fff}
.pa-page .pa-title{font-family:"Noto Serif SC",serif!important;font-size:30px;line-height:1.35;color:#111;font-weight:700;margin:0 0 36px;position:relative;padding-left:0}
.pa-page .pa-title:after{content:"";display:block;width:28px;height:4px;background:var(--hope-red);margin-top:14px}
.pa-page .pa-value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.pa-page .pa-value-card{height:220px;border:1px solid #e5e5e5;border-radius:7px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.045);padding:34px 26px 28px;display:flex;flex-direction:column}
.pa-page .pa-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px}
.pa-page .pa-card-top b{font-family:"Noto Serif SC",serif;color:var(--hope-red);font-size:35px;line-height:1;font-weight:700}
.pa-page .pa-card-top .pa-ico{width:32px;height:32px;color:var(--hope-red)}
.pa-page .pa-value-card h3{font-family:"Noto Serif SC",serif!important;font-size:19px;line-height:1.35;color:#111;font-weight:700;margin:0 0 14px}
.pa-page .pa-value-card p{margin:0;color:#666d76;font-size:13px;line-height:1.85}
.pa-page .pa-process-section{padding:62px 0 72px;background:radial-gradient(circle at 85% 45%,rgba(201,21,27,.28),rgba(201,21,27,0) 32%),linear-gradient(135deg,#111 0%,#151515 54%,#391115 100%);color:#fff}
.pa-page .pa-title-light{color:#fff;margin-bottom:38px}
.pa-page .pa-process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;position:relative}
.pa-page .pa-process-card{position:relative;height:276px;border:1px solid rgba(255,255,255,.1);border-radius:7px;background:rgba(255,255,255,.07);box-shadow:0 18px 36px rgba(0,0,0,.18);padding:34px 26px 26px;text-align:center;display:flex;flex-direction:column;align-items:center}
.pa-page .pa-process-card:not(:last-child):after{content:"»";position:absolute;right:-19px;top:94px;color:#fff;font-size:28px;line-height:1;opacity:.82}
.pa-page .pa-process-card b{position:absolute;left:32px;top:26px;width:30px;height:30px;border-radius:50%;background:var(--hope-red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}
.pa-page .pa-process-card .pa-ico{width:50px;height:50px;color:#fff;margin:48px 0 28px}
.pa-page .pa-process-card .pa-ico:before{width:46px;height:46px}
.pa-page .pa-process-card h3{font-family:"Noto Serif SC",serif!important;color:#fff;font-size:19px;line-height:1.35;margin:0 0 17px;font-weight:700}
.pa-page .pa-process-card p{color:#eee;margin:0;font-size:13px;line-height:1.8}
.pa-page .pa-empower-section{padding-top:58px}
.pa-page .pa-empower-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.pa-page .pa-empower-card{position:relative;border:1px solid #e5e5e5;border-radius:7px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.045);overflow:hidden}
.pa-page .pa-empower-card img{height:214px;width:100%;object-fit:cover}
.pa-page .pa-empower-card>i{position:absolute;left:28px;top:178px;width:58px;height:58px;border-radius:50%;background:var(--hope-red);box-shadow:0 10px 22px rgba(201,21,27,.24);color:#fff;display:flex;align-items:center;justify-content:center}
.pa-page .pa-empower-card>i:before{width:28px;height:28px}
.pa-page .pa-empower-card>div{padding:48px 28px 30px;min-height:170px}
.pa-page .pa-empower-card h3{font-family:"Noto Serif SC",serif!important;font-size:21px;line-height:1.35;color:#111;font-weight:700;margin:0 0 13px}
.pa-page .pa-empower-card p{font-size:14px;line-height:1.85;color:#626a74;margin:0}
.pa-page .pa-apply-section{padding:10px 0 70px;background:#fff}
.pa-page .pa-apply-grid{display:grid;grid-template-columns:360px 1fr;gap:76px;align-items:center}
.pa-page .pa-apply-copy em{display:block;color:var(--hope-red);font-size:13px;font-weight:700;font-style:normal;margin-bottom:22px}
.pa-page .pa-apply-copy h2{font-family:"Noto Serif SC",serif!important;color:#111;font-size:31px;line-height:1.38;font-weight:700;margin:0 0 32px}
.pa-page .pa-apply-copy ul{list-style:none;margin:0 0 36px;padding:0;display:grid;gap:14px}
.pa-page .pa-apply-copy li{position:relative;color:#555d67;font-size:15px;padding-left:30px}
.pa-page .pa-apply-copy li:before{content:"✓";position:absolute;left:0;top:1px;width:18px;height:18px;border:1px solid var(--hope-red);border-radius:50%;color:var(--hope-red);font-size:12px;line-height:18px;text-align:center;font-weight:800}
.pa-page .pa-consult span{display:block;color:#111;font-size:14px;font-weight:800;margin-bottom:8px}
.pa-page .pa-consult strong{display:block;color:var(--hope-red);font-size:30px;line-height:1;font-weight:800;position:relative;padding-left:34px;margin-bottom:12px;white-space:nowrap}
.pa-page .pa-consult strong:before{content:"☎";position:absolute;left:0;top:1px;font-size:23px}
.pa-page .pa-consult small{display:block;color:#555d67;font-size:14px}
.pa-page .pa-form-card{border:1px solid #e5e5e5;border-radius:9px;background:#fff;box-shadow:0 18px 42px rgba(0,0,0,.09);padding:34px 40px}
.pa-page .pa-form-card form{display:grid;gap:18px}
.pa-page .pa-form-card label{display:grid;grid-template-columns:130px 1fr;align-items:center;gap:18px;margin:0}
.pa-page .pa-form-card label span{color:#333b44;font-size:14px;font-weight:700}
.pa-page .pa-form-card label b{color:var(--hope-red)}
.pa-page .pa-form-card input,.pa-page .pa-form-card select{height:46px;border:1px solid #ddd;border-radius:4px;background:#fff;padding:0 16px;color:#111;font-size:14px;outline:none}
.pa-page .pa-form-card input:focus,.pa-page .pa-form-card select:focus{border-color:#efb4b6;box-shadow:0 0 0 3px rgba(201,21,27,.08)}
.pa-page .pa-form-card button{grid-column:1 / -1;height:48px;border:0;border-radius:5px;background:linear-gradient(135deg,var(--hope-red),var(--hope-red-dark));color:#fff;font-size:15px;font-weight:700;cursor:pointer;margin-top:4px}
.pa-page .pa-form-card form>p{grid-column:1 / -1;margin:0;color:#8a9098;font-size:12px}
.pa-page .pa-form-card .form-consent{grid-column:1 / -1;display:flex!important;margin:0!important}
.pa-page .pa-form-card .form-consent input{min-width:16px}
.pa-page .pa-success{text-align:center;padding:46px 20px}
.pa-page .pa-success h3{font-family:"Noto Serif SC",serif!important;font-size:27px;color:#111;margin:0 0 10px}
.pa-page .pa-success p{margin:0;color:#666d76}
.pa-ico:before{content:"";display:block;width:100%;height:100%;background:currentColor;-webkit-mask:var(--pa-icon) center/contain no-repeat;mask:var(--pa-icon) center/contain no-repeat}
.pa-ico-handshake{--pa-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10.6 17.55L8.45 15.4l1.4-1.4l.75.75l3.55-3.55l1.4 1.4l-4.95 4.95ZM2 13.5l4.1-4.1l4.15 4.15l-1.4 1.4l-2.75-2.75L4.8 13.5L8.3 17H12v2H7.5L2 13.5Zm14.5 5.5H12v-2h3.7l3.5-3.5l-1.3-1.3l-2.75 2.75l-1.4-1.4L17.9 9.4l4.1 4.1L16.5 19ZM7.1 10.8L4 7.7L6.7 5h4.2l2.1 2.1L10.1 10H7.1Zm9.8 0h-3l-2.9-2.9L13.9 5h3.4L20 7.7l-3.1 3.1Z'/%3E%3C/svg%3E")}
.pa-ico-shield{--pa-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 22q-3.45-.85-5.73-3.88T4 11.25V5l8-3l8 3v6.25q0 3.85-2.27 6.88T12 22Zm0-2.1q2.6-.8 4.3-3.22T18 11.25V6.4l-6-2.25L6 6.4v4.85q0 3 1.7 5.43T12 19.9Zm-1.05-5.05l5.65-5.65l-1.4-1.4l-4.25 4.25l-1.85-1.85l-1.4 1.4l3.25 3.25Z'/%3E%3C/svg%3E")}
.pa-ico-users{--pa-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 11a4 4 0 1 1 0-8a4 4 0 0 1 0 8Zm8.5 1a3.5 3.5 0 1 1 0-7a3.5 3.5 0 0 1 0 7ZM1.5 21v-2.4C1.5 15.55 4.65 13 8 13s6.5 2.55 6.5 5.6V21h-13Zm14.8 0v-2.4c0-1.9-.8-3.55-2.05-4.85c.72-.46 1.55-.75 2.25-.75c3.1 0 6 2.34 6 5.2V21h-6.2Z'/%3E%3C/svg%3E")}
.pa-ico-cap{--pa-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21L5 17.2v-5L1 10l11-6l11 6l-11 6l-5-2.73v2.73L12 18.7l5-2.7v-3.6l2-1.1v5.9L12 21Zm0-7.3L18.85 10L12 6.3L5.15 10L12 13.7Z'/%3E%3C/svg%3E")}
.pa-ico-bank{--pa-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 21v-2h18v2H3Zm2-4v-7h2v7H5Zm4 0v-7h2v7H9Zm4 0v-7h2v7h-2Zm4 0v-7h2v7h-2ZM3 8V6l9-4l9 4v2H3Zm4.45-2h9.1L12 4L7.45 6Z'/%3E%3C/svg%3E")}
.pa-ico-clipboard{--pa-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 22V4h4.2Q9.55 2.85 10.5 2h3q.95.85 1.3 2H19v18H5Zm2-2h10V6h-3.5V4h-3v2H7v14Zm2-4h5v-2H9v2Zm0-4h6V10H9v2Z'/%3E%3C/svg%3E")}
.pa-ico-doc{--pa-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 21V3h10l4 4v14H5Zm2-2h10V8h-3V5H7v14Zm2-2h6v-2H9v2Zm0-4h6v-2H9v2Z'/%3E%3C/svg%3E")}
.pa-ico-coach{--pa-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12a4 4 0 1 1 0-8a4 4 0 0 1 0 8ZM4 21v-2.8c0-2.75 5.35-4.2 8-4.2s8 1.45 8 4.2V21h-2v-2.8c0-1.15-3.2-2.2-6-2.2s-6 1.05-6 2.2V21H4Zm15-8v-2h2V8h2v5h-4ZM1 13V8h2v3h2v2H1Z'/%3E%3C/svg%3E")}
.pa-ico-chart{--pa-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 20v-2h16v2H4Zm1-4v-5h3v5H5Zm5 0V7h3v9h-3Zm5 0v-4h3v4h-3Zm4.2-7.8L15 4l-4 4l-3-3l-4.4 4.4L5 10.8l3-3l3 3l4-4l2.8 2.8l1.4-1.4Z'/%3E%3C/svg%3E")}
.pa-ico-building{--pa-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 21V7l9-4l9 4v14h-7v-6h-4v6H3Zm2-2h3v-6h8v6h3V8.3l-7-3.1l-7 3.1V19Zm3-8h2V9H8v2Zm4 0h2V9h-2v2Zm4 0h2V9h-2v2Z'/%3E%3C/svg%3E")}
.pa-ico-screen{--pa-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 18V4h18v14H3Zm2-2h14V6H5v10Zm3 5v-2h8v2H8Zm1-7v-3h2v3H9Zm3 0V8h2v6h-2Zm3 0v-4h2v4h-2Z'/%3E%3C/svg%3E")}

@media(max-width:1180px){
  .he-nav{gap:24px}
  .he-phone{font-size:20px}
  .a-program-grid{grid-template-columns:repeat(2,1fr)}
  .a-page-hero .a-container{grid-template-columns:1fr}
  .pc-hero-inner{grid-template-columns:1fr 410px;gap:42px}
  .pc-feature-grid{grid-template-columns:1fr}
  .pc-news-layout{grid-template-columns:240px 1fr}
  .pc-cta{grid-template-columns:1fr 230px 200px}
  .pa-layout{grid-template-columns:minmax(0,1fr) 300px}
  .pa-page .pa-hero-inner{grid-template-columns:1fr 380px;gap:42px}
  .pa-page .pa-value-grid{gap:16px}
  .pa-page .pa-value-card{padding:30px 22px}
  .pa-page .pa-process-grid{gap:14px}
  .pa-page .pa-process-card{padding-left:18px;padding-right:18px}
  .pa-page .pa-apply-grid{grid-template-columns:320px 1fr;gap:42px}
  .abt-container{padding:0 34px}
  .abt-hero-inner{grid-template-columns:1fr 360px;gap:42px}
  .abt-intro-grid{grid-template-columns:1fr;gap:34px}
  .abt-campus{height:420px}
  .abt-mini-stats{margin-top:34px}
  .abt-strength-grid,.abt-qual-grid{grid-template-columns:repeat(2,1fr)}
  .abt-center-grid{grid-template-columns:repeat(2,1fr)}
}

@media(min-width:1380px){
  .abt-hero-bg{left:calc(50% - 210px);right:calc(50% - 690px)}
}

@media(max-width:900px){
  .he-top{display:none}
  .he-main{height:68px}
  .he-main-inner{height:68px;padding:0 18px;gap:16px}
  .he-logo img{height:43px}
  .he-nav,.he-actions .he-phone,.he-actions .he-cta{display:none}
  .he-actions{margin-left:auto}
  .he-menu{display:block}
  .he-mobile-panel{display:block;border-top:1px solid #eee;background:#fff;padding:12px 18px;box-shadow:0 12px 26px rgba(0,0,0,.08)}
  .he-mobile-panel a{display:block;padding:12px 0;color:#111;font-weight:600;border-bottom:1px solid #f0f0f0}
  .he-footer{padding-bottom:76px}
  .he-mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:90;display:grid;grid-template-columns:120px minmax(0,1fr);gap:10px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:#fff!important;border-top:1px solid var(--hope-line);box-shadow:0 -8px 24px rgba(0,0,0,.08)}
  .he-mobile-cta a{min-width:0;height:46px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;white-space:nowrap}
  .he-mobile-cta-phone{gap:7px;color:#111!important;border:1px solid #d9d9d9;background:#fff!important}
  .he-mobile-cta-phone span{color:var(--hope-red);font-size:17px}
  .he-mobile-cta-main{color:#fff!important;background:var(--hope-red)!important;box-shadow:0 8px 18px rgba(201,21,27,.2)}
  .a-container{padding:0 18px}
  .a-hero{min-height:auto}
  .a-hero-bg{position:relative;inset:auto;height:310px;margin-top:8px}
  .a-hero-bg:before{background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%)}
  .a-hero-inner{min-height:auto;display:block;padding-top:38px;padding-bottom:22px}
  .a-hero-copy{width:auto}
  .a-hero h1{font-size:34px;line-height:1.34}
  .a-hero p{font-size:15.5px}
  .a-hero-actions{gap:12px}
  .a-btn,.a-btn-outline{height:48px;padding:0 18px;gap:12px}
  .pa-page .pa-container{padding:0 18px}
  .pa-page .pa-hero{min-height:auto}
  .pa-page .pa-hero-bg{left:0;top:auto;height:220px;opacity:.22}
  .pa-page .pa-hero-bg:before{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.86) 48%,#fff 100%)}
  .pa-page .pa-hero-inner{min-height:auto;display:block;padding-top:38px;padding-bottom:34px}
  .pa-page .pa-breadcrumb{margin-bottom:28px}
  .pa-page .pa-hero h1{font-size:32px}
  .pa-page .pa-hero p{font-size:14.5px}
  .pa-page .pa-b2b-card{height:138px;margin-top:28px;grid-template-columns:60px 1fr;padding:0 24px}
  .pa-page .pa-b2b-card .pa-ico{width:52px;height:52px}
  .pa-page .pa-b2b-card strong{font-size:24px}
  .pa-page .pa-b2b-card span{font-size:13px}
  .pa-page .pa-section{padding:46px 0}
  .pa-page .pa-title{font-size:24px;margin-bottom:28px}
  .pa-page .pa-value-grid,.pa-page .pa-empower-grid{grid-template-columns:1fr;gap:16px}
  .pa-page .pa-value-card{height:auto;min-height:184px}
  .pa-page .pa-process-section{padding:48px 0}
  .pa-page .pa-process-grid{grid-template-columns:1fr;gap:14px}
  .pa-page .pa-process-card{height:auto;min-height:214px}
  .pa-page .pa-process-card:not(:last-child):after{display:none}
  .pa-page .pa-process-card .pa-ico{margin-top:38px}
  .pa-page .pa-empower-card img{height:190px}
  .pa-page .pa-empower-card>i{top:154px}
  .pa-page .pa-apply-section{padding:0 0 46px}
  .pa-page .pa-apply-grid{grid-template-columns:1fr;gap:28px}
  .pa-page .pa-apply-copy h2{font-size:25px}
  .pa-page .pa-form-card{padding:24px 18px}
  .pa-page .pa-form-card label{grid-template-columns:1fr;gap:8px}
  .a-project-hero{min-height:auto}
  .a-project-hero:before{inset:42% 0 0;background:linear-gradient(180deg,rgba(255,255,255,0),#fff)}
  .a-project-hero .a-container{min-height:auto;display:block;padding-top:38px;padding-bottom:34px}
  .a-project-copy h1{font-size:34px;line-height:1.34}
  .a-project-copy p{font-size:15.5px}
  .a-project-visual{height:330px;margin-top:28px}
  .a-project-photo-main{right:0;top:42px;width:80%;height:230px}
  .a-project-photo-side.top{left:0;top:0;width:48%;height:126px}
  .a-project-photo-side.bottom{left:18px;bottom:0;width:43%;height:118px}
  .a-project-badge{right:14px;bottom:0;width:130px;height:92px;padding:16px 18px}
  .a-project-badge strong{font-size:28px}
  .a-project-badge span{font-size:12px;margin-top:6px}
  .a-project-stat-strip{margin-top:0}
  .a-project-stat-card{height:auto;grid-template-columns:repeat(2,1fr);padding:10px 12px;border-radius:8px}
  .a-project-stat-card div{height:auto;min-height:72px;padding-left:24px;border-right:0;border-bottom:1px solid #eee}
  .a-project-stat-card div:nth-last-child(-n+2){border-bottom:0}
  .a-project-stat-card div:before{width:8px;height:8px;box-shadow:0 0 0 6px rgba(201,21,27,.08)}
  .a-project-stat-card strong{font-size:22px}
  .a-project-stat-card span{font-size:12px;margin-top:8px}
  .pd-hero{min-height:auto}
  .pd-hero-bg{inset:180px 0 0;opacity:.18}
  .pd-hero-bg:before{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.55) 55%,#fff 100%)}
  .pd-hero-inner{min-height:auto;display:block;padding-top:38px;padding-bottom:26px}
  .pd-hero-copy h1{font-size:34px;line-height:1.28;margin-bottom:18px}
  .pd-hero-copy p{font-size:14.5px;line-height:1.9}
  .pd-pill{height:auto;min-height:34px;font-size:13px;padding:7px 12px}
  .pd-program-card{min-height:auto;margin-top:28px;padding:24px 22px}
  .pd-program-card strong{font-size:28px}
  .pd-program-card h2{font-size:19px}
  .pd-proof-strip{position:relative;left:auto;right:auto;bottom:auto;width:100%;max-width:100%;box-sizing:border-box;height:auto;grid-template-columns:1fr 1fr;margin-top:22px;padding:12px 14px;border-radius:8px;overflow:hidden}
  .pd-proof-strip div{min-width:0;justify-content:flex-start;height:auto;min-height:48px;border-right:0;border-bottom:1px solid rgba(255,255,255,.26);font-size:13px;line-height:1.45;gap:9px;white-space:normal}
  .pd-proof-strip span{flex:0 0 auto;font-size:17px}
  .pd-proof-strip div:nth-last-child(-n+2){border-bottom:0}
  .pd-main{padding:28px 0 42px}
  .pd-layout{display:block}
  .pd-section{padding:24px 20px;margin-bottom:18px}
  .pd-section h2{font-size:21px;margin-bottom:18px}
  .pd-overview{grid-template-columns:96px 1fr;font-size:12px}
  .pd-overview div{padding:10px 12px;min-height:42px}
  .pd-sell-grid,.pd-path{grid-template-columns:1fr;gap:12px}
  .pd-audience{grid-template-columns:1fr;gap:12px}
  .pd-sell{min-height:auto;padding:20px}
  .pd-sell b{margin-bottom:14px}
  .pd-path:before,.pd-path-step:after{display:none!important}
  .pd-path-step{text-align:left;min-height:auto;padding:18px}
  .pd-path-step i{margin-bottom:10px}
  .pd-audience div{height:auto;min-height:108px;text-align:center;padding:22px 18px}
  .pd-audience span{display:block;margin:0 0 12px}
  .pd-audience b{font-size:19px;line-height:1.14;max-width:220px}
  .pd-sidebar{position:static;margin-top:22px}
  .pd-consult-head,.pd-consult form,.pd-wechat,.pd-related{padding-left:22px;padding-right:22px}
  .pd-phone{margin-left:22px;margin-right:22px}
  .pd-related-item{grid-template-columns:76px 1fr}
  .pd-related-item img{width:76px;height:76px}
  .pd-bottom-cta{display:block;height:auto;min-height:auto;margin-top:20px;background:#fff4f4}
  .pd-bottom-cta:before{display:none}
  .pd-bottom-cta:after{width:4px}
  .pd-bottom-cta>div{width:auto;height:auto;padding:28px 22px}
  .pd-bottom-cta h2{font-size:22px}
  .pd-bottom-cta img{position:relative;top:auto;right:auto;width:100%;height:180px}
  .pth-hero-inner{min-height:auto;display:block;padding-top:38px;padding-bottom:42px}
  .pth-hero-copy h1{font-size:34px;line-height:1.34}
  .pth-hero-copy p{font-size:14.5px;line-height:1.9}
  .pth-hero-panel{height:auto;grid-template-columns:1fr;margin-top:28px;padding:10px 18px}
  .pth-hero-panel div{height:auto;min-height:112px;border-right:0;border-bottom:1px solid #eee}
  .pth-hero-panel div:last-child{border-bottom:0}
  .pth-hero-panel i{width:32px;height:32px;margin-bottom:14px}
  .pth-hero-panel i svg{width:27px;height:27px}
  .pth-hero-panel strong{font-size:28px;margin-bottom:10px}
  .pth-hero-panel span{font-size:15px;margin-bottom:10px}
  .pth-hero-panel em{font-size:13px}
  .pth-section{padding:48px 0}
  .pth-section-head,.pth-result-head{display:block;margin-bottom:24px}
  .pth-section-head p{margin-top:10px}
  .pth-title{font-size:22px}
  .pth-country-grid,.pth-stage-grid,.pth-project-grid{gap:16px;padding-bottom:16px}
  .pth-country{height:auto}
  .pth-country{flex-basis:286px;min-width:286px}
  .pth-country img{height:180px}
  .pth-country div{min-height:auto}
  .pth-stage{min-height:auto;padding:24px 22px;grid-template-columns:58px 1fr;column-gap:16px;flex-basis:310px;min-width:310px}
  .pth-stage strong{font-size:30px}
  .pth-project-card{flex-basis:310px;min-width:310px}
  .pth-project-card>img{height:190px}
  .pth-result-head p{margin-top:12px}
  .pth-result-head>a{display:inline-flex;margin-top:16px}
  .pth-eval{display:block;height:auto;min-height:0;padding:26px 22px 28px}
  .pth-eval-icon{width:72px;height:72px;font-size:32px;margin-bottom:18px}
  .pth-eval-copy{text-align:center}
  .pth-eval h3{font-size:23px;line-height:1.4;white-space:normal;overflow-wrap:anywhere}
  .pth-eval-phone{display:block;border-left:0;border-top:1px solid #efcaca;padding:20px 0 0;margin-top:20px;text-align:center}
  .pth-eval-phone b{font-size:22px}
  .pth-eval .a-btn{width:100%;margin-top:20px}
  .cs-hero-inner{min-height:auto;display:block;padding-top:38px;padding-bottom:26px}
  .cs-hero-copy h1{font-size:30px}
  .cs-result-card{height:auto;margin-top:24px;padding:22px}
  .cs-result-card ul{grid-template-columns:1fr;gap:12px}
  .cs-result-card li{border-right:0;border-bottom:1px solid #eee;padding:0 0 12px}
  .cs-result-card li:last-child{border-bottom:0;padding-bottom:0}
  .cs-stat-grid,.cs-featured-grid,.cs-more-grid{grid-template-columns:1fr;gap:16px}
  .cs-stat{height:96px;padding:0 24px}
  .cs-section{padding:34px 0}
  .cs-section-head{display:block}
  .cs-section-head h2{font-size:22px;margin-bottom:18px}
  .cs-filter-head div{overflow:auto;padding-bottom:4px}
  .cs-featured-card>img{height:210px}
  .cs-mini-card{grid-template-columns:118px 1fr}
  .cs-mini-card img{width:118px;height:104px}
  .cs-mini-card>div{padding:18px 18px 8px}
  .cs-mini-card h3{font-size:17px}
  .cs-notice{grid-template-columns:1fr;padding:22px}
  .cs-red-cta{height:auto;display:block}
  .cs-red-cta:before{width:100%;height:160px;bottom:auto;clip-path:none}
  .cs-red-cta>div{padding:34px 26px}
  .cs-red-cta h2{font-size:27px}
  .cs-red-cta img{position:relative;top:auto;right:auto;bottom:auto;left:auto;display:block;width:100%;height:190px}
  .cs-red-cta .a-btn{position:relative;right:auto;bottom:auto;margin:0 26px 26px;width:calc(100% - 52px)}
  .a-stat-strip{margin-top:0}
  .a-stat-card{height:auto;grid-template-columns:repeat(2,1fr);padding:10px 12px;border-radius:8px}
  .a-stat{height:auto;min-height:74px;gap:12px;justify-content:flex-start;padding:13px 8px;border-right:0;border-bottom:1px solid #eee}
  .a-stat:nth-last-child(-n+2){border-bottom:0}
  .a-stat-icon{width:42px;height:42px;flex-basis:42px;font-size:0}
  .a-stat-icon svg{width:22px;height:22px}
  .a-stat strong{font-size:22px}
  .a-stat small{font-size:12px;margin-top:8px}
  .a-program-layout{grid-template-columns:1fr}
  .a-program-grid,.a-grid-3,.a-grid-4{grid-template-columns:1fr}
  .a-page-panel-grid,.a-process,.a-process-5,.a-sell-grid,.a-path-steps{grid-template-columns:1fr}
  .a-process-item:not(:last-child):after{display:none}
  .a-cta-strip{display:block}
  .a-cta-strip .a-btn{margin-top:18px}
  .a-detail-layout{display:block}
  .a-sidebar{position:static;margin-top:24px}
  .a-photo-card-img,.a-story-img{height:170px}
  [data-contact-grid],[data-apply-grid],[data-detail-grid]{display:block!important}
  .a-about-showcase{display:block}
  .a-about-image{height:300px}
  .a-about-side{height:auto;margin-top:26px}
  .a-about-stats{grid-template-columns:1fr;margin-top:22px}
  [data-detail-grid]>div:last-child{position:static!important;margin-top:24px}
  .a-section{padding:58px 0}
  .a-section-head{display:block}
  .a-section-title h2{font-size:27px}
  .a-page-hero .a-container{min-height:auto;display:block;padding-top:38px;padding-bottom:38px}
  .a-page-hero h1{font-size:30px}
  .a-page-panel{margin-top:26px}
  .abt-container{padding:0 18px}
  .abt-hero{min-height:auto}
  .abt-hero-bg{left:0;top:210px;height:260px}
  .abt-hero-bg:before{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.55) 42%,#fff 100%)}
  .abt-hero-inner{min-height:auto;display:block;padding-top:32px;padding-bottom:36px}
  .abt-breadcrumb{margin-bottom:26px;font-size:12px}
  .abt-hero h1{font-size:32px;line-height:1.38}
  .abt-hero p{font-size:14px;line-height:1.9;margin-top:20px}
  .abt-stock-card{height:154px;margin:228px 0 0}
  .abt-stock-card i{width:42px;height:42px;margin-bottom:14px}
  .abt-stock-card strong{font-size:31px;margin-bottom:10px}
  .abt-stock-card span{font-size:13px}
  .abt-section{padding:48px 0}
  .abt-kicker{font-size:13px;margin-bottom:16px}
  .abt-title{font-size:26px;margin-bottom:24px}
  .abt-campus{height:290px}
  .abt-intro-copy>p{font-size:14px;line-height:1.9}
  .abt-mini-stats,.abt-strength-grid,.abt-qual-grid,.abt-center-grid{grid-template-columns:1fr;gap:14px}
  .abt-mini-card{height:auto;min-height:150px;padding:22px 18px}
  .abt-strength-card{height:auto;min-height:118px;padding:22px;gap:18px}
  .abt-qual-card{min-height:auto;padding:26px 22px}
  .abt-timeline{margin-left:0}
  .abt-timeline:before{left:103px}
  .abt-timeline-item{grid-template-columns:82px 42px 1fr;gap:14px;min-height:auto}
  .abt-year{font-size:14px}
  .abt-timeline-item h3{font-size:16px}
  .abt-timeline-item p{font-size:13px}
  .abt-center-card img{height:180px}
  .abt-center-card p{white-space:normal}
  .he-footer-grid{grid-template-columns:1fr}
  .legal-header{height:64px}
  .legal-header img{height:46px}
  .legal-header nav a:not(.legal-hotline){display:none}
  .legal-main{padding:28px 14px 54px}
  .legal-article{padding:28px 20px}
  .legal-article h1{font-size:29px}
  .pc-hero-inner{min-height:auto;display:block;padding-top:38px;padding-bottom:38px}
  .pc-hero-copy h1{font-size:34px;line-height:1.34}
  .pc-hero-copy p{font-size:14.5px;line-height:1.9}
  .pc-hero-panel{height:auto;margin-top:28px;padding:22px}
  .pc-hero-panel>div{grid-template-columns:1fr}
  .pc-section{padding:46px 0}
  .pc-section-head{display:block;margin-bottom:24px}
  .pc-section-head>span{display:block;margin-top:12px}
  .pc-title h2{font-size:23px}
  .pc-news-grid{grid-template-columns:1fr;gap:14px}
  .pc-lead-card{display:block}
  .pc-lead-card img{height:220px;min-height:0}
  .pc-lead-card>div{padding:24px 22px}
  .pc-lead-card h3{font-size:22px}
  .pc-rank-item{grid-template-columns:1fr 54px;padding:18px}
  .pc-rank-item h3{font-size:17px}
  .pc-news-layout{display:block}
  .pc-tabs{display:flex;overflow:auto;border-left:0;border-bottom:1px solid #eee;padding-left:0;margin-bottom:18px}
  .pc-tabs button{width:auto;flex:0 0 auto;height:42px;padding:0 16px;border-bottom:0;font-size:14px}
  .pc-news-card{min-height:auto;padding:22px}
  .pc-pagination{margin-top:20px}
  .pc-cta{display:block;padding:26px 22px}
  .pc-cta h2{font-size:22px}
  .pc-cta-phone{border-left:0;border-top:1px solid #efcaca;padding:18px 0 0;margin-top:18px}
  .pc-cta-phone b{font-size:22px}
  .pc-cta .a-btn{width:100%;margin-top:18px}
  .pa-hero-inner{min-height:auto;padding-top:38px;padding-bottom:38px}
  .pa-hero h1{font-size:30px;line-height:1.35}
  .pa-main{padding:28px 0 46px}
  .pa-layout{display:block}
  .pa-article{padding:22px 18px}
  .pa-cover{height:220px;margin-bottom:24px}
  .pa-block h2{font-size:21px}
  .pa-block p{font-size:14px;line-height:1.95}
  .pa-bottom-nav{display:block}
  .pa-bottom-nav a{display:block;margin-top:12px}
  .pa-sidebar{position:static;margin-top:18px}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
