/* 鸿文征启通知专用样式 */
.hongwen-notice {
  font-size: 18px;
  color: #481527;
  line-height: 1.9;
}
.hongwen-notice-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.7em;
  margin-bottom: 24px;
  line-height: 1.4;
}
.hongwen-notice-section {
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 18px;
}
.hongwen-notice-paragraph {
  text-indent: 2em;
}
.hongwen-notice-paragraph-no-indent {
  text-indent: 0;
}
.hongwen-notice-list {
  margin-bottom: 18px;
}
.hongwen-notice-list li {
  margin-bottom: 10px;
  text-indent: 0;
  list-style: none;
  text-indent: 2em;
}
.hongwen-notice-list li span {
  font-weight: bold;
}
.hongwen-notice-bold {
  font-weight: bold;
}
.hongwen-notice-footer {
  text-align: right;
  margin-top: 32px;
  margin-bottom: 0;
  padding-right: 10em;
}
.hongwen-notice-footer div:last-child {
  padding-right: 4em;
}
/* 学者表格双边框与斜切角样式 */
.scholar-table-wrap {
  padding: 0 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.scholar-table-border {
  background: url(../images/table-bg.png) no-repeat center/100% 100%;
  padding: 9px;
}
.scholar-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
}
.scholar-table td {
  border-bottom: 2px solid #b99d7c;
}
.scholar-table tr:last-child td {
  border-bottom: none;
}
.scholar-table th {
  color: #ffc06f;
  font-weight: normal;
  font-size: 2rem;
  border-top: none;
}
:root {
  --nav-bg: #920303;
  --nav-bg-dark: #5c1616;
  --gold: #c9a227;
  --gold-light: #e8d48b;
  --beige: #f5f0e1;
  --beige-dark: #e8dfc8;
  --text-dark: #4a3728;
  --footer-bg: #5c1616;
  --nav-icon-color: #fff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Microsoft YaHei", "PingFang SC", "SimSun", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-dark);
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* ========== 左侧导航 ========== */

.main-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 92px;
  height: 100vh;
  background: var(--nav-bg);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 0;
  transition: width 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}


.main-nav:hover,
.main-nav.nav-expanded {
  width: 240px;
  box-shadow: 4px 0 20px rgba(0,0,0,0.15);
}

.nav-logo {
  width: 62px;
  height: 62px;
  min-width: 62px;
  margin-bottom: 20px;
  flex-shrink: 0;
  align-self: center;
  transition: width 0.3s ease, height 0.3s ease, margin-left 0.3s ease;
}
.main-nav.nav-expanded .nav-logo,
.main-nav:hover .nav-logo {
  width: 94px;
  height: 96px;
  align-self: flex-start;
  margin-left: 72px;
  margin-bottom: 34px;
}
.nav-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  padding: 315px 0;
  width: 100%;
  margin-top: 0;
  border-top: 2px solid #9b1c1c;
}

.nav-toggle-icon {
  margin-bottom: 18px;
}
.nav-toggle-icon img{
  display: block;
  width:32px;
  height:25px;
}
.nav-toggle-text {
  font-size: 18px;
}

.main-nav.nav-expanded .nav-toggle,
.main-nav:hover .nav-toggle {
  display: none;
}

.main-nav.nav-expanded .nav-links,
.main-nav:hover .nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.nav-links {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  display: none;
  border-top: 2px solid #9b1c1c;
  padding-top: 80px;
}

.nav-links li {
  margin-bottom: 4px;
  display: flex;
  justify-content: flex-start;
}

.nav-links a {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 26px 0;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
  transition: background 0.2s;
  text-decoration: none;
  font-family: STZhongsong;
}

.nav-links a:hover {
  color: var(--gold-light);
}
.screen-banner.in-view .main-nav {
  width: 240px;
}

/* ========== 通用屏 ========== */
.screen {
  min-height: 100vh;
  margin-left: 92px;
  padding: 60px 180px 80px;
  position: relative;
}

