/* ============================================================
   wenlead-v42.css — 2026-08-25
   1) 课表明细视觉重构（三营分色 · 模块色签 · 醒目层级）
   2) 新闻动态页新设计语言（深绿竹青 · 分类Tab · 实拍封面）
   ============================================================ */

.v42-camp-gold  { --v42-accent:#D4A853; --v42-accent-ink:#5C4310; --v42-accent-soft:rgba(212,168,83,.16); }
.v42-camp-green { --v42-accent:#087A5A; --v42-accent-ink:#FFFFFF; --v42-accent-soft:rgba(8,122,90,.12); }
.v42-camp-orange{ --v42-accent:#E65100; --v42-accent-ink:#FFFFFF; --v42-accent-soft:rgba(230,81,0,.10); }

/* ============ 1. 课表明细重构 ============ */

#schedules {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F7F2 140px, #F5F7F2 100%) !important;
  padding-top: 84px !important;
  padding-bottom: 96px !important;
}
#schedules .section-title { max-width: 720px; margin: 0 auto 6px !important; text-align: center; }
#schedules .section-subtitle {
  font-size: 12px !important; letter-spacing: .34em !important; font-weight: 700 !important;
  color: #087A5A !important; text-transform: uppercase; margin-bottom: 14px !important;
}
#schedules .section-heading {
  font-family: "Noto Serif SC","Songti SC",serif !important; font-weight: 700 !important;
  font-size: clamp(26px, 3.6vw, 40px) !important; line-height: 1.25 !important;
  color: #063B33 !important; letter-spacing: .01em;
}
#schedules .section-desc { color: #60736E !important; margin-top: 14px !important; font-size: 15.5px !important; }

/* —— 营期切换 Tab：三营三色 —— */
#schedules .schedule-tabs {
  display: flex !important; flex-wrap: wrap; justify-content: center; gap: 12px !important;
  margin: 36px 0 8px !important; padding: 0; list-style: none;
  border-bottom: none !important; background: none !important;
}
#schedules .schedule-tab {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  padding: 12px 24px !important; border-radius: 999px !important;
  border: 1.5px solid rgba(6,59,51,.16) !important; background: #FFFFFF !important;
  color: #102A25 !important; font-size: 15px !important; font-weight: 600 !important;
  cursor: pointer; box-shadow: 0 1px 2px rgba(6,59,51,.05);
  transition: all .22s ease; line-height: 1.3 !important; margin: 0 !important;
}
#schedules .schedule-tab::before {
  content: ""; width: 9px; height: 9px; border-radius: 50%; flex: none;
  background: var(--v42-accent, #087A5A); box-shadow: 0 0 0 3px var(--v42-accent-soft, rgba(8,122,90,.12));
}
#schedules .schedule-tab[data-tab="tab1"] { --v42-accent:#D4A853; --v42-accent-soft:rgba(212,168,83,.20); }
#schedules .schedule-tab[data-tab="tab2"] { --v42-accent:#087A5A; --v42-accent-soft:rgba(8,122,90,.14); }
#schedules .schedule-tab[data-tab="tab3"] { --v42-accent:#E65100; --v42-accent-soft:rgba(230,81,0,.14); }
#schedules .schedule-tab:hover { transform: translateY(-1px); border-color: rgba(6,59,51,.30) !important; }
#schedules .schedule-tab.active { color: var(--v42-accent-ink) !important; background: var(--v42-accent) !important; border-color: var(--v42-accent) !important; }
#schedules .schedule-tab.active[data-tab="tab1"] { color: #5C4310 !important; }
#schedules .schedule-tab.active::before { background: #FFFFFF !important; box-shadow: none !important; }

