:root{
  --red:#d71920;
  --red-dark:#9d0f13;
  --red-soft:#fff2f1;
  --ink:#1e1e1e;
  --muted:#777;
  --line:#ececec;
  --card:#fff;
  --shadow:0 10px 30px rgba(48,18,18,.08);
  --radius:18px;
}
body{overflow-x:hidden;background:#fff}
.site-wrap{width:min(1180px,92vw);margin:0 auto}
.site-header{height:76px;background:rgba(255,255,255,.97);position:sticky;top:0;z-index:1000;border-bottom:1px solid #eee;backdrop-filter:blur(8px)}
.header-inner{height:76px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:9px;min-width:180px}
.brand img{width:48px;height:48px;object-fit:cover;border-radius:50%}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy b{font-size:27px;letter-spacing:5px;color:#111;font-weight:800}
.brand-copy small{font-size:11px;letter-spacing:4px;margin-top:7px;color:#222;font-weight:700}
.desktop-nav{flex:1}
.desktop-nav ul{display:flex;align-items:center;justify-content:center;gap:38px;height:76px}
.desktop-nav li{height:76px;display:flex;align-items:center;position:relative;font-size:16px;white-space:nowrap}
.desktop-nav li:after{content:"";position:absolute;left:50%;right:50%;bottom:0;height:3px;background:var(--red);transition:.25s}
.desktop-nav li.on a,.desktop-nav li:hover a{color:var(--red)}
.desktop-nav li.on:after,.desktop-nav li:hover:after{left:20%;right:20%}
.header-actions{display:flex;align-items:center;gap:18px}
.join-btn,.primary-btn,.outline-btn,.white-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:11px 24px;font-weight:700;transition:.25s}
.join-btn,.primary-btn{background:var(--red);color:#fff!important;box-shadow:0 6px 16px rgba(215,25,32,.2)}
.join-btn:hover,.primary-btn:hover{background:#b91116;transform:translateY(-1px)}
.outline-btn{border:1px solid var(--red);color:var(--red);background:#fff}
.outline-btn:hover{background:var(--red);color:#fff}
.white-btn{background:#fff;color:var(--red);min-width:142px}
.search-icon{width:20px;height:20px;border:2px solid #111;border-radius:50%;position:relative;display:inline-block}
.search-icon:after{content:"";width:7px;height:2px;background:#111;position:absolute;right:-5px;bottom:-2px;transform:rotate(48deg);border-radius:2px}
.menu-btn{display:none;width:36px;height:36px;position:relative;cursor:pointer}
.menu-btn i{display:block;height:2px;background:#111;margin:6px 5px;transition:.25s}
.mobile-nav{display:none}

/* general */
.page{min-height:50vh}
.section{padding:78px 0}
.section.soft{background:#fff8f7}
.section.gray{background:#fafafa}
.section-title{text-align:center;margin-bottom:42px}
.section-title h2{font-size:34px;line-height:1.2;color:#111;letter-spacing:2px}
.section-title p{margin-top:12px;color:#888;font-size:15px}
.section-title .line{width:38px;height:3px;background:var(--red);margin:14px auto 0;border-radius:3px}
.eyebrow{color:var(--red);font-weight:800;letter-spacing:2px;margin-bottom:10px}
.hero{min-height:420px;position:relative;overflow:hidden;background:#fff5f1}
.hero .site-wrap{min-height:420px;display:flex;align-items:center;position:relative;z-index:2}
.hero-copy{width:46%;padding:40px 0}
.hero-copy h1{font-size:58px;line-height:1.14;letter-spacing:2px;margin-bottom:18px;color:#111}
.hero-copy h1 em{font-style:normal;color:var(--red)}
.hero-copy h2{font-size:27px;margin-bottom:18px;font-weight:700}
.hero-copy p{font-size:17px;line-height:2;color:#444;max-width:560px}
.hero-actions{display:flex;gap:14px;margin-top:24px}
.hero-media{position:absolute;right:0;top:0;width:58%;height:100%;background-position:center;background-size:cover}
.hero-media:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff5f1 0%,rgba(255,245,241,.3) 18%,rgba(255,255,255,0) 42%)}

.stats-panel{width:min(1080px,90vw);margin:-38px auto 0;position:relative;z-index:3;background:#fff;border:1px solid #f2e7e6;border-radius:16px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:20px 10px}
.stat{display:flex;align-items:center;justify-content:center;gap:14px;padding:5px 18px;border-right:1px solid #eee}
.stat:last-child{border-right:0}.stat-icon{width:48px;height:48px;border:2px solid var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--red);font-size:26px;font-weight:800}
.stat strong{display:block;color:var(--red);font-size:27px;line-height:1.1}.stat span{display:block;font-size:14px;color:#555;margin-top:6px}

.card-grid{display:grid;gap:20px}
.card-grid.six{grid-template-columns:repeat(6,1fr)}
.action-card,.project-card,.chapter-card,.value-card,.info-card,.plan-card{background:#fff;border:1px solid #eee;border-radius:14px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.04);transition:.25s}
.action-card:hover,.project-card:hover,.chapter-card:hover,.plan-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(70,20,20,.1)}
.action-card img{width:100%;aspect-ratio:1.35/1;object-fit:cover}
.action-card .body{padding:18px 14px 19px;text-align:center}.action-card h3{font-size:19px;margin-bottom:8px}.action-card p{color:#777;font-size:13px;min-height:44px}.more-link{display:inline-block;color:var(--red);font-weight:700;margin-top:10px;font-size:13px}

.split{display:grid;grid-template-columns:1.05fr 1fr;gap:58px;align-items:center}
.split.reverse{grid-template-columns:1fr 1.05fr}.split.reverse .visual{order:2}
.visual img{width:100%;border-radius:18px;box-shadow:var(--shadow);object-fit:cover}
.text-block h2{font-size:37px;margin-bottom:18px;line-height:1.25}.text-block p{font-size:16px;color:#555;line-height:2;margin-bottom:12px}.text-block .primary-btn{margin-top:12px}
.mini-values{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:24px 0}.mini-value{display:flex;gap:11px;align-items:flex-start}.mini-value b{display:block;font-size:16px}.mini-value span{font-size:13px;color:#777}.mini-dot{width:34px;height:34px;border-radius:50%;background:#fff0ef;color:var(--red);display:flex;align-items:center;justify-content:center;font-weight:900}

.mission-banner{display:grid;grid-template-columns:1fr 1.1fr;background:linear-gradient(100deg,#bd0d13,#ef211f);border-radius:18px;overflow:hidden;min-height:190px;color:#fff}
.mission-copy{padding:32px 42px;display:flex;flex-direction:column;justify-content:center}.mission-copy small{font-weight:700;opacity:.85}.mission-copy h2{font-size:32px;line-height:1.35;margin:8px 0 18px}.mission-points{display:flex;gap:28px;flex-wrap:wrap;font-size:14px}.mission-media{background-size:cover;background-position:center}

.timeline-strip{position:relative;padding:20px 0 8px}.timeline-strip:before{content:"";position:absolute;left:2%;right:2%;top:35px;height:2px;background:#efb1b3}.timeline-list{display:grid;grid-template-columns:repeat(11,1fr);gap:6px;position:relative}.timeline-year{text-align:center}.timeline-year i{width:12px;height:12px;border:3px solid var(--red);border-radius:50%;display:block;background:#fff;margin:9px auto 10px}.timeline-year strong{color:var(--red);font-size:14px}.timeline-year span{display:block;color:#666;font-size:11px;line-height:1.5;margin-top:4px}

.coop-banner{display:grid;grid-template-columns:1fr 1.15fr;border-radius:18px;overflow:hidden;background:#faf6f4;min-height:260px}.coop-copy{padding:34px}.coop-copy h2{font-size:29px;margin-bottom:5px}.coop-copy p{color:#555;margin-bottom:22px}.pill-row{display:flex;gap:10px;flex-wrap:wrap}.pill{background:#fff;border:1px solid #eee;border-radius:10px;padding:11px 14px;font-size:13px}.coop-image{background-size:cover;background-position:center}

.footer-cta{background:linear-gradient(90deg,#d31318,#9b090d);color:#fff}.footer-cta-inner{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:30px;background-image:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.04));padding:18px 0}.footer-cta h2{font-size:25px}.footer-cta p{opacity:.85;margin-top:4px}
.site-footer{background:linear-gradient(180deg,#a80d12,#7f090d);color:#fff}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(4,1fr) 1.45fr 1fr;gap:30px;padding:40px 0 32px}.brand-light .brand-copy b,.brand-light .brand-copy small{color:#fff}.footer-brand p,.footer-contact p,.footer-qr p{font-size:13px;line-height:1.9;opacity:.85;margin-top:14px}.socials{display:flex;gap:9px;margin-top:16px}.socials span{width:24px;height:24px;background:#fff;color:var(--red);border-radius:50%;display:grid;place-items:center;font-size:8px}.footer-col h4,.footer-contact h4{font-size:15px;margin-bottom:10px}.footer-col a{display:block;font-size:13px;opacity:.82;line-height:1.9}.footer-col a:hover{opacity:1;text-decoration:underline}.footer-qr img{width:86px;height:86px;object-fit:cover;background:#fff;padding:4px}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);text-align:center;padding:13px 20px 18px;font-size:12px;opacity:.75}

/* home */
.home-hero .hero-media{background-image:url('../images/yidian/home-hero.jpg')}.home-hero{background:linear-gradient(100deg,#fff 0%,#fff5ef 50%,#f9e2d3 100%)}
.home-hero .hero-copy h1{font-size:54px}.home-hero .hero-copy p{max-width:500px}

/* sub hero */
.sub-hero{min-height:320px}.sub-hero .site-wrap{min-height:320px}.sub-hero .hero-copy h1{font-size:52px}.sub-hero .hero-copy h2{font-size:24px}.sub-hero .hero-media{width:60%}
.about-hero .hero-media{background-image:url('../images/yidian/about-hero.jpg')}
.history-hero .hero-media{background-image:url('../images/yidian/history-hero.jpg')}
.projects-hero .hero-media{background-image:url('../images/yidian/projects-hero.jpg')}
.cooperation-hero .hero-media{background-image:url('../images/yidian/cooperation-hero.jpg')}
.whitepaper-hero .hero-media{background-image:url('../images/yidian/whitepaper-hero.jpg')}
.contact-hero .hero-media{background-image:url('../images/yidian/contact-hero.jpg')}

/* about */
.founder-box{display:grid;grid-template-columns:330px 1fr;gap:42px;align-items:center;background:linear-gradient(100deg,#fff,#fff3f2);padding:26px;border-radius:18px;border:1px solid #f5e6e4}.founder-box img{border-radius:14px;width:100%;aspect-ratio:1/1;object-fit:cover}.signature{font-size:32px;font-style:italic;text-align:right;margin-top:12px;color:#333}.signature small{display:block;font-style:normal;font-size:13px;color:#777}
.value-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.value-card{text-align:center;padding:26px 12px}.value-card .vicon{width:58px;height:58px;border-radius:50%;background:#fff0ef;color:var(--red);display:grid;place-items:center;margin:0 auto 14px;font-size:26px}.value-card h3{font-size:17px}.value-card p{font-size:12px;color:#777;margin-top:7px}
.direction-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.direction-card{border:1px solid #eee;border-radius:14px;overflow:hidden;background:#fff}.direction-card img{width:100%;aspect-ratio:1.25/1;object-fit:cover}.direction-card .body{text-align:center;padding:14px 8px 17px}.direction-card h3{font-size:17px}.direction-card p{font-size:12px;color:#777;margin-top:5px}

/* history */
.history-list{position:relative;margin-top:20px}.history-list:before{content:"";position:absolute;left:62px;top:10px;bottom:15px;border-left:2px dotted #e88787}.history-row{display:grid;grid-template-columns:130px 250px 1fr;gap:28px;align-items:center;margin-bottom:15px;position:relative}.history-year{padding-left:75px;position:relative}.history-year:before{content:"";position:absolute;left:55px;top:8px;width:11px;height:11px;border:3px solid var(--red);background:#fff;border-radius:50%}.history-year strong{display:block;color:var(--red);font-size:21px}.history-year span{font-size:13px;color:#555}.history-row img{width:100%;height:90px;object-fit:cover;border-radius:8px}.history-detail{padding:14px 22px;border:1px solid #eee;border-radius:10px;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.03)}.history-detail h3{font-size:17px;margin-bottom:5px}.history-detail p{font-size:13px;color:#666;line-height:1.75}
.history-summary{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border:1px solid #f0e1df;border-radius:14px;background:#fff8f7;padding:18px 12px;margin-top:20px}.history-summary .stat{border-right:1px solid #ecd9d7}

/* projects */
.category-bar{width:min(1080px,90vw);margin:-30px auto 28px;background:#fff;border:1px solid #eee;border-radius:14px;box-shadow:var(--shadow);position:relative;z-index:4;padding:17px 12px;display:grid;grid-template-columns:repeat(9,1fr);gap:6px}.category-item{text-align:center;font-size:12px;color:#333}.category-item b{display:block;color:var(--red);font-size:22px;line-height:1;margin-bottom:5px}.category-item.active{color:var(--red);font-weight:800}.project-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.project-card img{width:100%;aspect-ratio:1.3/1;object-fit:cover}.project-card .body{padding:15px}.project-card h3{font-size:17px;margin-bottom:3px}.project-card small{color:#777}.project-card p{font-size:13px;color:#666;line-height:1.7;margin-top:8px;min-height:66px}.project-meta{display:flex;justify-content:space-between;color:#888;font-size:11px;margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0}
.help-banner{display:grid;grid-template-columns:1.25fr 1fr;align-items:center;background:#fff4f2;border-radius:18px;overflow:hidden}.help-banner .copy{padding:34px 40px}.help-banner h2{font-size:26px;color:var(--red)}.help-banner p{color:#555;margin:10px 0 20px}.help-banner img{width:100%;height:190px;object-fit:cover}

/* cooperation */
.coop-stats{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid #f0e7e5;border-radius:14px;background:#fff;margin:22px 0 10px}.coop-stats .mini-stat{padding:20px 8px;text-align:center;border-right:1px solid #eee}.coop-stats .mini-stat:last-child{border:0}.mini-stat strong{display:block;color:var(--red);font-size:25px}.mini-stat span{font-size:12px;color:#666}
.plan-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.plan-card{position:relative;text-align:center;padding-top:34px}.plan-year{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font-weight:800;position:absolute;left:50%;top:-28px;transform:translateX(-50%)}.plan-card .body{padding:38px 10px 12px}.plan-card h3{font-size:15px;margin-bottom:12px}.plan-card p{font-size:12px;color:#666;min-height:72px}.plan-card img{width:100%;height:104px;object-fit:cover;margin-top:10px}.plan-card a{display:inline-block;border:1px solid #ee9c9f;color:var(--red);font-size:11px;padding:5px 12px;border-radius:20px;margin:10px 0 14px}.partners{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.partner{height:72px;border:1px solid #eee;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:800;color:#345;background:#fff}.partner:nth-child(2n){color:#df5a23}.partner:nth-child(3n){color:#2987c8}
.coop-value{display:grid;grid-template-columns:230px 1.4fr repeat(4,1fr);gap:16px;align-items:center;background:#fff7f5;border:1px solid #f3e4e1;border-radius:18px;padding:22px}.coop-value img{width:100%;border-radius:14px}.coop-value h3{font-size:22px;color:var(--red)}.coop-value p{font-size:13px;color:#555;margin-top:8px}.coop-value .item{text-align:center}.coop-value .item b{display:block;color:var(--red);font-size:28px}.coop-value .item span{font-size:13px;color:#333}

/* whitepaper */
.whitepaper-features{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:20px}.wp-feature{display:flex;gap:12px;align-items:center}.wp-feature .icon{width:46px;height:46px;border:2px solid var(--red);border-radius:12px;color:var(--red);display:grid;place-items:center;font-size:22px}.wp-feature b{display:block}.wp-feature span{font-size:12px;color:#666}
.whitepaper-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:0;border:1px solid #f1e2df;border-radius:14px;background:#fff8f6}.whitepaper-stats .mini-stat{padding:20px 8px;text-align:center;border-right:1px solid #eee}.whitepaper-stats .mini-stat:last-child{border-right:0}
.chapter-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.chapter-card{overflow:visible;position:relative;padding-top:0}.chapter-card .num{position:absolute;left:50%;top:-17px;transform:translateX(-50%);width:38px;height:38px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-weight:800;z-index:2}.chapter-card img{width:100%;height:115px;object-fit:cover;border-radius:14px 14px 0 0}.chapter-card .body{padding:20px 10px;text-align:center}.chapter-card h3{font-size:16px}.chapter-card p{font-size:12px;color:#666;margin-top:6px;line-height:1.6}
.field-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.field-card{border:1px solid #eee;border-radius:14px;background:#fff;padding-top:16px;text-align:center;overflow:hidden}.field-card .fi{color:var(--red);font-size:27px}.field-card h3{font-size:16px;margin:5px 0}.field-card p{font-size:11px;color:#777;padding:0 8px 12px}.field-card img{width:100%;height:100px;object-fit:cover}
.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.gallery img{width:100%;height:112px;object-fit:cover;border-radius:12px}
.download-panel{display:grid;grid-template-columns:300px 1fr;gap:30px;align-items:center;background:#fff8f6;border:1px solid #f3e4e2;border-radius:16px;padding:22px 30px}.download-panel .book{display:flex;gap:20px;align-items:center}.download-panel .book img{width:140px}.download-panel h3{font-size:20px}.download-panel p{font-size:13px;color:#666;margin:8px 0}.download-panel .feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.download-panel .feature{text-align:center}.download-panel .feature b{display:block;color:var(--red);font-size:26px}.download-panel .feature span{font-size:12px;color:#555}

/* contact */
.contact-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:-38px;position:relative;z-index:3}.info-card{text-align:center;padding:26px 12px}.info-card .icon{width:66px;height:66px;border-radius:50%;margin:0 auto 14px;background:#fff0ef;color:var(--red);display:grid;place-items:center;font-size:30px}.info-card h3{font-size:18px}.info-card p{font-size:13px;color:#666;line-height:1.8;margin-top:8px}
.contact-panel{display:grid;grid-template-columns:1fr 1fr;gap:36px;background:#fff;border:1px solid #eee;border-radius:18px;box-shadow:0 8px 28px rgba(0,0,0,.04);padding:30px}.contact-panel h2{font-size:27px;margin-bottom:5px}.red-underline{width:34px;height:3px;background:var(--red);margin:8px 0 18px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #e5e5e5;border-radius:8px;padding:13px 14px;background:#fff}.contact-form .full{grid-column:1/-1}.contact-form textarea{height:130px;resize:vertical}.contact-form button{justify-self:start}.contact-map img{width:100%;height:260px;object-fit:cover;border-radius:12px}.address-box{border:1px solid #eee;border-radius:10px;padding:14px 16px;margin-top:12px}.address-box h3{font-size:17px}.address-box p{font-size:13px;color:#666;line-height:1.8}.contact-bottom{display:grid;grid-template-columns:1fr 2fr;align-items:center;background:#fff5f2;border-radius:16px;overflow:hidden}.contact-bottom .copy{padding:28px 34px}.contact-bottom .copy h2{font-size:25px}.contact-bottom .copy p{color:#666;margin-top:9px}.contact-bottom img{width:100%;height:160px;object-fit:cover}

/* redirects */
.redirect-note{min-height:50vh;display:grid;place-items:center;text-align:center;padding:80px 20px}.redirect-note h1{font-size:28px}.redirect-note p{margin-top:10px;color:#777}

@media(max-width:1100px){
  .desktop-nav ul{gap:22px}.desktop-nav li{font-size:15px}.brand{min-width:160px}.join-btn{padding:10px 18px}
  .card-grid.six,.direction-grid,.chapter-grid,.field-grid{grid-template-columns:repeat(3,1fr)}
  .project-grid{grid-template-columns:repeat(3,1fr)}
  .plan-grid{grid-template-columns:repeat(4,1fr);gap:38px 12px}.partners{grid-template-columns:repeat(4,1fr)}
  .footer-grid{grid-template-columns:1.6fr repeat(3,1fr);}.footer-contact,.footer-qr{grid-column:auto}.footer-col:nth-of-type(5){display:none}
}
@media(max-width:900px){
  .site-header,.header-inner{height:66px}.brand{min-width:0}.brand img{width:42px;height:42px}.brand-copy b{font-size:23px}.brand-copy small{font-size:9px}.desktop-nav,.search-icon{display:none}.header-actions{margin-left:auto}.menu-btn{display:block}.join-btn{display:none}
  .mobile-nav{display:block;max-height:0;overflow:hidden;background:#fff;border-top:1px solid #eee;transition:max-height .3s}.mobile-nav.open{max-height:440px}.mobile-nav li{border-bottom:1px solid #f3f3f3}.mobile-nav a{display:block;padding:14px 5vw}.mobile-nav li.on a{color:var(--red);font-weight:700}
  .hero,.hero .site-wrap{min-height:560px}.hero .site-wrap{align-items:flex-start}.hero-copy{width:100%;padding-top:46px;position:relative;z-index:3}.hero-copy h1,.home-hero .hero-copy h1,.sub-hero .hero-copy h1{font-size:43px}.hero-copy p{max-width:86%}.hero-media,.sub-hero .hero-media{width:100%;height:58%;top:auto;bottom:0}.hero-media:before{background:linear-gradient(180deg,#fff5f1 0%,rgba(255,245,241,.25) 36%,rgba(255,255,255,0) 62%)}
  .sub-hero,.sub-hero .site-wrap{min-height:540px}
  .stats-panel{grid-template-columns:repeat(2,1fr);margin-top:-20px}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid #eee}.stat{padding:14px}
  .split,.split.reverse{grid-template-columns:1fr}.split.reverse .visual{order:0}.visual{max-width:700px;margin:0 auto}.text-block h2{font-size:32px}
  .mission-banner,.coop-banner,.help-banner,.contact-bottom{grid-template-columns:1fr}.mission-media,.coop-image{min-height:220px}.help-banner img,.contact-bottom img{height:220px}
  .timeline-list{grid-template-columns:repeat(6,1fr);row-gap:18px}.timeline-strip:before{display:none}
  .footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.footer-qr img{width:90px;height:90px}
  .history-row{grid-template-columns:110px 200px 1fr;gap:16px}.history-year{padding-left:55px}.history-year:before{left:36px}.history-list:before{left:43px}
  .history-summary{grid-template-columns:repeat(2,1fr)}.history-summary .stat{border-bottom:1px solid #ecd9d7}.history-summary .stat:nth-child(2n){border-right:0}
  .category-bar{grid-template-columns:repeat(5,1fr)}
  .coop-stats,.whitepaper-stats{grid-template-columns:repeat(3,1fr)}.coop-stats .mini-stat:nth-child(3n),.whitepaper-stats .mini-stat:nth-child(3n){border-right:0}
  .coop-value{grid-template-columns:1fr 1.5fr 1fr 1fr}.coop-value .item:nth-last-child(-n+2){display:none}
  .contact-cards{grid-template-columns:repeat(3,1fr);margin-top:-20px}.contact-panel{grid-template-columns:1fr}.download-panel{grid-template-columns:1fr}.download-panel .feature-row{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:640px){
  .site-wrap{width:min(92vw,560px)}.section{padding:54px 0}.section-title{margin-bottom:30px}.section-title h2{font-size:27px}.hero,.hero .site-wrap{min-height:500px}.sub-hero,.sub-hero .site-wrap{min-height:480px}.hero-copy{padding-top:30px}.hero-copy h1,.home-hero .hero-copy h1,.sub-hero .hero-copy h1{font-size:35px}.hero-copy h2{font-size:21px}.hero-copy p{font-size:14px;line-height:1.8;max-width:100%}.hero-actions{gap:10px}.primary-btn,.outline-btn,.white-btn{padding:10px 17px;font-size:13px}.hero-media,.sub-hero .hero-media{height:52%}
  .stats-panel{width:92vw}.stat{gap:8px;padding:13px 6px}.stat-icon{width:40px;height:40px;font-size:21px}.stat strong{font-size:22px}.stat span{font-size:12px}
  .card-grid.six,.direction-grid,.chapter-grid,.field-grid{grid-template-columns:repeat(2,1fr);gap:12px}.action-card .body{padding:13px 8px}.action-card h3{font-size:16px}.action-card p{font-size:12px}.text-block h2{font-size:28px}.text-block p{font-size:14px}.mini-values{grid-template-columns:1fr}.mission-copy{padding:28px 22px}.mission-copy h2{font-size:25px}.mission-points{gap:12px 18px}.timeline-list{grid-template-columns:repeat(3,1fr)}
  .footer-cta-inner{align-items:flex-start;flex-direction:column;padding:22px 0}.footer-cta h2{font-size:21px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:24px 18px}.footer-contact{grid-column:1/-1}.footer-bottom{text-align:left}
  .founder-box{grid-template-columns:1fr;padding:18px}.founder-box img{max-width:320px;margin:0 auto}.value-grid{grid-template-columns:repeat(2,1fr)}
  .history-row{grid-template-columns:1fr;padding-left:36px;gap:8px}.history-row img{height:150px}.history-year{padding-left:0}.history-year:before{left:-31px;top:8px}.history-list:before{left:10px}.history-detail{padding:13px 15px}.history-summary{grid-template-columns:1fr 1fr}.history-summary .stat:last-child{grid-column:1/-1}
  .category-bar{width:92vw;grid-template-columns:repeat(3,1fr);gap:14px 5px}.project-grid{grid-template-columns:repeat(2,1fr);gap:12px}.project-card h3{font-size:15px}.project-card p{font-size:12px;min-height:72px}.help-banner .copy{padding:25px 22px}
  .coop-stats,.whitepaper-stats{grid-template-columns:repeat(2,1fr)}.coop-stats .mini-stat:nth-child(3n),.whitepaper-stats .mini-stat:nth-child(3n){border-right:1px solid #eee}.coop-stats .mini-stat:nth-child(2n),.whitepaper-stats .mini-stat:nth-child(2n){border-right:0}.plan-grid{grid-template-columns:repeat(2,1fr)}.partners{grid-template-columns:repeat(2,1fr)}.coop-value{grid-template-columns:1fr 1fr}.coop-value img,.coop-value>div:nth-child(2){grid-column:1/-1}.coop-value .item{display:block!important}
  .whitepaper-features{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}.download-panel{padding:20px}.download-panel .book{align-items:flex-start}.download-panel .book img{width:110px}.download-panel .feature-row{grid-template-columns:repeat(2,1fr)}
  .contact-cards{grid-template-columns:1fr 1fr;gap:12px}.info-card{padding:18px 8px}.info-card .icon{width:54px;height:54px;font-size:24px}.contact-panel{padding:20px}.contact-form{grid-template-columns:1fr}.contact-form .full{grid-column:auto}.contact-map img{height:210px}.contact-bottom .copy{padding:22px}.contact-bottom .copy h2{font-size:22px}
}

/* V1 CMS */
[data-cms="home.hero_desc"],[data-cms="home.mission_title"]{white-space:pre-line}.cms-project-card{display:block;color:inherit;text-decoration:none}.article-page{padding:70px 0 90px;background:#fff}.article-head{text-align:center;max-width:900px;margin:0 auto 30px}.article-head h1{font-size:36px;line-height:1.35;margin:0 0 14px}.article-meta{font-size:13px;color:#999}.article-summary{font-size:16px;line-height:1.9;color:#666;margin:20px auto 0;max-width:820px}.article-cover{display:none;width:min(100%,980px);max-height:560px;object-fit:cover;margin:30px auto;border-radius:16px}.article-content{max-width:900px;margin:35px auto 0;font-size:16px;line-height:2;color:#333}.article-content p{margin:0 0 18px}.article-content h2{font-size:28px;margin:35px 0 15px}.article-content h3{font-size:22px;margin:28px 0 12px}.article-content img{max-width:100%;height:auto;border-radius:12px;display:block;margin:22px auto}.article-content ul,.article-content ol{padding-left:25px;margin:15px 0}.article-content ul{list-style:disc}.article-content ol{list-style:decimal}.article-content blockquote{margin:20px 0;padding:14px 18px;background:#fff5f3;border-left:4px solid #c90012}.article-back{text-align:center;margin-top:50px}.article-empty{text-align:center;padding:80px 20px;color:#999}.simple-title{background:#fff7f4;padding:70px 0;text-align:center}.simple-title h1{font-size:42px;margin-bottom:12px}.simple-title p{color:#777}.article-list{display:grid;grid-template-columns:1fr;gap:18px;max-width:1000px;margin:0 auto}.article-list-card{display:grid;grid-template-columns:260px 1fr;gap:24px;background:#fff;border:1px solid #eee;border-radius:14px;overflow:hidden;color:#222}.article-list-card img{width:260px;height:180px;object-fit:cover}.article-list-card>div{padding:22px 24px 20px 0}.article-list-card small{color:#999}.article-list-card h3{font-size:22px;margin:10px 0}.article-list-card p{color:#666;line-height:1.8;margin-bottom:12px}@media(max-width:700px){.article-page{padding:45px 0 60px}.article-head h1{font-size:28px}.article-content{font-size:15px}.article-list-card{grid-template-columns:1fr}.article-list-card img{width:100%;height:210px}.article-list-card>div{padding:0 18px 20px}.simple-title{padding:45px 0}.simple-title h1{font-size:32px}}

.honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.contact-form button:disabled{opacity:.65;cursor:not-allowed}


/* ===== V2.1 独立公益项目详情 ===== */
.project-detail-page{background:#fff}.project-detail-hero{height:310px;background-size:cover;background-position:center right;display:flex;align-items:center;color:#fff}.project-detail-hero .site-wrap{width:100%}.project-detail-hero-copy{max-width:620px;padding:20px 0;text-shadow:0 2px 14px rgba(0,0,0,.22)}.project-detail-hero-copy h1{font-size:48px;line-height:1.15;margin-bottom:14px;font-weight:800;letter-spacing:2px}.project-detail-hero-copy h2{font-size:23px;line-height:1.5;margin-bottom:20px;font-weight:500}.project-year-pill{display:inline-block;padding:10px 18px;border-radius:24px;background:#d71920;color:#fff;font-size:16px}.pd-breadcrumb{padding:18px 0;color:#666;font-size:14px;border-bottom:1px solid #f3f3f3}.project-detail-layout{display:grid;grid-template-columns:180px minmax(0,1fr);gap:28px;padding:22px 0 45px}.project-side{align-self:start;position:sticky;top:95px}.project-side-title{background:linear-gradient(180deg,#d71920,#c70e15);color:#fff;padding:16px 18px;font-size:20px;font-weight:700;border-radius:10px 10px 0 0;text-align:center}.project-side-nav{border:1px solid #f0dede;border-top:0;border-radius:0 0 10px 10px;overflow:hidden;background:#fff}.project-side-nav a{display:block;padding:11px 14px;border-bottom:1px solid #f6eeee;color:#333;font-size:14px}.project-side-nav a:last-child{border-bottom:0}.project-side-nav a.active,.project-side-nav a:hover{color:#d71920;background:#fff2f2;font-weight:700;padding-left:19px}.project-side-quote{margin-top:18px;padding:20px 12px;background:#fff7f6;border:1px solid #f5dedb;border-radius:12px;text-align:center;color:#d71920}.project-side-quote .heart-mark{font-size:42px;line-height:1}.project-side-quote p{line-height:1.7;font-weight:700}.project-side-quote a{display:inline-block;margin-top:12px;background:#d71920;color:#fff;padding:9px 20px;border-radius:22px}.project-detail-main{min-width:0}.pd-intro-grid{display:grid;grid-template-columns:1fr 1.45fr;gap:18px}.pd-copy-card,.pd-photo{border-radius:12px;overflow:hidden;min-height:210px}.pd-copy-card{padding:24px 26px;background:linear-gradient(135deg,#fff,#fff7f5);border:1px solid #f2e3e0;position:relative}.pd-copy-card:after{content:'♡';position:absolute;right:24px;bottom:10px;font-size:78px;color:#f5c9c4;opacity:.55}.pd-copy-card h2,.pd-heading,.pd-story-card h2,.pd-meaning-card h2{color:#d71920;font-size:24px;margin-bottom:14px}.pd-copy-card p{line-height:1.85;color:#333;position:relative;z-index:1}.pd-photo img{width:100%;height:100%;min-height:210px;object-fit:cover;display:block}.pd-block{margin-top:24px}.pd-heading{font-size:23px;border-left:5px solid #d71920;padding-left:10px}.pd-heading.small{font-size:20px}.pd-content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}.pd-content-card{min-height:130px;padding:18px 12px;border:1px solid #f1e5e3;border-radius:12px;background:#fff;text-align:center;box-shadow:0 5px 18px rgba(100,20,20,.035)}.pd-line-icon{font-size:34px;color:#d71920;display:block;margin-bottom:10px}.pd-content-card h3{font-size:16px;color:#d71920;margin-bottom:7px}.pd-content-card p{font-size:12px;color:#666;line-height:1.55}.pd-highlight-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.pd-highlight-item{background:#fff7f5;border:1px solid #f4d9d5;padding:12px 16px;border-radius:10px;color:#a9161b}.pd-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));border:1px solid #f3e4e2;border-radius:12px;background:#fff9f8;overflow:hidden}.pd-result{display:flex;align-items:center;justify-content:center;gap:12px;padding:18px 12px;border-right:1px solid #f2dfdc}.pd-result:last-child{border-right:0}.pd-result>span{font-size:34px;color:#d71920}.pd-result strong{display:block;color:#d71920;font-size:22px;white-space:nowrap}.pd-result small{display:block;color:#444;margin-top:4px}.pd-gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.pd-gallery figure{margin:0}.pd-gallery img{width:100%;aspect-ratio:1.55/1;object-fit:cover;border-radius:9px;display:block}.pd-gallery figcaption{text-align:center;padding-top:7px;color:#333;font-size:13px}.pd-story-meaning{display:grid;grid-template-columns:1.1fr 1fr;gap:16px;margin-top:24px}.pd-story-card,.pd-meaning-card{border:1px solid #f0dedb;border-radius:12px;padding:18px;background:#fff}.pd-story-body{display:grid;grid-template-columns:125px 1fr;gap:20px}.pd-story-body img{width:125px;height:125px;object-fit:cover;border-radius:10px}.pd-story-body p,.pd-meaning-card p{line-height:1.8;color:#333}.pd-quote{font-size:50px!important;color:#d71920!important;line-height:.7!important}.pd-story-body strong{display:block;text-align:right;margin-top:12px}.pd-meaning-card{background:linear-gradient(135deg,#fff7f5,#f6c5c0);position:relative;overflow:hidden}.pd-meaning-card:after{content:'♡';position:absolute;right:24px;bottom:0;font-size:120px;color:#d71920;opacity:.12}.pd-meaning-card div{position:relative;z-index:1}.pd-bottom-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:16px;margin-top:20px}.pd-impact{display:grid;grid-template-columns:repeat(auto-fit,minmax(105px,1fr));border:1px solid #f2e3e0;border-radius:10px}.pd-impact>div{text-align:center;padding:14px 8px;border-right:1px solid #f4e6e4}.pd-impact strong{display:block;color:#d71920;font-size:19px}.pd-impact span{display:block;font-size:12px;color:#555;margin-top:5px}.pd-keywords{display:flex;flex-wrap:wrap;gap:9px;padding:12px;border:1px solid #f2e3e0;border-radius:10px;background:#fff8f7}.pd-keywords span{background:#f7dfdc;color:#7f3030;padding:7px 14px;border-radius:18px;font-size:13px}.pd-cta{background:linear-gradient(90deg,#c91217,#e82323 55%,#ff8d72);color:#fff}.pd-cta .site-wrap{min-height:110px;display:flex;align-items:center;justify-content:space-between;gap:25px}.pd-cta h2{font-size:26px;margin-bottom:8px}.pd-cta p{opacity:.95}.pd-cta a{background:#fff;color:#d71920;padding:12px 28px;border-radius:25px;font-weight:700;white-space:nowrap}
@media(max-width:900px){.project-detail-hero{height:285px}.project-detail-hero-copy h1{font-size:38px}.project-detail-layout{grid-template-columns:1fr}.project-side{position:static;display:none}.pd-intro-grid{grid-template-columns:1fr 1fr}.pd-gallery{grid-template-columns:repeat(3,1fr)}.pd-story-meaning,.pd-bottom-grid{grid-template-columns:1fr}}
@media(max-width:600px){.project-detail-hero{height:260px;background-position:65% center}.project-detail-hero-copy{padding:0 16px}.project-detail-hero-copy h1{font-size:32px}.project-detail-hero-copy h2{font-size:17px}.project-year-pill{font-size:13px;padding:8px 13px}.pd-breadcrumb{padding-left:12px;padding-right:12px;font-size:12px}.project-detail-layout{padding:12px}.pd-intro-grid{grid-template-columns:1fr}.pd-intro-grid .pd-photo:nth-of-type(2){order:3}.pd-content-grid{grid-template-columns:repeat(2,1fr)}.pd-content-card{min-height:115px}.pd-highlight-grid{grid-template-columns:1fr}.pd-results{grid-template-columns:repeat(2,1fr)}.pd-result{border-bottom:1px solid #f2dfdc}.pd-gallery{grid-template-columns:repeat(2,1fr)}.pd-story-body{grid-template-columns:90px 1fr}.pd-story-body img{width:90px;height:100px}.pd-cta .site-wrap{padding:18px 15px;min-height:0;align-items:flex-start;flex-direction:column}.pd-cta h2{font-size:22px}}


/* ===== V2.2 素材图标升级 ===== */
.ui-icon{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:contain;flex:0 0 auto}
.icon-heart{background-image:url('../images/yidian/icons/heart.svg')}
.icon-users{background-image:url('../images/yidian/icons/users.svg')}
.icon-user{background-image:url('../images/yidian/icons/user.svg')}
.icon-building{background-image:url('../images/yidian/icons/building.svg')}
.icon-book{background-image:url('../images/yidian/icons/book.svg')}
.icon-open{background-image:url('../images/yidian/icons/open.svg')}
.icon-action{background-image:url('../images/yidian/icons/action.svg')}
.icon-eye{background-image:url('../images/yidian/icons/eye.svg')}
.icon-sprout{background-image:url('../images/yidian/icons/sprout.svg')}
.icon-child{background-image:url('../images/yidian/icons/child.svg')}
.icon-elder{background-image:url('../images/yidian/icons/elder.svg')}
.icon-community{background-image:url('../images/yidian/icons/community.svg')}
.icon-leaf{background-image:url('../images/yidian/icons/leaf.svg')}
.icon-rural{background-image:url('../images/yidian/icons/rural.svg')}
.icon-digital{background-image:url('../images/yidian/icons/digital.svg')}
.icon-anniversary{background-image:url('../images/yidian/icons/anniversary.svg')}
.icon-phone{background-image:url('../images/yidian/icons/phone.svg')}
.icon-mail{background-image:url('../images/yidian/icons/mail.svg')}
.icon-location{background-image:url('../images/yidian/icons/location.svg')}
.icon-handshake{background-image:url('../images/yidian/icons/handshake.svg')}
.icon-growth{background-image:url('../images/yidian/icons/growth.svg')}
.icon-eco{background-image:url('../images/yidian/icons/eco.svg')}
.icon-gift{background-image:url('../images/yidian/icons/gift.svg')}
.icon-chat{background-image:url('../images/yidian/icons/chat.svg')}
.icon-health{background-image:url('../images/yidian/icons/health.svg')}
.icon-mobile{background-image:url('../images/yidian/icons/mobile.svg')}
.icon-shield{background-image:url('../images/yidian/icons/shield.svg')}
.icon-scissors{background-image:url('../images/yidian/icons/scissors.svg')}
.icon-music{background-image:url('../images/yidian/icons/music.svg')}
.icon-calendar{background-image:url('../images/yidian/icons/calendar.svg')}
.icon-grid{background-image:url('../images/yidian/icons/grid.svg')}
.icon-badge{background-image:url('../images/yidian/icons/badge.svg')}
.icon-data{background-image:url('../images/yidian/icons/data.svg')}
.icon-image{background-image:url('../images/yidian/icons/image.svg')}
.icon-refresh{background-image:url('../images/yidian/icons/refresh.svg')}
.icon-hotline{background-image:url('../images/yidian/icons/hotline.svg')}
.icon-run{background-image:url('../images/yidian/icons/run.svg')}
.icon-palette{background-image:url('../images/yidian/icons/palette.svg')}
.icon-balloon{background-image:url('../images/yidian/icons/balloon.svg')}
.icon-trash{background-image:url('../images/yidian/icons/trash.svg')}
.icon-droplet{background-image:url('../images/yidian/icons/droplet.svg')}
.icon-team{background-image:url('../images/yidian/icons/team.svg')}
.icon-live{background-image:url('../images/yidian/icons/live.svg')}
.icon-market{background-image:url('../images/yidian/icons/market.svg')}
.icon-culture{background-image:url('../images/yidian/icons/culture.svg')}
.icon-share{background-image:url('../images/yidian/icons/share.svg')}
.icon-service{background-image:url('../images/yidian/icons/service.svg')}
.icon-education{background-image:url('../images/yidian/icons/education.svg')}

.stat-icon,.mini-dot,.vicon,.wp-feature .icon,.field-card .fi,.feature-row .feature b,.coop-value .item b,.contact-cards .icon,.category-item b,.pd-line-icon,.pd-result>span,.project-side-quote .heart-mark{font-size:0!important;color:transparent!important;line-height:0}
.stat-icon{width:52px;height:52px;border:0;background-color:transparent;border-radius:0;background-size:contain}
.mini-dot{width:38px;height:38px;background-size:20px 20px}
.vicon{width:56px;height:56px;background-color:#fff0ef;border-radius:50%;margin:0 auto 18px;background-size:26px 26px}
.wp-feature .icon,.feature-row .feature b,.coop-value .item b,.contact-cards .icon{width:44px;height:44px;background-size:26px 26px;background-color:#fff6f5;border-radius:50%;display:inline-block}
.feature-row .feature b,.coop-value .item b{margin-bottom:8px}
.category-item b{width:28px;height:28px;background-size:20px 20px;border-radius:50%;background-color:#fff4f3;display:inline-block;vertical-align:middle;margin-right:8px}
.field-card .fi{width:52px;height:52px;background-size:28px 28px;border-radius:50%;background-color:#fff2f1;display:grid;place-items:center;margin:0 auto 16px}
.pd-line-icon,.pd-result>span,.project-side-quote .heart-mark{display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center}
.pd-line-icon{width:34px;height:34px;margin-bottom:10px}
.pd-result>span{width:34px;height:34px;flex:0 0 34px}
.project-side-quote .heart-mark{width:46px;height:46px;margin:0 auto 10px;display:block}
.pd-copy-card:after,.pd-meaning-card:after{content:'';position:absolute;background:url('../images/yidian/icons/heart.svg') center/contain no-repeat;opacity:.10}
.pd-copy-card:after{right:24px;bottom:10px;width:88px;height:88px}
.pd-meaning-card:after{right:24px;bottom:10px;width:110px;height:110px}
.mission-points span{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);padding:8px 14px;border-radius:999px}
.mission-points span em{font-style:normal}
.mission-points .ui-icon{width:28px;height:28px;border-radius:50%;background-color:#fff;background-size:16px 16px}
.whitepaper-features .wp-feature{display:flex;align-items:center;gap:12px}
.whitepaper-features .wp-feature .icon{flex:0 0 44px}
.contact-cards .info-card .icon{margin:0 auto 12px}
@media(max-width:768px){
  .stat-icon{width:42px;height:42px}
  .mini-dot{width:34px;height:34px}
  .field-card .fi,.vicon{width:48px;height:48px;background-size:24px 24px}
  .mission-points span{padding:7px 11px;gap:8px}
  .mission-points .ui-icon{width:24px;height:24px;background-size:14px 14px}
}


/* ===== V2.3 cooperation + footer refinement ===== */
.coop-stats-rich{box-shadow:var(--shadow);overflow:hidden}
.coop-stats-rich .mini-stat{padding:22px 10px 18px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px}
.coop-stats-rich .mini-stat .icon{width:50px;height:50px;border-radius:50%;background:#fff5f4 center/28px 28px no-repeat;border:1px solid #f1d3d1;display:block;margin-bottom:8px}
.coop-stats-rich .mini-stat strong{line-height:1.05}
.coop-stats-rich .mini-stat span{font-size:15px;color:#333;font-weight:700}
.coop-stats-rich .mini-stat small{display:block;font-size:12px;line-height:1.5;color:#777;margin-top:3px}
.cicon-users{background-image:url('../images/yidian/icons/users.svg')}
.cicon-handshake{background-image:url('../images/yidian/icons/handshake.svg')}
.cicon-share{background-image:url('../images/yidian/icons/share.svg')}
.cicon-team{background-image:url('../images/yidian/icons/team.svg')}
.cicon-leaf{background-image:url('../images/yidian/icons/leaf.svg')}
.cicon-heart{background-image:url('../images/yidian/icons/heart.svg')}
.plan-grid-v23{position:relative;gap:14px;padding-top:48px}
.plan-grid-v23:before{content:'';position:absolute;left:3%;right:3%;top:47px;height:2px;background:#efb1b3;z-index:0}
.plan-grid-v23 .plan-card{position:relative;z-index:1;padding-top:26px}
.plan-grid-v23 .plan-card .body{padding:42px 12px 10px;min-height:206px}
.plan-grid-v23 .plan-card h3{font-size:26px;line-height:1.15;min-height:60px;display:flex;align-items:center;justify-content:center}
.plan-grid-v23 .plan-card p{font-size:13px;line-height:1.8;min-height:82px}
.plan-grid-v23 .plan-card img{height:112px;border-top:1px solid #f2f2f2;border-bottom:1px solid #f7f7f7}
.plan-grid-v23 .plan-card a{font-size:12px;padding:7px 16px;margin:12px 0 16px}
.plan-grid-v23 .plan-year{top:-1px;width:60px;height:60px;box-shadow:0 8px 18px rgba(215,25,32,.15)}
.plan-icon{display:block;width:52px;height:52px;margin:0 auto 14px;background:center/34px 34px no-repeat;background-color:#fff4f3;border-radius:50%;border:1px solid #f1d6d3}
.picon-users{background-image:url('../images/yidian/icons/users.svg')}
.picon-growth{background-image:url('../images/yidian/icons/growth.svg')}
.picon-shield{background-image:url('../images/yidian/icons/shield.svg')}
.picon-video{background-image:url('../images/yidian/icons/data.svg')}
.picon-leaf{background-image:url('../images/yidian/icons/leaf.svg')}
.picon-eco{background-image:url('../images/yidian/icons/community.svg')}
.picon-building{background-image:url('../images/yidian/icons/building.svg')}
.partners-v23 .partner{display:flex;flex-direction:column;gap:6px;height:86px;border-radius:14px;box-shadow:0 4px 14px rgba(0,0,0,.03)}
.partners-v23 .partner span{font-size:24px;line-height:1;font-weight:800}
.partners-v23 .partner small{font-size:13px;color:inherit;opacity:.8}
.coop-value-v23{box-shadow:var(--shadow)}
.coop-value-v23 .item{padding:0 6px}
.coop-value-v23 .item b{width:52px;height:52px;background-color:#fff;border:1px solid #f1d7d3;background-size:30px 30px;margin:0 auto 10px}
.coop-value-v23 .item span{display:block;line-height:1.6;font-weight:700}
.coop-value-v23 .item span small{display:block;font-size:12px;font-weight:400;color:#777;line-height:1.5;margin-top:3px}
.vbenefit-growth{background-image:url('../images/yidian/icons/growth.svg')}
.vbenefit-heart{background-image:url('../images/yidian/icons/heart.svg')}
.vbenefit-team{background-image:url('../images/yidian/icons/team.svg')}
.vbenefit-global{background-image:url('../images/yidian/icons/open.svg')}
.footer-cta{position:relative;overflow:hidden;background:linear-gradient(90deg,#da171d 0%,#b10d12 54%,#9f0a0e 100%)}
.footer-cta-inner{position:relative;min-height:138px;padding:28px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-cta-copy{position:relative;z-index:2;padding-left:4px}
.footer-cta-copy h2{font-size:34px;line-height:1.28;margin:0 0 8px}
.footer-cta-copy p{font-size:16px;opacity:.92;margin:0}
.footer-cta-actions{position:relative;z-index:2;flex:0 0 auto}
.footer-cta-actions .white-btn{min-width:164px;height:48px;font-size:16px;box-shadow:0 10px 20px rgba(0,0,0,.12)}
.footer-cta-media{position:absolute;right:0;top:0;bottom:0;width:34%;background:url('../images/yidian/cta-family.jpg') center right/cover no-repeat;opacity:.95}
.footer-cta-inner:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,0) 48%)}
.site-footer{background:linear-gradient(180deg,#b11015 0%,#8d0c10 100%)}
.footer-grid{padding:36px 0 30px;gap:28px;align-items:start}
.footer-brand .brand{margin-bottom:6px}
.footer-brand p{max-width:250px}
.socials span{width:28px;height:28px;font-size:12px;font-weight:700}
.footer-col a,.footer-contact p,.footer-qr p{font-size:14px}
.footer-qr img{width:96px;height:96px;border-radius:4px}
.footer-bottom{font-size:13px;padding:14px 20px 18px}
@media(max-width:1280px){
  .plan-grid-v23 .plan-card h3{font-size:22px}
}
@media(max-width:1024px){
  .plan-grid-v23{grid-template-columns:repeat(4,1fr);gap:36px 12px}
  .plan-grid-v23:before{display:none}
  .coop-stats-rich{grid-template-columns:repeat(3,1fr)}
  .partners-v23{grid-template-columns:repeat(4,1fr)}
  .footer-cta-copy h2{font-size:28px}
  .footer-cta-media{width:30%}
}
@media(max-width:768px){
  .coop-stats-rich{grid-template-columns:repeat(2,1fr)}
  .coop-stats-rich .mini-stat:nth-child(2n){border-right:0}
  .plan-grid-v23{grid-template-columns:repeat(2,1fr);gap:34px 12px;padding-top:0}
  .plan-grid-v23 .plan-card .body{min-height:190px}
  .plan-grid-v23 .plan-card h3{font-size:20px;min-height:54px}
  .partners-v23{grid-template-columns:repeat(2,1fr)}
  .partners-v23 .partner{height:78px}
  .partners-v23 .partner span{font-size:20px}
  .footer-cta-inner{min-height:170px;align-items:flex-start;flex-direction:column;padding:24px 0 24px}
  .footer-cta-copy h2{font-size:22px}
  .footer-cta-copy p{font-size:14px}
  .footer-cta-actions .white-btn{height:42px;font-size:14px}
  .footer-cta-media{position:relative;width:100%;height:110px;border-radius:14px;margin-top:8px}
}


/* V2.3.1 project detail real image icons */
.pd-real-icon,.pd-real-result-icon{background:none!important;border:0!important;color:transparent!important;font-size:0!important;display:inline-flex!important;align-items:center;justify-content:center}
.pd-real-icon{width:52px!important;height:52px!important;margin:0 auto 12px!important;border-radius:50%!important;background:#fff3f2!important;border:1px solid #f0d3d1!important}
.pd-real-icon img{display:block!important;width:30px!important;height:30px!important;object-fit:contain!important}
.pd-real-result-icon{width:46px!important;height:46px!important;flex:0 0 46px!important;border-radius:50%!important;background:#fff3f2!important}
.pd-real-result-icon img{display:block!important;width:28px!important;height:28px!important;object-fit:contain!important}


/* ===== V2.4.1 fixes ===== */
.contact-cards-three{grid-template-columns:repeat(3,1fr);max-width:860px;margin-left:auto;margin-right:auto}
.contact-panel-single{grid-template-columns:1fr;max-width:900px;margin:0 auto}
.footer-grid{grid-template-columns:1.6fr repeat(4,1fr) 1.5fr}
.footer-contact{min-width:180px}
@media(max-width:1024px){.footer-grid{grid-template-columns:1.6fr repeat(3,1fr)}.footer-contact{grid-column:auto}.contact-cards-three{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){.contact-cards-three{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-contact{grid-column:1/-1}}

/* V2.4.2 uploaded real icon support */
.value-card .value-real-icon{object-fit:contain;padding:9px;box-sizing:border-box;background:#fff3f2;border:1px solid #f6dcda}
.admin-icon-note{font-size:12px;color:#888}
.pd-real-icon img,.pd-real-result-icon img{width:100%;height:100%;object-fit:contain;display:block}