.main-nav:hover ~ .screen,
.main-nav.nav-expanded ~ .screen {
  margin-left: 72px;
}
.section-title{
  background: url("../images/title-bg.png") no-repeat;
  width:495px;
  height:150px;
  position: relative;
}
.section-title span{
  font-family: STZhongsong;
  font-weight: 400;
  font-size: 48px;
  color: #970404;
  line-height: 80px;
  position: absolute;
  top:15px;
}


/* ========== 第一屏：头图轮播 ========== */
.screen-banner {
  margin-left: 72px;
  padding: 0;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.banner-carousel {
  position: absolute;
  inset: 0;
}

.banner-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.banner-slide.active {
  opacity: 1;
  z-index: 1;
}

.banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  background: rgba(0,0,0,0.3);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: background 0.2s;
}

.carousel-prev:hover,
.carousel-next:hover {
  background: rgba(0,0,0,0.5);
}

.carousel-prev { left: 24px; }
.carousel-next { right: 24px; }

.carousel-dots {
  position: absolute;
  bottom: 50px;
  left: 90%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;

}

.carousel-dot {
  width: 13px;
  height: 13px;
  background: #A7A7A7;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 12px;
  text-align: center;
  line-height: 13px;
  color:#ffffff;
}

.carousel-dot.active {
  width: 30px;
  height: 30px;
  background: #920303;
  border: 3px solid #E2C688;
  line-height: 24px;
  font-size: 14px;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, transparent 40%, transparent 60%, rgba(0,0,0,0.15) 100%);
  pointer-events: none;
}

.banner-title {
  font-size: 42px;
  font-weight: bold;
  color: #5c2a2a;
  text-align: center;
  margin-bottom: 16px;
  text-shadow: 0 1px 2px rgba(255,255,255,0.8);
}

.banner-subtitle {
  font-size: 18px;
  color: #6b3a3a;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.banner-subtitle::before,
.banner-subtitle::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--gold);
  transform: rotate(45deg);
}


.banner-org {
  font-size: 13px;
  color: #555;
  position: absolute;
  bottom: 60px;
}

.product-links {
  position: absolute;
  bottom: 100px;
  right: 80px;
  z-index: 6;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  pointer-events: auto;
}

.product-links a {
  padding: 8px 16px;
  background: rgba(201,162,39,0.9);
  color: #3d2a00;
  border-radius: 20px;
  font-size: 13px;
  transition: background 0.2s, transform 0.2s;
}

.product-links a:hover {
  background: var(--gold);
  transform: translateY(-2px);
}

/* 第二屏：鸿文征启  */
.screen-hongwen {
  background: url('../images/part2-bg.jpg') no-repeat;
  background-size: cover;
  padding-bottom: 10px;
}

.hongwen-content-wrap {
  max-height: calc(100vh - 425px);
  overflow-y: auto;
  padding: 28px 0;
  margin-bottom: 50px;
}

.hongwen-content p {
  margin-bottom: 16px;
  text-indent: 2em;
  color: #481527;
  font-size: 18px;
}

.hongwen-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.btn {
  display: inline-block;
  position: relative;
  width: 430px;
  height: 105px;
  font-size: 36px;
  color:#954822;
  transition: all 0.2s;
  background: url("../images/btn-bg.png") no-repeat;
  text-align: center;
  line-height: 100px;
}

.btn[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 14px);
  transform: translateX(-50%) translateY(8px);
  width: max-content;
  min-width: 0;
  max-width: calc(100vw - 140px);
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(192, 57, 43, 0.22);
  background: rgba(44, 21, 17, 0.94);
  color: #fff6e7;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0 14px 32px rgba(28, 15, 12, 0.28);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  z-index: 20;
}