/* —— 面板通用 —— */
#schedules .schedule-panel { margin-top: 26px; }
#schedules .camp-intro {
  background: #FFFFFF !important; border: 1px solid rgba(6,59,51,.08) !important;
  border-left: 5px solid var(--v42-accent, #087A5A) !important;
  border-radius: 14px !important; padding: 20px 24px !important;
  box-shadow: 0 10px 30px -18px rgba(6,59,51,.28);
  color: #102A25 !important; font-size: 15px !important; line-height: 1.85 !important;
}
#schedules .camp-intro strong { font-family: "Noto Serif SC",serif !important; font-size: 16.5px; color: #063B33; }
#tab1 .camp-intro { --v42-accent:#D4A853; }
#tab2 .camp-intro { --v42-accent:#087A5A; }
#tab3 .camp-intro { --v42-accent:#E65100; }

#schedules .camp-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 16px 0 6px; }
#schedules .camp-strip img {
  width: 100%; height: 150px; object-fit: cover; border-radius: 10px;
  border: 1px solid rgba(6,59,51,.08); transition: transform .3s ease, box-shadow .3s ease;
}
#schedules .camp-strip img:hover { transform: scale(1.025); box-shadow: 0 14px 34px -14px rgba(6,59,51,.35); }
#schedules .camp-strip-note { font-size: 12.5px !important; color: #90A29C !important; margin: 2px 0 6px !important; }
@media (max-width: 768px) { #schedules .camp-strip { grid-template-columns: repeat(2, 1fr); } #schedules .camp-strip img { height: 118px; } }

#schedules .csu-pdf-card {
  background: #FFFFFF !important; border: 1px solid rgba(212,168,83,.45) !important;
  border-left: 5px solid #D4A853 !important; border-radius: 14px !important;
  padding: 18px 22px !important; margin: 18px 0 4px !important;
  box-shadow: 0 10px 30px -20px rgba(92,67,16,.4);
}
#schedules .csu-pdf-btn {
  background: #D4A853 !important; color: #3A2C08 !important; border-radius: 999px !important;
  padding: 10px 20px !important; font-weight: 700 !important; white-space: nowrap;
  transition: filter .2s ease;
}
#schedules .csu-pdf-btn:hover { filter: brightness(1.06); }

/* —— 日块 + 课表 —— */
#schedules .day-block {
  margin-top: 22px; background: #FFFFFF; border: 1px solid rgba(6,59,51,.08);
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 1px 2px rgba(6,59,51,.05), 0 12px 32px -22px rgba(6,59,51,.30);
}
#schedules .day-head {
  display: flex; align-items: center; gap: 14px; padding: 14px 20px;
  background: linear-gradient(90deg, var(--v42-accent-soft, rgba(8,122,90,.12)) 0%, rgba(255,255,255,0) 78%);
  border-bottom: 2px solid var(--v42-accent, #087A5A);
}
#schedules .day-num {
  display: inline-block; padding: 5px 13px; border-radius: 8px;
  background: var(--v42-accent, #087A5A); color: #FFFFFF;
  font-family: "Noto Serif SC",serif; font-weight: 700; font-size: 13px; letter-spacing: .08em;
}
#tab1 .day-num { color: #5C4310; }
#schedules .day-title {
  font-family: "Noto Serif SC",serif !important; font-weight: 700 !important;
  font-size: 17px !important; color: #102A25 !important;
}
#tab1 .day-block, #tab1 .day-head { --v42-accent:#D4A853; --v42-accent-soft:rgba(212,168,83,.16); }
#tab2 .day-block, #tab2 .day-head { --v42-accent:#087A5A; --v42-accent-soft:rgba(8,122,90,.12); }
#tab3 .day-block, #tab3 .day-head { --v42-accent:#E65100; --v42-accent-soft:rgba(230,81,0,.10); }

#schedules .sched-table {
  width: 100% !important; border-collapse: collapse !important;
  font-size: 14px !important; margin: 0 !important; background: transparent !important;
}
#schedules .sched-table th {
  background: #063B33 !important; color: #EAF7F0 !important;
  font-size: 12.5px !important; font-weight: 600 !important; letter-spacing: .12em !important;
  padding: 10px 16px !important; text-align: left !important; border: none !important;
}
#schedules .sched-table td {
  padding: 12px 16px !important; border-bottom: 1px solid rgba(6,59,51,.08) !important;
  border-top: none !important; vertical-align: middle !important; background: transparent !important;
}
#schedules .sched-table tr:nth-child(even) td { background: rgba(245,247,242,.75) !important; }
#schedules .sched-table tr:last-child td { border-bottom: none !important; }
#schedules .sched-table tr:hover td { background: rgba(167,243,208,.16) !important; }

