/* ===== 玩转经纬 · 官网样式系统 ===== */
/* 纪录片式旅行 · 质感 / 沉稳 / 真实 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;700;900&display=swap');

:root {
  --ink: #1a1a1a;
  --ink-2: #4a4a4a;
  --ink-3: #8a8a8a;
  --paper: #faf8f3;
  --paper-2: #f2efe7;
  --cream: #fffdf8;
  --line: #e3dfd4;
  --moss: #0f6e56;
  --moss-d: #085041;
  --moss-l: #e1f5ee;
  --earth: #854f0b;
  --earth-l: #faeeda;
  --earth-m: #ba7517;
  --max-w: 1200px;
  --serif: 'Noto Serif SC', 'Songti SC', 'SimSun', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', 'Segoe UI', sans-serif;
  --shadow: 0 2px 24px rgba(26,26,26,.06);
  --shadow-lg: 0 12px 48px rgba(26,26,26,.12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.75;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; transition: color .2s; }
a:hover { color: var(--moss); }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 700; line-height: 1.35; color: var(--ink); }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,248,243,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 24px;
  height: 68px; display: flex; align-items: center; justify-content: space-between;
}
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-weight: 900; font-size: 20px; color: var(--moss-d); }
.logo-mark { width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--moss); display: grid; place-items: center; font-size: 13px; color: var(--moss); }
.nav-list { display: flex; gap: 28px; list-style: none; align-items: center; }
.nav-list a { font-size: 15px; color: var(--ink-2); font-weight: 500; position: relative; }
.nav-list a:hover { color: var(--moss-d); }
.nav-list a.active { color: var(--moss-d); }
.nav-list a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -22px; height: 2px; background: var(--moss); }
.btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 20px; border-radius: 6px; font-size: 14px; font-weight: 500; cursor: pointer; border: none; transition: all .2s; }
.btn-primary { background: var(--moss); color: #fff; }
.btn-primary:hover { background: var(--moss-d); color: #fff; }
.btn-outline { background: transparent; color: var(--moss-d); border: 1px solid var(--moss); }
.btn-outline:hover { background: var(--moss-l); }
.btn-ghost { background: transparent; color: var(--ink-2); }
.menu-toggle { display: none; background: none; border: none; font-size: 24px; cursor: pointer; color: var(--ink); }

/* ===== Breadcrumb ===== */
.breadcrumb { font-size: 13px; color: var(--ink-3); padding: 20px 0 0; }
.breadcrumb a:hover { color: var(--moss); }
.breadcrumb span { margin: 0 8px; }