.btn[data-tooltip]::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 7px);
  width: 12px;
  height: 12px;
  transform: translateX(-50%) rotate(45deg) translateY(6px);
  background: rgba(44, 21, 17, 0.94);
  border-right: 1px solid rgba(192, 57, 43, 0.22);
  border-bottom: 1px solid rgba(192, 57, 43, 0.22);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  z-index: 19;
}

.btn[data-tooltip]:hover::before,
.btn[data-tooltip]:hover::after,
.btn[data-tooltip]:focus-visible::before,
.btn[data-tooltip]:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.btn[data-tooltip]:hover::after,
.btn[data-tooltip]:focus-visible::after {
  transform: translateX(-50%) rotate(45deg);
}

@media (max-width: 900px) {
  .btn[data-tooltip]::before {
    width: auto;
    max-width: min(92vw, 420px);
    font-size: 14px;
    line-height: 1.45;
    white-space: normal;
    text-align: center;
  }
}

.btn-tg{
  display: inline-block;
  width: 179px;
  height: 37px;
  font-size: 16px;
  color:#954822;
  transition: all 0.2s;
  background: url("../images/tggs.png") no-repeat;
  text-align: center;
  line-height: 37px;
}
/* 第三屏：往昔撷英 */
.screen-wangxi {
  background: #ffffff;
}

.wangxi-tabs {
  display: flex; 
  gap: 8px;
  margin-top: 80px;
  flex-wrap: wrap;
}

.wangxi-tab {
  border: none;
  background: #BDBDBD;
  border-radius: 16px;
   cursor: pointer;
  font-size: 26px;
  color: #ffffff;
  width: 193px;
  height: 80px;
  box-shadow: -13px 2px 8px 0px rgba(76, 76, 76, 0.29);
  margin-left: -20px;
  margin-bottom: -10px;
}
.wangxi-tab:first-child{
  margin-left: 40px;
}

.wangxi-tab:hover {
  color: var(--nav-bg);
}

.wangxi-tab.active {
  background: var(--nav-bg);
  color: #fff;
  border-color: var(--nav-bg);
}

.wangxi-accordion {
  display: flex;
  min-height: 572px;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  /*box-shadow: 0 4px 20px rgba(0,0,0,0.1);*/
}

.accordion-item {
  flex: 0 0 auto;
  width: 90px;
  transition: width 0.4s ease, flex 0.4s ease;
  overflow: hidden;
  position: relative;
}

.accordion-item.expanded {
  width: 480px;
  flex: 1;
}

.accordion-item:not(.expanded) {
  width: 90px;
}

.accordion-link {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.accordion-item .accordion-link img {
  height: 100%;
  width: auto;
  /*object-fit: cover;*/
  /*object-position: left center;*/
  transition: opacity 0.3s;
  border-radius: 10px;
}

.accordion-item.expanded .accordion-link img {
  opacity: 1;
  width: 100%;
}

.accordion-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s;
}

.accordion-item.expanded .accordion-label {
  opacity: 1;
}


/* 第四屏：云阅法苑 */
.screen-yunyue {
  background: url('../images/part4-bg.png') no-repeat;
  background-size: cover;
}

.yunyue-grid {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
}


/* 卡片样式 */
.yunyue-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: calc((100% - 150px) / 4);
  aspect-ratio: 328 / 230; 
  text-decoration: none;
  color: #333;
  margin-top: 20px;
  overflow: hidden;
  min-width: 200px;
}

/* 底座橘色部分 */
.yunyue-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: url("../images/book-bg.png") no-repeat center bottom;
  background-size: calc(100% + 4px) calc(100% + 2px);
  z-index: 1;
  background-position: -2px 0px;
}

/* 图书背景（浅色区域） */
.book-bg {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(../images/book-light-bg.png) no-repeat top;
  background-size: cover;
  z-index: 0;
}