#schedules .t-time {
  font-weight: 700 !important; color: #087A5A !important; white-space: nowrap !important;
  font-variant-numeric: tabular-nums; font-size: 13.5px !important;
}
#schedules .t-course { color: #102A25 !important; font-weight: 500 !important; line-height: 1.6 !important; }
#schedules .t-out { color: #60736E !important; font-size: 13px !important; line-height: 1.6 !important; }

/* 模块色签 */
#schedules .t-mod span {
  display: inline-block; padding: 3px 11px; border-radius: 999px;
  font-size: 12px; font-weight: 700; white-space: nowrap; letter-spacing: .02em;
}
#schedules .m-ai    { background: rgba(22,184,134,.15);  color: #087A5A !important; }
#schedules .m-robot { background: rgba(230,81,0,.12);    color: #C74400 !important; }
#schedules .m-show  { background: rgba(212,168,83,.22);  color: #8A6A1F !important; }
#schedules .m-study { background: rgba(6,59,51,.10);     color: #063B33 !important; }
#schedules .m-life  { background: rgba(96,115,110,.14);  color: #5A6B66 !important; }

@media (max-width: 768px) {
  #schedules .day-block { overflow-x: auto; }
  #schedules .sched-table { min-width: 660px; }
  #schedules .day-head { padding: 12px 14px; gap: 10px; }
  #schedules .day-title { font-size: 15px !important; }
}

/* ============ 2. 新闻页新设计 ============ */

