*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:"PingFang SC","Microsoft YaHei",system-ui,-apple-system,sans-serif;
  background:linear-gradient(160deg,#0b0b18 0%,#15152c 100%);
  background-attachment:fixed;
  color:#e9e9f4;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:#9d7cff;text-decoration:none;transition:color .25s,text-decoration .25s}
a:hover{color:#c4b0ff;text-decoration:underline}
h1,h2,h3,h4{color:#f2f2ff;line-height:1.35;font-weight:700}
img{display:block;max-width:100%;height:auto}
.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* progress */
#progress-bar{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,#7c5cff,#9d7cff,#1fb9d6);z-index:2000;transition:width .1s linear}

/* header */
header.site-header{
  position:fixed;top:0;left:0;right:0;z-index:1500;
  background:rgba(11,11,24,.72);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid transparent;
  transition:border-color .3s,box-shadow .3s,background .3s;
}
header.site-header.scrolled{
  border-bottom:1px solid #2e2e58;
  box-shadow:0 8px 30px rgba(0,0,0,.55);
  background:rgba(11,11,24,.9);
}
.nav-inner{max-width:1280px;margin:0 auto;padding:0 20px;height:66px;display:flex;align-items:center;gap:18px}
.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
.logo-mark{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#7c5cff,#1fb9d6);display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:17px;box-shadow:0 4px 14px rgba(124,92,255,.5)}
.logo-text{font-size:17px;font-weight:800;color:#f2f2ff;letter-spacing:.5px;white-space:nowrap}
nav.main-nav{display:flex;gap:4px;margin-left:10px;flex:1}
nav.main-nav a{color:#c9c9e0;font-size:14px;padding:8px 11px;border-radius:8px;white-space:nowrap;transition:background .25s,color .25s}
nav.main-nav a:hover{background:rgba(124,92,255,.16);color:#d9ccff;text-decoration:none}
.nav-right{display:flex;align-items:center;gap:10px;flex-shrink:0}
.search-box{display:flex;align-items:center;background:#1a1a36;border:1px solid #2e2e58;border-radius:20px;padding:4px 6px 4px 14px;transition:border-color .25s}
.search-box:focus-within{border-color:#7c5cff}
.search-box input{background:transparent;border:none;outline:none;color:#e9e9f4;font-size:13px;width:130px;font-family:inherit}
.search-box input::placeholder{color:#8f8fc0}
.search-box button{background:linear-gradient(135deg,#7c5cff,#9d7cff);border:none;color:#fff;border-radius:14px;padding:5px 12px;font-size:13px;cursor:pointer;font-family:inherit}
.theme-btn{background:#1a1a36;border:1px solid #2e2e58;color:#e9e9f4;width:38px;height:38px;border-radius:10px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:border-color .25s,transform .25s}
.theme-btn:hover{border-color:#7c5cff;transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,#7c5cff,#9d7cff);color:#fff;border:none;border-radius:10px;padding:9px 18px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:transform .25s,box-shadow .25s;white-space:nowrap}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(124,92,255,.5);text-decoration:none;color:#fff}
.hamburger{display:none;background:#1a1a36;border:1px solid #2e2e58;color:#e9e9f4;width:40px;height:40px;border-radius:10px;font-size:19px;cursor:pointer;align-items:center;justify-content:center}
.mobile-menu{display:none;flex-direction:column;gap:2px;padding:12px 20px 20px;background:rgba(11,11,24,.97);border-bottom:1px solid #2e2e58}
.mobile-menu.open{display:flex}
.mobile-menu a{color:#c9c9e0;padding:11px 12px;border-radius:8px;font-size:15px}
.mobile-menu a:hover{background:rgba(124,92,255,.16);color:#d9ccff;text-decoration:none}
.mobile-menu .search-box{width:100%;margin-top:8px}
.mobile-menu .search-box input{width:100%}

/* hero */
.hero{
  min-height:78vh;display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:130px 20px 70px;position:relative;overflow:hidden;
}
.hero::before{content:"";position:absolute;top:-200px;left:50%;transform:translateX(-50%);width:760px;height:760px;background:radial-gradient(circle,rgba(124,92,255,.28),transparent 68%);pointer-events:none}
.hero::after{content:"";position:absolute;bottom:-260px;right:-160px;width:620px;height:620px;background:radial-gradient(circle,rgba(31,185,214,.18),transparent 70%);pointer-events:none}
.hero-logo{width:200px;height:200px;border-radius:44px;border:2px solid #2e2e58;box-shadow:0 20px 60px rgba(124,92,255,.4);position:relative;z-index:2;object-fit:cover}
.hero h1{font-size:clamp(24px,4vw,44px);margin:26px 0 14px;position:relative;z-index:2;letter-spacing:.5px}
.hero .slogan{font-size:clamp(15px,2vw,19px);color:#b9b0e6;margin-bottom:18px;position:relative;z-index:2}
.hero .intro{max-width:680px;font-size:15px;color:#cfcfe6;margin-bottom:32px;position:relative;z-index:2}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;position:relative;z-index:2}
.btn-ghost{background:rgba(26,26,54,.85);border:1px solid #2e2e58;color:#e9e9f4;border-radius:10px;padding:11px 24px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:border-color .25s,transform .25s,background .25s}
.btn-ghost:hover{border-color:#7c5cff;transform:translateY(-2px);text-decoration:none;color:#d9ccff}
.hero-stats{display:flex;gap:52px;margin-top:52px;flex-wrap:wrap;justify-content:center;position:relative;z-index:2}
.hero-stats .stat{text-align:center}
.hero-stats .stat b{display:block;font-size:clamp(24px,3vw,34px);color:#9d7cff;font-weight:800}
.hero-stats .stat span{font-size:13px;color:#a6a6cc}

/* section */
section{padding:66px 0}
.section-head{text-align:center;margin-bottom:42px}
.section-head h2{font-size:clamp(21px,3vw,30px);margin-bottom:12px}
.section-head p{color:#a6a6cc;font-size:14px;max-width:640px;margin:0 auto}
.badge-line{display:inline-block;font-size:12px;color:#c4b0ff;background:rgba(124,92,255,.16);border:1px solid rgba(124,92,255,.4);border-radius:20px;padding:4px 14px;margin-bottom:14px;letter-spacing:1px}

/* comic grid */
.comic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.comic-card{
  background:#1a1a36;border:1px solid #2e2e58;border-radius:16px;overflow:hidden;
  transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;
}
.comic-card:hover{transform:translateY(-8px);border-color:#7c5cff;box-shadow:0 18px 40px rgba(124,92,255,.3)}
.comic-cover{position:relative;overflow:hidden}
.comic-cover img{width:100%;height:auto;aspect-ratio:220/310;object-fit:cover;transition:transform .4s}
.comic-card:hover .comic-cover img{transform:scale(1.06)}
.tag-status{position:absolute;top:10px;left:10px;font-size:11px;padding:3px 9px;border-radius:20px;color:#fff;font-weight:600;background:linear-gradient(135deg,#7c5cff,#9d7cff)}
.tag-status.done{background:linear-gradient(135deg,#1fb9d6,#2ad0a0)}
.tag-views{position:absolute;top:10px;right:10px;font-size:11px;padding:3px 9px;border-radius:20px;color:#fff;background:rgba(11,11,24,.78);border:1px solid #2e2e58}
.comic-info{padding:14px}
.comic-info h3{font-size:15px;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.comic-info p{font-size:12.5px;color:#b0b0d0;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.comic-info p b{color:#c4b0ff;font-weight:600}
.comic-meta{display:flex;justify-content:space-between;align-items:center;margin-top:10px;font-size:11.5px;color:#9a9ac4}

/* featured */
.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.feature-card{display:flex;gap:18px;background:#1a1a36;border:1px solid #2e2e58;border-radius:16px;padding:18px;transition:border-color .3s,transform .3s}
.feature-card:hover{border-color:#7c5cff;transform:translateY(-5px)}
.feature-card img{width:150px;height:200px;border-radius:12px;object-fit:cover;flex-shrink:0}
.feature-card .fc-body h3{font-size:17px;margin-bottom:8px}
.feature-card .fc-body p{font-size:13px;color:#b0b0d0;margin-bottom:10px}
.fc-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}
.fc-tags span{font-size:11px;padding:3px 10px;border-radius:20px;background:rgba(124,92,255,.16);color:#c4b0ff;border:1px solid rgba(124,92,255,.35)}
.fc-meta{font-size:12px;color:#9a9ac4}

/* detail */
.detail-wrap{display:grid;grid-template-columns:280px 1fr;gap:34px;align-items:start}
.detail-side{background:linear-gradient(160deg,#1a1a36,#15152c);border:1px solid #2e2e58;border-radius:18px;padding:34px 26px;position:sticky;top:90px}
.detail-side .big-num{font-size:86px;font-weight:800;line-height:1;background:linear-gradient(135deg,#7c5cff,#1fb9d6);-webkit-background-clip:text;background-clip:text;color:transparent}
.detail-side h3{font-size:19px;margin:14px 0 12px}
.detail-side p{font-size:13.5px;color:#b0b0d0}
.detail-main h2{font-size:24px;margin-bottom:18px}
.detail-main h3{font-size:17px;margin:26px 0 10px;color:#c4b0ff}
.detail-main p{font-size:14.5px;color:#cfcfe6;margin-bottom:14px}
.detail-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.detail-tags span{font-size:12.5px;padding:7px 18px;border-radius:20px;background:rgba(31,185,214,.14);color:#7fe0f0;border:1px solid rgba(31,185,214,.4)}

/* roles */
.role-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.role-card{display:flex;gap:18px;background:#1a1a36;border:1px solid #2e2e58;border-radius:16px;padding:18px;transition:border-color .3s,transform .3s}
.role-card:hover{border-color:#9d7cff;transform:translateY(-5px)}
.role-card img{width:110px;height:110px;border-radius:14px;object-fit:cover;flex-shrink:0}
.role-card h3{font-size:16px;margin-bottom:6px}
.role-role{display:inline-block;font-size:11.5px;padding:2px 10px;border-radius:20px;background:rgba(124,92,255,.18);color:#c4b0ff;margin-bottom:8px}
.role-card p{font-size:13px;color:#b0b0d0}
.role-card p b{color:#c4b0ff}

/* platform */
.platform-wrap{display:grid;grid-template-columns:1.4fr 1fr;gap:36px;align-items:start}
.platform-text p{font-size:14.5px;color:#cfcfe6;margin-bottom:15px}
.step-list{display:flex;flex-direction:column;gap:16px}
.step-item{display:flex;gap:16px;background:#1a1a36;border:1px solid #2e2e58;border-radius:14px;padding:16px}
.step-item .num{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#7c5cff,#9d7cff);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;flex-shrink:0}
.step-item h4{font-size:14.5px;margin-bottom:4px}
.step-item p{font-size:12.5px;color:#b0b0d0}
.feature-squares{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}
.f-square{background:#1a1a36;border:1px solid #2e2e58;border-radius:14px;padding:20px 16px;text-align:center;transition:border-color .3s,transform .3s}
.f-square:hover{border-color:#7c5cff;transform:translateY(-4px)}
.f-square b{display:block;font-size:15px;color:#c4b0ff;margin-bottom:6px}
.f-square span{font-size:12.5px;color:#b0b0d0}

/* sync */
.sync-wrap{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}
.sync-text p{font-size:14.5px;color:#cfcfe6;margin-bottom:15px}
.sync-imgs{display:flex;gap:20px;justify-content:center;align-items:flex-end}
.sync-imgs img{border-radius:18px;border:1px solid #2e2e58;object-fit:cover;box-shadow:0 16px 40px rgba(0,0,0,.5)}

/* notice */
.notice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.notice-card{background:#1a1a36;border:1px solid #2e2e58;border-radius:14px;padding:20px;transition:border-color .3s,transform .3s}
.notice-card:hover{border-color:#1fb9d6;transform:translateY(-4px)}
.notice-date{font-size:12px;color:#7fe0f0;margin-bottom:8px}
.notice-card h3{font-size:15px;margin-bottom:8px}
.notice-card p{font-size:13px;color:#b0b0d0}

/* guide */
.guide-wrap{display:grid;grid-template-columns:1.4fr 1fr;gap:36px;align-items:start}
.guide-text p{font-size:14.5px;color:#cfcfe6;margin-bottom:15px}
.check-list{display:flex;flex-direction:column;gap:14px}
.check-item{display:flex;gap:12px;background:#1a1a36;border:1px solid #2e2e58;border-radius:12px;padding:14px 16px;font-size:13.5px;color:#cfcfe6}
.check-item .ck{color:#2ad0a0;font-weight:800;flex-shrink:0}

/* app */
.app-section{text-align:center}
.app-section p{max-width:640px;margin:0 auto 30px;font-size:14.5px;color:#cfcfe6}
.app-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}

/* comments */
.comment-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.comment-card{background:#1a1a36;border:1px solid #2e2e58;border-radius:14px;padding:18px;transition:border-color .3s,transform .3s}
.comment-card:hover{border-color:#9d7cff;transform:translateY(-4px)}
.comment-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.comment-user{display:flex;align-items:center;gap:10px}
.avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#7c5cff,#1fb9d6);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;flex-shrink:0}
.comment-user b{font-size:13.5px;color:#f2f2ff}
.comment-time{font-size:11.5px;color:#9a9ac4}
.comment-card p{font-size:13.5px;color:#c4c4de}

/* faq */
.faq-list{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.faq-item{background:#1a1a36;border:1px solid #2e2e58;border-radius:14px;overflow:hidden;transition:border-color .3s}
.faq-item.open{border-color:#7c5cff}
.faq-q{width:100%;text-align:left;background:transparent;border:none;color:#f2f2ff;font-size:15px;font-weight:600;padding:18px 20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:14px;font-family:inherit}
.faq-q .arrow{transition:transform .3s;color:#9d7cff;font-size:18px;flex-shrink:0}
.faq-item.open .faq-q .arrow{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a p{padding:0 20px 18px;font-size:13.5px;color:#b0b0d0}

/* sidebar layout */
.content-with-side{display:grid;grid-template-columns:1fr 320px;gap:34px;align-items:start}
.sidebar{display:flex;flex-direction:column;gap:22px;position:sticky;top:90px}
.side-card{background:#1a1a36;border:1px solid #2e2e58;border-radius:16px;padding:20px}
.side-card h3{font-size:16px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #2e2e58}
.rank-item{display:flex;align-items:center;gap:12px;padding:9px 0;border-bottom:1px dashed rgba(46,46,88,.8)}
.rank-item:last-child{border-bottom:none}
.rank-num{width:24px;height:24px;border-radius:7px;background:#25254a;color:#b0b0d0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}
.rank-num.top{background:linear-gradient(135deg,#7c5cff,#9d7cff);color:#fff}
.rank-num.top2{background:linear-gradient(135deg,#1fb9d6,#2ad0a0);color:#fff}
.rank-item span{font-size:13px;color:#cfcfe6;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rank-item em{font-size:11.5px;color:#9a9ac4;font-style:normal}
.stat-list{display:flex;flex-direction:column;gap:12px}
.stat-row{display:flex;justify-content:space-between;font-size:13.5px;color:#b0b0d0}
.stat-row b{color:#c4b0ff}

/* footer */
footer.site-footer{background:#0a0a16;border-top:1px solid #2e2e58;padding:56px 0 26px;margin-top:40px}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:40px}
.footer-col h4{font-size:15px;margin-bottom:16px;color:#f2f2ff}
.footer-col a{display:block;font-size:13px;color:#b0b0d0;padding:5px 0}
.footer-col a:hover{color:#c4b0ff}
.friend-links{text-align:center;padding:22px 0;border-top:1px solid #2e2e58;border-bottom:1px solid #2e2e58;margin-bottom:22px}
.friend-links span{font-size:13px;color:#9a9ac4;margin-right:10px}
.friend-links a{font-size:13px;color:#b0b0d0;margin:0 8px}
.friend-links a:hover{color:#c4b0ff}
.copyright{text-align:center;font-size:12.5px;color:#8f8fc0;line-height:2}
.copyright a{color:#9d7cff;margin:0 6px}

/* back top */
#backTop{position:fixed;right:22px;bottom:26px;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#7c5cff,#9d7cff);color:#fff;border:none;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,transform .3s;z-index:1200;box-shadow:0 10px 26px rgba(124,92,255,.5)}
#backTop.show{opacity:1;visibility:visible}
#backTop:hover{transform:translateY(-4px)}

/* light theme */
body.light{
  background:linear-gradient(160deg,#f6f8ff 0%,#eef2fb 100%);
  background-attachment:fixed;color:#142033;
}
body.light header.site-header{background:rgba(246,248,255,.82)}
body.light header.site-header.scrolled{background:rgba(246,248,255,.95);border-bottom:1px solid rgba(40,62,100,.13);box-shadow:0 8px 30px rgba(40,62,100,.12)}
body.light .logo-text,body.light h1,body.light h2,body.light h3,body.light h4{color:#0d0820}
body.light nav.main-nav a{color:#33415c}
body.light nav.main-nav a:hover{background:rgba(108,77,246,.12);color:#4b2fd6}
body.light .search-box{background:#fff;border-color:rgba(40,62,100,.13)}
body.light .search-box input{color:#142033}
body.light .search-box input::placeholder{color:#5c6b85}
body.light .theme-btn{background:#fff;border-color:rgba(40,62,100,.13);color:#142033}
body.light .mobile-menu{background:rgba(246,248,255,.98);border-bottom:1px solid rgba(40,62,100,.13)}
body.light .mobile-menu a{color:#33415c}
body.light .mobile-menu a:hover{background:rgba(108,77,246,.12);color:#4b2fd6}
body.light .hamburger{background:#fff;border-color:rgba(40,62,100,.13);color:#142033}
body.light .hero .slogan{color:#4b3fa8}
body.light .hero .intro{color:#33415c}
body.light .hero-stats .stat span{color:#5c6b85}
body.light .section-head p{color:#5c6b85}
body.light .comic-card,body.light .feature-card,body.light .role-card,body.light .notice-card,body.light .comment-card,body.light .faq-item,body.light .side-card,body.light .step-item,body.light .f-square,body.light .check-item,body.light .detail-side{background:#fff;border-color:rgba(40,62,100,.13)}
body.light .comic-info p,body.light .role-card p,body.light .notice-card p,body.light .comment-card p,body.light .faq-a p,body.light .detail-main p,body.light .platform-text p,body.light .sync-text p,body.light .guide-text p,body.light .app-section p,body.light .step-item p,body.light .f-square span,body.light .check-item,body.light .detail-side p{color:#33415c}
body.light .comic-meta,body.light .fc-meta,body.light .comment-time,body.light .rank-item em,body.light .stat-row,body.light .friend-links span{color:#5c6b85}
body.light .rank-item span,body.light .stat-row{color:#33415c}
body.light .detail-main h3{color:#4b2fd6}
body.light .detail-side .big-num{background:linear-gradient(135deg,#6c4df6,#1fb9d6);-webkit-background-clip:text;background-clip:text;color:transparent}
body.light .btn-ghost{background:#fff;border-color:rgba(40,62,100,.13);color:#142033}
body.light .btn-ghost:hover{border-color:#6c4df6;color:#4b2fd6}
body.light .rank-num{background:#eef2fb;color:#33415c}
body.light .side-card h3{border-bottom-color:rgba(40,62,100,.13)}
body.light .rank-item{border-bottom-color:rgba(40,62,100,.1)}
body.light footer.site-footer{background:#e7ecf7;border-top-color:rgba(40,62,100,.13)}
body.light .footer-col a{color:#33415c}
body.light .footer-col a:hover{color:#4b2fd6}
body.light .friend-links{border-color:rgba(40,62,100,.13)}
body.light .friend-links a{color:#33415c}
body.light .friend-links a:hover{color:#4b2fd6}
body.light .copyright{color:#5c6b85}
body.light .tag-views{background:rgba(255,255,255,.85);color:#142033;border-color:rgba(40,62,100,.13)}
body.light a{color:#5a3ce0}
body.light a:hover{color:#3b23b0}

/* responsive */
@media(max-width:1080px){
  .comic-grid{grid-template-columns:repeat(3,1fr)}
  .content-with-side{grid-template-columns:1fr}
  .sidebar{position:static;flex-direction:row;flex-wrap:wrap}
  .side-card{flex:1 1 280px}
}
@media(max-width:900px){
  nav.main-nav{display:none}
  .nav-right .search-box,.nav-right .btn-primary{display:none}
  .hamburger{display:flex}
  .feature-list{grid-template-columns:1fr}
  .role-grid{grid-template-columns:1fr}
  .platform-wrap,.sync-wrap,.guide-wrap,.detail-wrap{grid-template-columns:1fr}
  .detail-side{position:static}
  .notice-grid{grid-template-columns:repeat(2,1fr)}
  .feature-squares{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .comic-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .comment-grid{grid-template-columns:1fr}
  .notice-grid{grid-template-columns:1fr}
  .feature-squares{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .hero-stats{gap:28px}
  .feature-card{flex-direction:column}
  .feature-card img{width:100%;height:auto;aspect-ratio:300/200}
  .sync-imgs{flex-direction:column;align-items:center}
  .role-card{flex-direction:column;align-items:flex-start}
  .role-card img{width:100%;height:auto;aspect-ratio:1/1}
  section{padding:46px 0}
}