.book-image {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.book-image img {
  max-width: 48%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 4px;
  transition: transform 0.3s ease;
  transform: rotate(0);
  transform-origin: center bottom;
}
.yunyue-card:nth-child(-n+3) .book-image img,
.yunyue-card:nth-child(7) .book-image img,
.yunyue-card:nth-child(8) .book-image img {
  box-shadow: none;
  width: 100%;
  max-width: fit-content;
}
.yunyue-card:nth-child(-n+3) .book-image img {
  margin-top: 20px;
}

/* 卡片文字 */
.card-name {
  position: relative;
  z-index: 3;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  text-align: center;
  padding: 0 8px;
  line-height: 1.1;
  height: 29%;
  display: inline-flex;
  align-items: center;
}
.yunyue-grid .yunyue-card:nth-child(n+6):nth-child(-n+11) .book-image img:first-child,
.yunyue-grid .yunyue-card:nth-child(4) .book-image img:first-child,
.yunyue-grid .yunyue-card:nth-child(5) .book-image img:first-child {
  transform: rotate(-5deg);
  margin: 15px -8px 0 4px;
}

.yunyue-grid .yunyue-card:nth-child(n+6):nth-child(-n+11) .book-image img:last-child,
.yunyue-grid .yunyue-card:nth-child(4) .book-image img:last-child,
.yunyue-grid .yunyue-card:nth-child(5) .book-image img:last-child {
  transform: rotate(7deg);
  margin: 15px 0 0 -8px;
}

.yunyue-grid .yunyue-card:last-child .book-image img {
  transform: rotate(0);
  max-width: 95%;
  margin-top: 30px;
  border-radius: 10px;
}

.yunyue-grid .yunyue-card:nth-child(1) .book-image img:first-child:hover {
  transform: rotate(-15deg) translateX(-8px);
}
.yunyue-grid .yunyue-card:nth-child(-n+5):hover .book-image img:last-child,
.yunyue-grid .yunyue-card:last-child:hover .book-image img {
  transform: rotate(13deg) translateX(8px);
}

.yunyue-grid .yunyue-card:nth-child(n+6):nth-child(-n+10) .book-image img:first-child:hover {
  transform: rotate(-15deg) translateX(-8px);
}
.yunyue-grid .yunyue-card:nth-child(n+6):nth-child(-n+10) .book-image img:last-child:hover {
  transform: rotate(13deg) translateX(8px);
}

/* 第五屏：良器辅创 */
.screen-liangqi {
  background: url('../images/part5-bg.jpg') no-repeat center;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.liangqi-grid {
  display: flex;
  position: relative;
  color:#8E0106;
  font-size: 22px;
  flex: 1;
}
.liangqi-card{
  display: flex;
  align-items: center;
  align-content: center;
  gap: 20px;
}
.liangqi-grid .liangqi-card:first-child{
  position: absolute;
  top: 5.5vh;
  left:0;
}
.liangqi-grid .liangqi-card:nth-child(2){
  position: absolute;
  top: 10vh;
  left:25%;
}
.liangqi-grid .liangqi-card:nth-child(3){
  position: absolute;
  top: 10vh;
  right:25%;
}
.liangqi-grid .liangqi-card:nth-child(4){
  position: absolute;
  top:5.5vh;
  right:0;
}
.liangqi-grid .liangqi-card:nth-child(5){
  position: absolute;
  top: 30vh;
  left:10%;
}
.liangqi-grid .liangqi-card:nth-child(6){
  position: absolute;
  top: 40vh;
  left:28%;
}
.liangqi-grid .liangqi-card:nth-child(7){
  position: absolute;
  top: 40vh;
  right:28%;
}
.liangqi-grid .liangqi-card:nth-child(8){
  position: absolute;
  top: 30vh;
  right:10%;
}
.liangqi-grid .liangqi-card:last-child{
  position: absolute;
  top: 59vh;
  left:42%;
}

.liangqi-icon {
  background: url("../images/part5-icon-bg.png") no-repeat;
  width: 135px;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0 6px 27px;
  box-sizing: unset;
}
.liangqi-icon img{
  width: 49px;
  height: 49px;
  padding:4px;
  text-align: center;
}
.liangqi-icon:hover, .liangqi-icon:active{
  background: url("../images/part5-icon-active-bg.png") no-repeat;
}


/*  footer */
.main-footer {
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
  height: 252px;
  padding: 40px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin:0 auto;
  width: 1200px;
  color: #ccc;
}
.footer-link{
  width: 1200px;
  margin: 0 auto 30px;
  word-break: keep-all;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-link a{
  color: #fff;
  font-size: 16px;
}
.footer-link a:hover{
  text-decoration: underline;
}
.footer-text {
  font-size: 18px;
}
.footer-text p {
  margin-bottom: 8px;
}

.footer-qr {
  display: flex;
  gap: 32px;
}

.qr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}

.qr-placeholder {
  width: 179px;
  height: 179px;
}
.qr-placeholder-vx{
  background: url("../images/qr1.png") no-repeat center;
  background-size: cover;
}
.qr-placeholder-try{
  background: url("../images/qr2.png") no-repeat center;
  background-size: cover;
  border: 12px solid #fff;
}

.floating-trial {
  position: fixed;
  left: 3vw;
  top: 12vh;
  z-index: 1200;
  width: 260px;
  padding: 14px 14px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(74, 13, 13, 0.26);
  border: 1px solid #f0d6a1;
  animation: trialFloatPath 16s linear infinite;
  will-change: transform, left, top;
  -webkit-animation: trialFloatPath 16s linear infinite;
  cursor: pointer;
}

.floating-trial:hover {
  animation-play-state: paused;
}

.floating-trial-qr {
  width: 160px;
  height: 160px;
  margin: 0 auto 10px;
  background: url("../images/qr2.jpg") no-repeat center;
  background-size: cover;
  border: 10px solid #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

.floating-trial-text {
  font-size: 14px;
  line-height: 1.5;
  color: #6a1e1e;
  text-align: justify;
}

@keyframes trialFloatPath {
  0% {
    left: 3vw;
    top: 12vh;
    transform: translate(0, 0);
  }
  20% {
    left: 68vw;
    top: 10vh;
    transform: translate(0, 0);
  }
  40% {
    left: 74vw;
    top: 52vh;
    transform: translate(0, 0);
  }
  60% {
    left: 28vw;
    top: 68vh;
    transform: translate(0, 0);
  }
  80% {
    left: 6vw;
    top: 46vh;
    transform: translate(0, 0);
  }
  100% {
    left: 3vw;
    top: 12vh;
    transform: translate(0, 0);
  }
}

@media (max-width: 1600px) {
  .liangqi-grid {
    font-size: 20px;
    font-weight: 600;
  }
}

@media (max-width: 900px) {
  .floating-trial {
    left: 8px;
    top: 10vh;
    width: 182px;
    padding: 10px;
  }

  @keyframes trialFloatPath {
    0% {
      left: 8px;
      top: 10vh;
    }
    25% {
      left: calc(100vw - 190px);
      top: 12vh;
    }
    50% {
      left: calc(100vw - 190px);
      top: 55vh;
    }
    75% {
      left: 8px;
      top: 62vh;
    }
    100% {
      left: 8px;
      top: 10vh;
    }
  }

  .floating-trial-qr {
    width: 112px;
    height: 112px;
    border-width: 6px;
    margin-bottom: 8px;
  }

  .floating-trial-text {
    font-size: 12px;
    line-height: 1.4;
  }
}
/* 学者列表页 */
.screen-scholar{
  padding: 0;
  background: url(../images/scholar-bg.png);
}
  .scholar-section-title {
    height: 360px;
    position: relative;
    font-size: 3rem;
    text-align: center;
    color: #970404;
    font-weight: normal;
    background: url('../images/scholar-title-bg.png') center 75px/contain no-repeat;
  }
  .scholar-section-title .title-icon {
    background: none;
    padding: 0;
  }
  .scholar-table {
    width:100%;
    margin:0 auto;border-collapse:collapse;
  }
  .scholar-table th, .scholar-table td {
    padding: 8px 6px;
    text-align: center;
    font-size: 1.2rem;
  }
  .scholar-table tr:first-child td {
    border-top: none;
  }
  .scholar-table th {
    color: #ffc06f;
    font-weight: normal;
    font-size: 1.5rem;
    padding-top:23px;
  }
  .scholar-table-wrap {
    padding: 0 0 48px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
  }
  .scholar-search-bar {
  width: 100%;
  max-width: 650px;
  margin: 32px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.scholar-search-input {
  flex: 1;
  height: 57px;
  border: 3px solid #b99d7c;
  border-radius: 29px;
  padding: 0 22px;
  font-size: 20px;
  outline: none;
  background: #fff;
  color: #a03a3a;
  box-sizing: border-box;
}
.scholar-search-btn {
  height: 50px;
  line-height: 45px;
  min-width: 210px;
  background: url('../images/scholar-btn-bg.png');
  border: none;
  border-radius: 24px;
  font-size: 20px;
  color: #954822;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s, color 0.2s;
}
.scholar-statement{
  height: 60px;
  line-height: 45px;
  font-size: 20px;
  background: url(../images/statement.png) no-repeat;
  background-size: 100% 100%;
  margin: -1px auto 0;
  text-align: center;
}

.submit-modal-overlay {
      position: fixed;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      background: rgba(9, 18, 32, 0.52);
      backdrop-filter: blur(6px);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.2s ease, visibility 0.2s ease;
      z-index: 9999;
    }

    .submit-modal-overlay.is-visible {
      opacity: 1;
      visibility: visible;
    }

    .submit-modal {
      width: min(420px, 100%);
      border-radius: 20px;
      padding: 28px 26px 24px;
      background: linear-gradient(180deg, #fffaf4 0%, #ffffff 100%);
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
      border: 1px solid rgba(192, 57, 43, 0.12);
      transform: translateY(12px) scale(0.98);
      transition: transform 0.2s ease;
      text-align: center;
    }

    .submit-modal-overlay.is-visible .submit-modal {
      transform: translateY(0) scale(1);
    }

    .submit-modal-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      margin: 0 auto 16px;
      border-radius: 50%;
      background: linear-gradient(135deg, #c0392b 0%, #8e2a20 100%);
      color: #fff;
      font-size: 28px;
      font-weight: 700;
      box-shadow: 0 10px 22px rgba(192, 57, 43, 0.28);
    }

    .submit-modal-title {
      margin: 0;
      font-size: 22px;
      line-height: 1.4;
      color: #2b1f1b;
      font-weight: 700;
      letter-spacing: 0.02em;
      margin-bottom: 22px;
    }

    .submit-modal-text {
      margin: 12px 0 22px;
      font-size: 15px;
      line-height: 1.8;
      color: #5c534f;
    }

    .submit-modal-actions {
      display: flex;
      justify-content: center;
    }

    .submit-modal-close {
      min-width: 120px;
      border: none;
      border-radius: 999px;
      padding: 12px 22px;
      background: linear-gradient(135deg, #c0392b 0%, #a33125 100%);
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      cursor: pointer;
      box-shadow: 0 12px 22px rgba(192, 57, 43, 0.26);
    }

    .submit-modal-close:hover {
      filter: brightness(1.03);
    }

    .submit-modal-close:focus-visible {
      outline: 3px solid rgba(192, 57, 43, 0.28);
      outline-offset: 3px;
    }

    body.modal-open {
      overflow: hidden;
    }

    @media (max-width: 640px) {
      .submit-modal {
        padding: 24px 20px 20px;
        border-radius: 18px;
      }

      .submit-modal-title {
        font-size: 20px;
      }

      .submit-modal-text {
        margin-bottom: 18px;
        font-size: 14px;
      }

      .submit-modal-close {
        width: 100%;
      }
    }