.v42-news-hero {
  position: relative; overflow: hidden;
  background: radial-gradient(1200px 500px at 82% -10%, rgba(22,184,134,.20) 0%, rgba(22,184,134,0) 60%),
              linear-gradient(160deg, #04251F 0%, #063B33 58%, #075145 100%);
  color: #FFFFFF; padding: 96px 0 84px;
}
.v42-news-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(167,243,208,.14) 1px, transparent 1px);
  background-size: 26px 26px; opacity: .5; mask-image: linear-gradient(180deg, transparent 40%, #000 130%);
}
.v42-news-hero .v40-shell { position: relative; z-index: 2; max-width: 1160px; }
.v42-news-hero .v40-kicker { color: #A7F3D0 !important; }
.v42-news-hero h1 {
  font-family: "Noto Serif SC",serif; font-weight: 700; line-height: 1.28;
  font-size: clamp(30px, 4.6vw, 50px); margin: 18px 0 0; color: #FFFFFF;
}
.v42-news-hero h1 em { font-style: normal; color: #A7F3D0; }
.v42-news-hero .v42-news-lead {
  margin-top: 20px; max-width: 640px; color: rgba(255,255,255,.78);
  font-size: 16px; line-height: 1.9;
}

/* 分类筛选 */
.v42-filterbar {
  position: sticky; top: 64px; z-index: 40;
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(6,59,51,.10);
  padding: 14px 0;
}
.v42-filter-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.v42-filter-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.v42-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 18px; border-radius: 999px; cursor: pointer; text-decoration: none;
  border: 1.5px solid rgba(6,59,51,.16); background: #FFFFFF; color: #102A25;
  font-size: 14px; font-weight: 600; transition: all .2s ease;
}
.v42-pill b {
  font-size: 12px; font-weight: 700; padding: 1px 8px; border-radius: 999px;
  background: rgba(6,59,51,.07); color: #60736E; font-variant-numeric: tabular-nums;
}
.v42-pill:hover { border-color: rgba(8,122,90,.5); color: #087A5A; }
.v42-pill.active { background: #063B33; border-color: #063B33; color: #FFFFFF; }
.v42-pill.active b { background: rgba(167,243,208,.22); color: #A7F3D0; }
.v42-filter-count { font-size: 13px; color: #90A29C; }
.v42-filter-count b { color: #087A5A; font-size: 15px; }

/* 列表区 */
.v42-news-list { background: #F5F7F2; padding: 44px 0 84px; }
.v42-news-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.v42-card {
  display: flex; flex-direction: column; background: #FFFFFF;
  border: 1px solid rgba(6,59,51,.08); border-radius: 16px; overflow: hidden;
  text-decoration: none; transition: transform .28s ease, box-shadow .28s ease;
}
.js-enabled .v42-card:not(.v42-shown) { opacity: 0; transform: translateY(18px); }
.v42-card.v42-shown { opacity: 1; transform: none; }
.v42-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px -20px rgba(6,59,51,.35); }
.v42-card-cover { position: relative; height: 190px; overflow: hidden; background: #063B33; }
.v42-card-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; display: block; }
.v42-card:hover .v42-card-cover img { transform: scale(1.05); }
.v42-card-cover.v42-cover-tint { display: flex; align-items: center; justify-content: center;
  background: radial-gradient(600px 260px at 20% 0%, rgba(22,184,134,.35) 0%, rgba(22,184,134,0) 60%), linear-gradient(150deg, #063B33, #04251F); }
.v42-cover-icon { width: 58px; height: 58px; color: #A7F3D0; opacity: .9; }
.v42-card-cat {
  position: absolute; left: 14px; top: 14px; z-index: 2;
  padding: 5px 13px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .04em;
  background: rgba(4,37,31,.78); color: #A7F3D0; backdrop-filter: blur(4px);
}
.v42-card-cat[data-cat="industry"] { background: rgba(212,168,83,.92); color: #5C4310; }
.v42-card-cat[data-cat="company"]  { background: rgba(230,81,0,.92); color: #FFFFFF; }
.v42-card-body { display: flex; flex-direction: column; gap: 10px; padding: 20px 22px 22px; flex: 1; }
.v42-card-date { font-size: 12.5px; color: #90A29C; font-variant-numeric: tabular-nums; letter-spacing: .04em; }
.v42-card-title {
  font-family: "Noto Serif SC",serif; font-size: 18px; font-weight: 700; line-height: 1.55;
  color: #102A25; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.v42-card:hover .v42-card-title { color: #087A5A; }
.v42-card-excerpt {
  font-size: 13.5px; line-height: 1.8; color: #60736E; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.v42-card-more {
  margin-top: auto; padding-top: 6px; font-size: 13px; font-weight: 700; color: #087A5A;
  display: inline-flex; align-items: center; gap: 6px;
}
.v42-card-more svg { width: 14px; height: 14px; transition: transform .2s ease; }
.v42-card:hover .v42-card-more svg { transform: translateX(4px); }

/* 置顶大卡 */
.v42-featured {
  grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr 1fr; border-radius: 18px;
  box-shadow: 0 18px 40px -22px rgba(6,59,51,.4);
}
.v42-featured .v42-card-cover { height: 100%; min-height: 320px; }
.v42-featured .v42-card-body { padding: 34px 36px; gap: 14px; justify-content: center; }
.v42-featured .v42-card-title { font-size: clamp(21px, 2.4vw, 27px); -webkit-line-clamp: 3; }
.v42-featured .v42-card-excerpt { -webkit-line-clamp: 3; font-size: 14.5px; }
.v42-featured .v42-new-tag {
  display: inline-flex; align-items: center; gap: 6px; align-self: flex-start;
  padding: 4px 12px; border-radius: 999px; background: rgba(230,81,0,.10); color: #C74400;
  font-size: 12px; font-weight: 700; letter-spacing: .06em;
}
@media (max-width: 900px) { .v42-featured { grid-template-columns: 1fr; } .v42-featured .v42-card-cover { min-height: 220px; } }
@media (max-width: 960px)  { .v42-news-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .v42-news-grid { grid-template-columns: 1fr; } .v42-filterbar { top: 56px; } }

/* 空状态 */
.v42-empty {
  grid-column: 1 / -1; text-align: center; padding: 70px 20px;
  background: #FFFFFF; border: 1.5px dashed rgba(6,59,51,.16); border-radius: 16px;
}
.v42-empty svg { width: 46px; height: 46px; color: #B9C9C3; margin-bottom: 14px; }
.v42-empty h3 { font-family: "Noto Serif SC",serif; font-size: 18px; color: #102A25; margin: 0 0 8px; }
.v42-empty p { font-size: 14px; color: #90A29C; margin: 0; }

/* 底部 CTA */
.v42-news-cta {
  background: radial-gradient(900px 400px at 15% 0%, rgba(22,184,134,.18) 0%, rgba(22,184,134,0) 55%),
              linear-gradient(160deg, #063B33, #04251F);
  color: #FFFFFF; padding: 72px 0; text-align: center;
}
.v42-news-cta .v40-kicker { color: #A7F3D0 !important; justify-content: center; }
.v42-news-cta h2 {
  font-family: "Noto Serif SC",serif; font-size: clamp(24px, 3vw, 34px); font-weight: 700;
  margin: 16px 0 12px; color: #FFFFFF;
}
.v42-news-cta p { color: rgba(255,255,255,.72); font-size: 15px; max-width: 560px; margin: 0 auto 28px; line-height: 1.9; }
.v42-news-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.v42-btn-solid {
  display: inline-block; padding: 13px 30px; border-radius: 999px; text-decoration: none;
  background: #16B886; color: #032820; font-size: 15px; font-weight: 700;
  transition: filter .2s ease, transform .2s ease;
}
.v42-btn-solid:hover { filter: brightness(1.07); transform: translateY(-1px); }
.v42-btn-ghost {
  display: inline-block; padding: 13px 30px; border-radius: 999px; text-decoration: none;
  border: 1px solid rgba(167,243,208,.45); color: #EAF7F0; font-size: 15px; font-weight: 600;
  transition: background .2s ease;
}
.v42-btn-ghost:hover { background: rgba(167,243,208,.10); }

/* ============ 3. 通用小组件 ============ */

/* 教师赋能 · 数据带 */
.v42-footprint {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px;
}
.v42-footprint div {
  background: #F5F7F2; border: 1px solid rgba(6,59,51,.08); border-radius: 14px;
  padding: 20px 18px; text-align: center;
}
.v42-footprint b {
  display: block; font-family: "Noto Serif SC",serif; font-size: 30px; font-weight: 700;
  color: #087A5A; line-height: 1.2;
}
.v42-footprint b i { font-style: normal; font-size: 15px; color: #60736E; margin-left: 2px; }
.v42-footprint span { display: block; margin-top: 6px; font-size: 13px; color: #60736E; }
@media (max-width: 720px) { .v42-footprint { grid-template-columns: 1fr; } }

/* v43: teacher-empower cards — dark tiles on light section for readability */
#teacher-empower .v40-path-grid { border: 0; gap: 20px; }
#teacher-empower .v40-path-grid article {
  border: 0; border-radius: 18px; min-height: 250px;
  background: linear-gradient(170deg, #053E36 0%, #063B33 55%, #0A4A40 100%);
  box-shadow: 0 20px 44px -20px rgba(6,59,51,.38);
  transition: transform .3s ease, box-shadow .3s ease;
}
#teacher-empower .v40-path-grid article:hover { transform: translateY(-4px); box-shadow: 0 28px 54px -22px rgba(6,59,51,.5); }
@media (max-width: 860px) { #teacher-empower .v40-path-grid { grid-template-columns: 1fr; } }

/* v44: student works gallery */
.v44-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 42px; }
.v44-stats div { padding: 22px 14px; border-radius: 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); text-align: center; }
.v44-stats b { display: block; font-family: "Noto Serif SC",serif; font-size: 30px; color: #A7F3D0; line-height: 1.15; }
.v44-stats b i { font-style: normal; font-size: 14px; color: rgba(255,255,255,.65); margin-left: 2px; }
.v44-stats span { display: block; margin-top: 6px; font-size: 12.5px; color: rgba(255,255,255,.68); }
@media (max-width: 760px) { .v44-stats { grid-template-columns: repeat(2, 1fr); } }

.v44-gallery-grid { columns: 3; column-gap: 20px; }
.v44-gcard { position: relative; display: block; break-inside: avoid; margin: 0 0 20px; border-radius: 14px; overflow: hidden; cursor: zoom-in; background: #063B33; }
.v44-gcard img { width: 100%; display: block; transition: transform .45s ease; }
.v44-gcard:hover img, .v44-gcard:focus-visible img { transform: scale(1.05); }
.v44-gcard:focus-visible { outline: 3px solid #16B886; outline-offset: 2px; }
.v44-gcap { position: absolute; inset: auto 0 0 0; margin: 0; padding: 40px 16px 14px; background: linear-gradient(180deg, rgba(4,30,25,0) 0%, rgba(4,30,25,.85) 80%); color: #fff; opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .3s ease; }
.v44-gcard:hover .v44-gcap, .v44-gcard:focus-visible .v44-gcap { opacity: 1; transform: none; }
.v44-gcap b { display: block; font-size: 14px; letter-spacing: .01em; }
.v44-gcap span { display: inline-block; margin-top: 6px; padding: 2px 10px; border-radius: 999px; background: rgba(22,184,134,.92); color: #04352B; font-size: 11px; font-weight: 700; }
@media (max-width: 900px) { .v44-gallery-grid { columns: 2; } }
@media (max-width: 600px) { .v44-gallery-grid { columns: 1; } }

.v44-videos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.v44-video { border-radius: 14px; overflow: hidden; background: #063B33; box-shadow: 0 16px 36px -18px rgba(6,59,51,.4); }
.v44-video video { width: 100%; display: block; }
.v44-vcap { margin: 0; padding: 12px 16px; font-size: 13.5px; font-weight: 700; color: #0B2E27; background: #fff; }
@media (max-width: 700px) { .v44-videos { grid-template-columns: 1fr; } }

.v44-lightbox { position: fixed; inset: 0; z-index: 9995; display: none; align-items: center; justify-content: center; background: rgba(3,22,18,.93); padding: 30px; }
.v44-lightbox.open { display: flex; }
.v44-lightbox img { max-width: min(1100px, 92vw); max-height: 80vh; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.55); }
.v44-lb-btn { position: fixed; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; transition: background .2s ease; }
.v44-lb-btn:hover { background: rgba(22,184,134,.85); color: #04352B; }
#v44-lb-prev { left: 26px; }
#v44-lb-next { right: 26px; }
.v44-lb-x { position: fixed; top: 22px; right: 26px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; font-size: 24px; cursor: pointer; }
.v44-lb-x:hover { background: rgba(22,184,134,.85); color: #04352B; }
.v44-lb-cap { position: fixed; left: 0; right: 0; bottom: 26px; margin: 0; text-align: center; color: rgba(255,255,255,.88); font-size: 14px; }

/* v44: teacher journey */
.v44-journey { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.v44-journey article { padding: 26px 24px 24px; border-radius: 16px; background: #FFFFFF; border: 1px solid rgba(6,59,51,.10); border-top: 3px solid #087A5A; box-shadow: 0 14px 30px -20px rgba(6,59,51,.28); }
.v44-journey b { font-family: "Noto Serif SC",serif; font-size: 34px; font-weight: 700; color: #087A5A; letter-spacing: -.02em; line-height: 1; }
.v44-journey h3 { margin: 12px 0 8px; font-size: 17px; color: #0B2E27; }
.v44-journey span { font-size: 13px; color: #60736E; line-height: 1.75; }
.v44-quote { margin: 34px 0 0; padding: 22px 30px; border-left: 3px solid #16B886; background: #F2F8F5; border-radius: 0 14px 14px 0; font-family: "Noto Serif SC",serif; font-size: 17px; color: #0B2E27; line-height: 1.8; }
@media (max-width: 960px) { .v44-journey { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .v44-journey { grid-template-columns: 1fr; } }