/* ===== Hero ===== */
.hero { position: relative; min-height: 78vh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-color: #2a2a2a; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.55) 60%, rgba(0,0,0,.75) 100%); }
.hero-inner { position: relative; z-index: 2; max-width: var(--max-w); margin: 0 auto; padding: 0 24px 80px; width: 100%; }
.hero-eyebrow { font-size: 14px; letter-spacing: .3em; color: rgba(255,255,255,.8); margin-bottom: 18px; font-weight: 500; }
.hero h1 { font-size: clamp(34px, 5vw, 56px); color: #fff; font-weight: 900; max-width: 760px; line-height: 1.25; }
.hero-lead { font-size: clamp(16px, 1.6vw, 19px); color: rgba(255,255,255,.88); max-width: 560px; margin-top: 20px; line-height: 1.8; }
.hero-actions { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-actions .btn-primary { background: var(--moss); }
.hero-actions .btn-outline { color: #fff; border-color: rgba(255,255,255,.6); }
.hero-actions .btn-outline:hover { background: rgba(255,255,255,.12); }

/* hero 小型变体（内页） */
.hero-sm { min-height: 46vh; }
.hero-sm .hero-inner { padding-bottom: 56px; }

/* ===== Section ===== */
.section { padding: 88px 0; }
.section-sm { padding: 56px 0; }
.section-title { font-size: clamp(26px, 3vw, 36px); text-align: center; margin-bottom: 14px; }
.section-lead { text-align: center; color: var(--ink-2); max-width: 640px; margin: 0 auto 56px; font-size: 16px; }
.eyebrow { display: block; text-align: center; font-size: 13px; letter-spacing: .25em; color: var(--moss); font-weight: 500; margin-bottom: 12px; text-transform: uppercase; }
.section-alt { background: var(--paper-2); }

/* ===== Keywords ===== */
.keyword-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.keyword-card { background: var(--cream); border: 1px solid var(--line); border-radius: 14px; padding: 40px 32px; text-align: center; transition: transform .25s, box-shadow .25s; }
.keyword-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.keyword-num { font-family: var(--serif); font-size: 14px; color: var(--moss); letter-spacing: .2em; margin-bottom: 16px; }
.keyword-card h3 { font-size: 26px; margin-bottom: 8px; }
.keyword-en { font-size: 13px; color: var(--ink-3); letter-spacing: .15em; margin-bottom: 16px; }
.keyword-card p { color: var(--ink-2); font-size: 15px; }

/* ===== Depth Layers ===== */
.depth-layers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.depth-layer { background: var(--cream); border: 1px solid var(--line); border-radius: 12px; padding: 28px 24px; border-top: 3px solid var(--moss); }
.depth-layer:nth-child(2) { border-top-color: var(--earth-m); }
.depth-layer:nth-child(3) { border-top-color: var(--earth); }
.depth-layer:nth-child(4) { border-top-color: var(--moss-d); }
.depth-tag { font-size: 12px; color: var(--ink-3); letter-spacing: .1em; margin-bottom: 8px; }
.depth-layer h4 { font-size: 19px; margin-bottom: 8px; }
.depth-layer p { font-size: 14px; color: var(--ink-2); }

/* ===== Product Grid ===== */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.product-card { background: var(--cream); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.product-cover { aspect-ratio: 4/3; background-size: cover; background-position: center; background-color: var(--paper-2); position: relative; }
.product-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.product-body h3 { font-size: 21px; margin-bottom: 6px; }
.product-sub { font-size: 14px; color: var(--ink-3); margin-bottom: 12px; }
.product-sell { font-size: 14px; color: var(--ink-2); margin-bottom: 18px; flex: 1; }
.product-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--line); font-size: 14px; }
.product-price { color: var(--earth); font-weight: 700; font-family: var(--serif); }
.product-price small { font-weight: 400; font-size: 12px; color: var(--ink-3); }

/* tags */
.tag { display: inline-block; padding: 3px 10px; border-radius: 4px; font-size: 12px; font-weight: 500; letter-spacing: .05em; }
.tag-classic { background: #e6f1fb; color: #185fa5; }
.tag-plus { background: var(--moss-l); color: var(--moss-d); }
.tag-max { background: var(--earth-l); color: var(--earth); }

/* ===== Story List ===== */
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.story-card { background: var(--cream); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.story-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.story-cover { aspect-ratio: 16/9; background-size: cover; background-position: center; background-color: var(--paper-2); }
.story-body { padding: 22px; }
.story-cat { font-size: 12px; color: var(--moss); font-weight: 500; letter-spacing: .1em; margin-bottom: 8px; }
.story-card h3 { font-size: 19px; margin-bottom: 8px; line-height: 1.4; }
.story-card p { font-size: 14px; color: var(--ink-2); margin-bottom: 14px; }
.story-meta { font-size: 13px; color: var(--ink-3); }

/* ===== Founder ===== */
.founder-block { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 48px; align-items: center; }
.founder-photo { aspect-ratio: 3/4; border-radius: 14px; background-size: cover; background-position: center; background-color: var(--paper-2); }
.founder-roles { display: flex; gap: 16px; margin: 24px 0; flex-wrap: wrap; }
.founder-role { flex: 1; min-width: 140px; background: var(--cream); border: 1px solid var(--line); border-radius: 10px; padding: 18px; }
.founder-role .r-en { font-size: 12px; color: var(--moss); letter-spacing: .1em; }
.founder-role h4 { font-size: 16px; margin: 6px 0; }
.founder-role p { font-size: 13px; color: var(--ink-2); }

/* ===== Article / Product detail ===== */
.detail-layout { display: grid; grid-template-columns: 1fr 320px; gap: 56px; max-width: var(--max-w); margin: 0 auto; padding: 32px 24px 88px; }
.detail-main { min-width: 0; }
.detail-aside { position: sticky; top: 92px; align-self: start; }
.article-header { margin-bottom: 36px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.article-meta { display: flex; gap: 16px; font-size: 13px; color: var(--ink-3); margin-top: 16px; flex-wrap: wrap; align-items: center; }
.author-chip { display: inline-flex; align-items: center; gap: 8px; }
.author-avatar { width: 28px; height: 28px; border-radius: 50%; background: var(--moss-l); display: grid; place-items: center; font-size: 12px; color: var(--moss-d); font-weight: 700; }
.summary-box { background: var(--moss-l); border-left: 4px solid var(--moss); border-radius: 0 10px 10px 0; padding: 22px 26px; margin: 28px 0; }
.summary-box .s-label { font-size: 12px; color: var(--moss); font-weight: 500; letter-spacing: .15em; margin-bottom: 8px; }
.summary-box p { font-size: 15px; color: var(--moss-d); line-height: 1.8; }
.fact-card { background: var(--earth-l); border-radius: 12px; padding: 24px 28px; margin: 32px 0; border: 1px solid #f0e0c0; }
.fact-card .f-label { font-size: 12px; color: var(--earth); font-weight: 500; letter-spacing: .15em; margin-bottom: 10px; }
.fact-card h4 { font-size: 18px; margin-bottom: 8px; color: var(--earth); }
.fact-card p { font-size: 14px; color: #5a3d08; }
.prose { font-size: 17px; line-height: 1.95; color: var(--ink-2); }
.prose h2 { font-size: 26px; margin: 48px 0 18px; color: var(--ink); }
.prose h3 { font-size: 20px; margin: 32px 0 14px; color: var(--ink); }
.prose p { margin-bottom: 20px; }
.prose blockquote { border-left: 3px solid var(--moss); padding: 8px 0 8px 24px; margin: 28px 0; font-family: var(--serif); font-size: 19px; color: var(--moss-d); font-style: normal; }
.prose figure { margin: 32px 0; }
.prose figcaption { font-size: 13px; color: var(--ink-3); margin-top: 10px; text-align: center; }

/* perspectives */
.perspectives { display: grid; gap: 24px; margin: 32px 0; }
.perspective { background: var(--cream); border: 1px solid var(--line); border-radius: 12px; padding: 28px; }
.perspective .p-label { font-size: 12px; color: var(--moss); letter-spacing: .15em; font-weight: 500; margin-bottom: 8px; }
.perspective h3 { font-size: 20px; margin-bottom: 10px; }

/* highlights */
.highlights { display: grid; gap: 16px; margin: 32px 0; }
.highlight { display: flex; gap: 18px; background: var(--cream); border: 1px solid var(--line); border-radius: 12px; padding: 24px; }
.highlight-num { font-family: var(--serif); font-size: 28px; color: var(--moss); font-weight: 700; flex-shrink: 0; min-width: 32px; }
.highlight h4 { font-size: 17px; margin-bottom: 6px; }
.highlight p { font-size: 14px; color: var(--ink-2); }

/* itinerary */
.itinerary-day { border-left: 2px solid var(--line); padding: 0 0 28px 28px; margin-left: 8px; position: relative; }
.itinerary-day::before { content: ''; position: absolute; left: -7px; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--moss); border: 2px solid var(--paper); }
.itinerary-day h3 { font-size: 19px; margin-bottom: 8px; }
.day-tag { font-size: 12px; color: var(--moss); letter-spacing: .1em; font-weight: 500; }
.itinerary-day p { font-size: 15px; color: var(--ink-2); margin: 8px 0; }
.day-meta { display: flex; gap: 18px; font-size: 13px; color: var(--ink-3); margin-top: 10px; flex-wrap: wrap; }
.day-meta span::before { content: '· '; color: var(--moss); }

/* FAQ */
.faq-list { display: grid; gap: 12px; margin: 32px 0; }
.faq-item { background: var(--cream); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.faq-item summary { padding: 20px 24px; font-weight: 500; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-size: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 22px; color: var(--moss); transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 24px 20px; color: var(--ink-2); font-size: 15px; }

/* aside card */
.aside-card { background: var(--cream); border: 1px solid var(--line); border-radius: 12px; padding: 24px; margin-bottom: 20px; }
.aside-card h4 { font-size: 16px; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.aside-card ul { list-style: none; }
.aside-card li { padding: 10px 0; border-bottom: 1px dashed var(--line); font-size: 14px; }
.aside-card li:last-child { border-bottom: none; }
.price-box { background: var(--moss-d); color: #fff; border-radius: 12px; padding: 26px; text-align: center; }
.price-box .p-label { font-size: 13px; color: rgba(255,255,255,.7); margin-bottom: 8px; }
.price-box .p-amount { font-family: var(--serif); font-size: 32px; font-weight: 700; }
.price-box .p-amount small { font-size: 14px; font-weight: 400; }
.price-box .btn { width: 100%; margin-top: 16px; justify-content: center; background: #fff; color: var(--moss-d); }

/* ===== Filter bar ===== */
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.filter-chip { padding: 7px 16px; border-radius: 20px; border: 1px solid var(--line); background: var(--cream); font-size: 14px; cursor: pointer; transition: all .2s; color: var(--ink-2); }
.filter-chip:hover { border-color: var(--moss); color: var(--moss-d); }
.filter-chip.active { background: var(--moss); color: #fff; border-color: var(--moss); }

/* ===== Destination ===== */
.dest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.dest-card { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 16/10; background-size: cover; background-position: center; background-color: var(--paper-2); }
.dest-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.7) 100%); }
.dest-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px; z-index: 2; color: #fff; }
.dest-body h3 { color: #fff; font-size: 26px; margin-bottom: 6px; }
.dest-body p { color: rgba(255,255,255,.85); font-size: 14px; }
.dest-count { position: absolute; top: 20px; right: 20px; background: rgba(255,255,255,.9); color: var(--ink); padding: 4px 12px; border-radius: 20px; font-size: 12px; z-index: 2; }

/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 48px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 14px; color: var(--ink-2); margin-bottom: 8px; font-weight: 500; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 12px 16px; border: 1px solid var(--line); border-radius: 8px; font-size: 15px; font-family: var(--sans); background: var(--cream); transition: border-color .2s; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--moss); }
.form-group textarea { min-height: 120px; resize: vertical; }
.contact-info-card { background: var(--moss-d); color: #fff; border-radius: 14px; padding: 36px; }
.contact-info-card h3 { color: #fff; margin-bottom: 20px; }
.contact-info-card .ci-item { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-info-card .ci-label { font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 4px; }
.contact-info-card .ci-value { font-size: 16px; }

/* ===== CTA band ===== */
.cta-band { background: var(--moss-d); color: #fff; border-radius: 18px; padding: 64px 48px; text-align: center; margin: 0 auto; }
.cta-band h2 { color: #fff; font-size: clamp(26px, 3vw, 34px); margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,.8); max-width: 520px; margin: 0 auto 28px; }
.cta-band .btn-primary { background: #fff; color: var(--moss-d); }

/* ===== Footer ===== */
.site-footer { background: #1a1a1a; color: rgba(255,255,255,.7); padding: 64px 0 28px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.footer-brand .logo { color: #fff; }
.footer-brand .logo-mark { border-color: rgba(255,255,255,.4); color: #fff; }
.footer-brand p { font-size: 14px; margin-top: 16px; line-height: 1.8; max-width: 300px; }
.footer-col h5 { color: #fff; font-size: 15px; margin-bottom: 18px; font-family: var(--sans); font-weight: 500; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; }
.footer-col a { font-size: 14px; color: rgba(255,255,255,.6); }
.footer-col a:hover { color: #fff; }
.footer-bottom { max-width: var(--max-w); margin: 48px auto 0; padding: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; font-size: 13px; color: rgba(255,255,255,.4); flex-wrap: wrap; gap: 12px; }

/* ===== Page intro (列表页) ===== */
.page-intro { padding: 56px 0 32px; text-align: center; }
.page-intro h1 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 14px; }
.page-intro p { color: var(--ink-2); max-width: 600px; margin: 0 auto; font-size: 16px; }

/* ===== Helpers ===== */
.text-center { text-align: center; }
.mt-32 { margin-top: 32px; }
.mt-48 { margin-top: 48px; }
.lead-quote { font-family: var(--serif); font-size: clamp(20px, 2.4vw, 28px); text-align: center; color: var(--moss-d); max-width: 760px; margin: 0 auto; line-height: 1.7; padding: 0 24px; }

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .nav-list { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--paper); flex-direction: column; padding: 20px 24px; gap: 16px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-list.open { display: flex; }
  .menu-toggle { display: block; }
  .keyword-grid, .product-grid, .story-grid, .depth-layers { grid-template-columns: 1fr; }
  .dest-grid { grid-template-columns: 1fr; }
  .founder-block { grid-template-columns: 1fr; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 56px 0; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: 70vh; }
  .cta-band { padding: 40px 24px; }
}

/* ===== Footer QR Code ===== */
.footer-qrcode { display:flex; gap:48px; justify-content:center; max-width:var(--max-w); margin:48px auto 0; padding:36px 24px 8px; border-top:1px solid rgba(255,255,255,.1); }
.qr-item { text-align:center; }
.qr-img { width:120px; height:120px; background:#fff; border-radius:12px; padding:8px; margin:0 auto 12px; box-sizing:content-box; }
.qr-img.circle { border-radius:50%; padding:10px; }
.qr-img img { width:100%; height:100%; display:block; border-radius:4px; }
.qr-img.circle img { border-radius:50%; }
.qr-item p { color:#fff; font-size:14px; margin-bottom:4px; font-weight:500; font-family:var(--sans); }
.qr-item span { color:rgba(255,255,255,.5); font-size:12px; }
@media (max-width:560px){ .footer-qrcode{ gap:28px; } .qr-img{ width:96px; height:96px; } }

/* ===== Floating Widgets ===== */
.floating-btns { position:fixed; right:24px; bottom:120px; z-index:1000; display:flex; flex-direction:column; gap:12px; }
.floating-btn { width:52px; height:52px; border-radius:50%; border:none; background:var(--moss); color:#fff; cursor:pointer; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; box-shadow:0 2px 12px rgba(0,0,0,.15); transition:transform .15s,box-shadow .15s; }
.floating-btn:hover { transform:scale(1.08); box-shadow:0 4px 20px rgba(0,0,0,.2); }
.floating-btn span { font-size:10px; line-height:1; }
.modal-overlay { position:fixed; inset:0; background:rgba(0,0,0,.5); z-index:2000; display:flex; align-items:center; justify-content:center; padding:24px; }
.modal-content { background:#fff; border-radius:16px; max-width:380px; width:100%; position:relative; padding:40px 32px 32px; text-align:center; }
.modal-close { position:absolute; top:12px; right:16px; background:none; border:none; font-size:20px; cursor:pointer; color:#9ca3af; padding:4px; line-height:1; }
.modal-close:hover { color:#374151; }
.modal-body h3 { font-size:20px; margin-bottom:8px; color:#1a1a1a; }
.modal-body p { font-size:14px; color:#6b7280; margin-bottom:20px; }
.modal-qr { background:#f3f4f6; padding:20px; border-radius:12px; display:inline-block; }
.modal-qr img { display:block; margin:0 auto; }
.modal-hint { color:var(--moss) !important; font-size:13px !important; font-weight:500 !important; }
