/* ============================================================
   全球历史网 - 织梦CMS 模板样式
   包含中国、日本、欧洲、亚非等全球历史元素
   ============================================================ */

/* ---------- CSS Variables ---------- */
:root {
  --bg-parchment: #f5e6c8;
  --bg-parchment-dark: #e8d5a3;
  --bg-parchment-light: #faf3e3;
  --text-primary: #3a2a1a;
  --text-secondary: #6b5a3e;
  --text-muted: #9b8a6e;
  --accent-gold: #b8860b;
  --accent-red: #8b1a1a;
  --accent-red-light: #c0392b;
  --accent-jade: #2d6a4f;
  --accent-blue: #1a5276;
  --border-vintage: #c4a67a;
  --border-light: #ddd1b8;
  --shadow-card: 0 4px 20px rgba(60, 30, 10, 0.15);
  --shadow-light: 0 2px 8px rgba(60, 30, 10, 0.08);
  --font-heading: 'Georgia', 'Noto Serif SC', 'SimSun', 'STSong', serif;
  --font-body: 'Georgia', 'Noto Serif SC', 'SimSun', 'KaiTi', serif;
  --font-nav: 'SimHei', 'STHeiti', 'Microsoft YaHei', sans-serif;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  color: var(--text-primary);
  background-color: #2c1810;
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(139, 90, 43, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(139, 90, 43, 0.1) 0%, transparent 50%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  line-height: 1.8;
  min-height: 100vh;
}

/* ---------- Scrollbar ---------- */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #3c2a1c; }
::-webkit-scrollbar-thumb { background: #8b6914; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #a07818; }

/* ---------- Container ---------- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  background: linear-gradient(180deg, #1a0f0a 0%, #3c1e0e 100%);
  border-bottom: 3px solid #8b6914;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  position: sticky; top: 0; z-index: 1000;
}

.header-top {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 0; font-size: 13px; color: #b8a080;
  border-bottom: 1px solid rgba(139, 105, 20, 0.2);
}
.header-top a { color: #b8a080; text-decoration: none; }
.header-top a:hover { color: #d4a520; }
.header-top .social-links a { margin-left: 12px; }

.header-main {
  display: flex; align-items: center; padding: 18px 0; gap: 30px;
}

.logo {
  flex-shrink: 0; text-decoration: none; display: flex; align-items: center; gap: 10px;
}
.logo-icon {
  width: 50px; height: 50px;
  background: radial-gradient(circle, #d4a520, #8b6914);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 28px; color: #1a0f0a; font-weight: bold; font-family: serif;
  box-shadow: 0 0 20px rgba(212, 165, 32, 0.3);
}
.logo-text h1 { font-family: var(--font-heading); font-size: 28px; color: #d4a520; letter-spacing: 4px; }
.logo-text span { font-size: 12px; color: #8b7450; letter-spacing: 3px; text-transform: uppercase; }

.header-search {
  flex: 1; max-width: 400px; display: flex;
}
.header-search input {
  flex: 1; padding: 10px 16px; border: 1px solid #5a3a1c;
  border-right: none; border-radius: 4px 0 0 4px;
  background: rgba(255,255,255,0.08); color: #e0c890; font-size: 14px;
  outline: none; transition: all 0.3s;
}
.header-search input::placeholder { color: #8b7450; }
.header-search input:focus { background: rgba(255,255,255,0.15); border-color: #d4a520; }
.header-search button {
  padding: 10px 20px; background: linear-gradient(180deg, #d4a520, #8b6914);
  border: 1px solid #8b6914; border-radius: 0 4px 4px 0;
  color: #1a0f0a; font-weight: bold; cursor: pointer; font-size: 14px; font-family: var(--font-nav);
  transition: all 0.3s;
}
.header-search button:hover { background: linear-gradient(180deg, #e8b830, #a07818); }

/* ---------- Main Navigation ---------- */
.main-nav { background: #3c1e0e; border-top: 1px solid #5a3a1c; }
.nav-list { display: flex; list-style: none; flex-wrap: wrap; }
.nav-list li { position: relative; }
.nav-list li > a {
  display: block; padding: 14px 22px; color: #d4c090;
  text-decoration: none; font-size: 15px; font-family: var(--font-nav);
  letter-spacing: 1px; transition: all 0.3s; white-space: nowrap;
}
.nav-list li > a:hover, .nav-list li.active > a {
  color: #ffd700; background: rgba(139, 105, 20, 0.2);
}
/* dropdown */
.nav-list .has-dropdown > a::after { content: ' ▼'; font-size: 10px; margin-left: 4px; }
.nav-list .dropdown {
  display: none; position: absolute; top: 100%; left: 0;
  min-width: 150px; background: #2c1810; border: 1px solid #5a3a1c;
  border-top: 2px solid #d4a520; z-index: 100; list-style: none;
}
.nav-list li:hover .dropdown { display: block; }
.nav-list .dropdown li a { padding: 10px 18px; font-size: 13px; color: #c4a67a; display: block; text-decoration: none; }
.nav-list .dropdown li a:hover { background: rgba(139, 105, 20, 0.2); color: #d4a520; }

/* ---------- Breadcrumb ---------- */
.breadcrumb {
  padding: 15px 0; font-size: 13px; color: var(--text-muted);
  border-bottom: 1px dashed var(--border-light);
}
.breadcrumb a { color: var(--accent-red); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { color: var(--text-secondary); margin: 0 6px; }

/* ============================================================
   MAIN LAYOUT (Two-column)
   ============================================================ */
.main-wrap {
  background: linear-gradient(180deg, var(--bg-parchment-light) 0%, var(--bg-parchment) 20%, var(--bg-parchment-light) 100%);
  min-height: 60vh;
  padding: 30px 0;
}

.content-layout { display: flex; gap: 30px; }
.main-content { flex: 1; min-width: 0; }
.sidebar { width: 300px; flex-shrink: 0; }

/* ============================================================
   HERO BANNER
   ============================================================ */
.hero-banner {
  position: relative; border-radius: 8px; overflow: hidden;
  margin-bottom: 30px; box-shadow: var(--shadow-card);
  height: 380px;
  background: linear-gradient(135deg, #1a3c2a 0%, #2c1810 30%, #3c1e0e 60%, #1a2a3c 100%);
  display: flex; align-items: flex-end;
}
.hero-banner::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20 Q10 15 20 20 T40 20' stroke='rgba(212,165,32,0.08)' fill='none'/%3E%3C/svg%3E");
  opacity: 0.6;
}
.hero-overlay {
  position: relative; z-index: 1; padding: 40px;
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, transparent 100%);
  width: 100%;
}
.hero-overlay .hero-tag {
  display: inline-block; padding: 4px 14px; background: var(--accent-red);
  color: #fff; font-size: 12px; border-radius: 2px; margin-bottom: 12px; font-family: var(--font-nav);
}
.hero-overlay h2 {
  font-family: var(--font-heading); font-size: 32px; color: #fff;
  margin-bottom: 8px; line-height: 1.4; letter-spacing: 2px;
}
.hero-overlay p {
  color: #ccc; font-size: 14px; max-width: 600px; margin-bottom: 15px;
}
.hero-overlay .hero-meta { color: #999; font-size: 12px; }

/* ---------- Section Headings ---------- */
.section-title {
  font-family: var(--font-heading); font-size: 22px; color: var(--text-primary);
  padding: 0 0 12px 16px; margin-bottom: 20px;
  border-left: 4px solid var(--accent-red);
  border-bottom: 1px solid var(--border-light);
  position: relative;
}
.section-title::after {
  content: ''; position: absolute; bottom: -1px; left: 0;
  width: 60px; height: 2px; background: var(--accent-gold);
}

/* ---------- Featured Articles Grid ---------- */
.featured-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px;
}

.feature-card {
  background: #fff; border: 1px solid var(--border-light); border-radius: 6px;
  overflow: hidden; box-shadow: var(--shadow-light); transition: all 0.3s;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }

.card-thumb {
  height: 180px; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.card-thumb .thumb-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 0.5s;
}
.feature-card:hover .thumb-bg { transform: scale(1.08); }

.card-thumb .thumb-tag {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  padding: 3px 10px; font-size: 11px; color: #fff; border-radius: 2px; font-family: var(--font-nav);
}

.card-body { padding: 16px; }
.card-body h3 { font-size: 16px; margin-bottom: 8px; line-height: 1.5; font-family: var(--font-heading); }
.card-body h3 a { color: var(--text-primary); text-decoration: none; }
.card-body h3 a:hover { color: var(--accent-red); }
.card-body .card-desc { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
.card-body .card-meta { margin-top: 10px; font-size: 12px; color: var(--text-muted); }
.card-body .card-meta span { margin-right: 12px; }

/* ---------- Article List (Category Page) ---------- */
.article-item {
  display: flex; gap: 20px; padding: 20px; background: #fff;
  border: 1px solid var(--border-light); border-radius: 6px;
  margin-bottom: 15px; box-shadow: var(--shadow-light); transition: all 0.3s;
}
.article-item:hover { box-shadow: var(--shadow-card); transform: translateX(4px); border-color: var(--accent-gold); }

.article-thumb {
  width: 200px; height: 140px; flex-shrink: 0; border-radius: 4px;
  overflow: hidden; position: relative;
  display: flex; align-items: center; justify-content: center;
}
.article-thumb .thumb-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  transition: transform 0.4s;
}
.article-item:hover .thumb-bg { transform: scale(1.1); }

.article-info { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.article-info h3 { font-size: 18px; margin-bottom: 8px; font-family: var(--font-heading); line-height: 1.4; }
.article-info h3 a { color: var(--text-primary); text-decoration: none; }
.article-info h3 a:hover { color: var(--accent-red); }
.article-info .desc { font-size: 13px; color: var(--text-muted); margin-bottom: 10px; line-height: 1.6; }
.article-info .meta { font-size: 12px; color: var(--text-muted); }
.article-info .meta span { margin-right: 15px; }

/* ---------- Category Header ---------- */
.cat-header {
  background: #fff; border: 1px solid var(--border-light); border-radius: 6px;
  padding: 25px 30px; margin-bottom: 20px; box-shadow: var(--shadow-light);
}
.cat-header h2 {
  font-family: var(--font-heading); font-size: 26px; color: var(--accent-red);
  margin-bottom: 10px; letter-spacing: 2px;
}
.cat-header p { font-size: 14px; color: var(--text-secondary); line-height: 1.8; }
.cat-header .cat-stats { margin-top: 12px; font-size: 12px; color: var(--text-muted); }

/* ---------- Pagination ---------- */
.pagination {
  display: flex; justify-content: center; gap: 6px; margin-top: 30px;
}
.pagination a, .pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border: 1px solid var(--border-light);
  border-radius: 4px; font-size: 14px; text-decoration: none; color: var(--text-secondary);
  background: #fff; transition: all 0.3s; font-family: var(--font-nav);
}
.pagination a:hover { background: var(--accent-red); color: #fff; border-color: var(--accent-red); }
.pagination .current { background: var(--accent-red); color: #fff; border-color: var(--accent-red); font-weight: bold; }
.pagination .ellipsis { border: none; background: transparent; }

/* ============================================================
   ARTICLE PAGE
   ============================================================ */
.article-detail {
  background: #fff; border: 1px solid var(--border-light); border-radius: 6px;
  padding: 35px 40px; box-shadow: var(--shadow-light);
}
.article-header { border-bottom: 1px solid var(--border-light); padding-bottom: 20px; margin-bottom: 25px; }
.article-header h1 {
  font-family: var(--font-heading); font-size: 28px; line-height: 1.5; margin-bottom: 12px;
  color: var(--text-primary); letter-spacing: 1px;
}
.article-meta { font-size: 13px; color: var(--text-muted); }
.article-meta span { margin-right: 18px; }
.article-meta .tag { display: inline-block; padding: 2px 10px; background: var(--accent-red); color: #fff; font-size: 11px; border-radius: 2px; margin-right: 8px; font-family: var(--font-nav); }

/* Article Content */
.article-body { font-size: 15px; line-height: 2; color: var(--text-primary); }
.article-body p { margin-bottom: 18px; text-indent: 2em; }
.article-body h3 { font-size: 20px; margin: 30px 0 15px; color: var(--accent-red); font-family: var(--font-heading); border-left: 3px solid var(--accent-gold); padding-left: 12px; }
.article-body blockquote {
  margin: 20px 0; padding: 15px 25px; background: var(--bg-parchment-light);
  border-left: 4px solid var(--accent-gold); color: var(--text-secondary);
  font-style: italic; border-radius: 0 4px 4px 0;
}
.article-body ul, .article-body ol { margin: 10px 0 18px 2em; }
.article-body li { margin-bottom: 6px; }
.article-body .highlight-box {
  margin: 20px 0; padding: 18px 22px; background: linear-gradient(135deg, #fff8e7, #fef3d7);
  border: 1px solid #e8c860; border-radius: 6px; font-size: 14px;
}
.article-body .img-caption {
  text-align: center; margin: 20px 0; padding: 10px;
  background: var(--bg-parchment-light); border-radius: 4px;
}
.article-body .img-caption .img-placeholder {
  width: 100%; height: 220px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #d5c4a8, #c4b090);
  border-radius: 4px; color: #8b7450; font-size: 14px; margin-bottom: 8px;
}
.article-body .img-caption small { color: var(--text-muted); font-size: 12px; }

/* Article Footer */
.article-footer {
  margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--border-light);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;
}
.article-tags a {
  display: inline-block; padding: 4px 12px; background: var(--bg-parchment);
  border: 1px solid var(--border-light); border-radius: 20px;
  font-size: 12px; color: var(--text-secondary); text-decoration: none;
  margin-right: 6px; transition: all 0.3s;
}
.article-tags a:hover { background: var(--accent-red); color: #fff; border-color: var(--accent-red); }
.article-share span { font-size: 13px; color: var(--text-muted); margin-right: 8px; }
.article-share a { color: var(--text-secondary); margin: 0 6px; font-size: 16px; text-decoration: none; }

/* Prev/Next */
.article-nav {
  display: flex; justify-content: space-between; margin: 20px 0; gap: 20px;
}
.article-nav a {
  flex: 1; padding: 12px 18px; background: #fff; border: 1px solid var(--border-light);
  border-radius: 4px; font-size: 13px; color: var(--text-secondary); text-decoration: none;
  overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.3s;
}
.article-nav a:hover { border-color: var(--accent-gold); color: var(--accent-red); }

/* Related */
.related-articles { margin-top: 25px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.related-card {
  background: #fff; border: 1px solid var(--border-light); border-radius: 6px;
  overflow: hidden; box-shadow: var(--shadow-light); transition: all 0.3s;
}
.related-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.related-card .rc-thumb {
  height: 120px; display: flex; align-items: center; justify-content: center;
}
.related-card .rc-body { padding: 12px; }
.related-card .rc-body h4 { font-size: 14px; margin-bottom: 6px; font-family: var(--font-heading); }
.related-card .rc-body h4 a { color: var(--text-primary); text-decoration: none; }
.related-card .rc-body h4 a:hover { color: var(--accent-red); }
.related-card .rc-body .rc-meta { font-size: 11px; color: var(--text-muted); }

/* ============================================================
   SIDEBAR
   ============================================================ */
.sidebar-widget {
  background: #fff; border: 1px solid var(--border-light); border-radius: 6px;
  padding: 20px; margin-bottom: 20px; box-shadow: var(--shadow-light);
}
.sidebar-widget h3 {
  font-family: var(--font-heading); font-size: 17px; color: var(--text-primary);
  margin-bottom: 15px; padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-gold); letter-spacing: 1px;
}

/* Hot List */
.hot-list { list-style: none; }
.hot-list li { padding: 10px 0; border-bottom: 1px dashed var(--border-light); }
.hot-list li:last-child { border-bottom: none; }
.hot-list li a {
  font-size: 14px; color: var(--text-primary); text-decoration: none;
  display: block; line-height: 1.5; transition: color 0.3s;
}
.hot-list li a:hover { color: var(--accent-red); }
.hot-list li .rank {
  display: inline-block; width: 20px; height: 20px; text-align: center;
  line-height: 20px; font-size: 12px; color: #fff; border-radius: 3px;
  margin-right: 8px; font-style: normal; font-family: var(--font-nav);
}
.hot-list li:nth-child(1) .rank { background: #e74c3c; }
.hot-list li:nth-child(2) .rank { background: #e67e22; }
.hot-list li:nth-child(3) .rank { background: #f39c12; }
.hot-list li .hot-views { display: block; font-size: 11px; color: var(--text-muted); margin-top: 3px; }

/* Tag Cloud */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a {
  padding: 5px 12px; background: var(--bg-parchment-light); border: 1px solid var(--border-light);
  border-radius: 4px; font-size: 12px; color: var(--text-secondary); text-decoration: none;
  transition: all 0.3s;
}
.tag-cloud a:hover { background: var(--accent-red); color: #fff; border-color: var(--accent-red); }

/* Timeline Widget */
.timeline-list { list-style: none; }
.timeline-list li {
  padding: 8px 0 8px 20px; border-left: 2px solid var(--accent-gold);
  position: relative; font-size: 13px;
}
.timeline-list li::before {
  content: ''; position: absolute; left: -5px; top: 14px;
  width: 8px; height: 8px; background: var(--accent-gold); border-radius: 50%;
}
.timeline-list li a { color: var(--text-primary); text-decoration: none; }
.timeline-list li a:hover { color: var(--accent-red); }
.timeline-list li .tl-date { font-size: 11px; color: var(--text-muted); }

/* ============================================================
   DECORATIVE REGIONAL ELEMENTS
   ============================================================ */
.region-badge { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; padding: 2px 8px; border-radius: 3px; }
.region-china { background: rgba(199, 0, 0, 0.1); color: #8b1a1a; }
.region-japan { background: rgba(139, 0, 0, 0.08); color: #8b4513; }
.region-europe { background: rgba(0, 77, 153, 0.1); color: #1a5276; }
.region-africa { background: rgba(184, 134, 11, 0.1); color: #8b6914; }
.region-mideast { background: rgba(0, 100, 0, 0.08); color: #2d6a4f; }

/* ============================================================
   TIME PERIOD CARDS (Homepage)
   ============================================================ */
.period-section { margin-bottom: 35px; }
.period-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.period-card {
  background: #fff; border: 1px solid var(--border-light); border-radius: 6px;
  text-align: center; padding: 25px 15px; transition: all 0.3s;
  box-shadow: var(--shadow-light); cursor: pointer; text-decoration: none;
}
.period-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.period-card .pc-icon { font-size: 36px; margin-bottom: 10px; }
.period-card h4 { font-size: 15px; color: var(--text-primary); margin-bottom: 6px; font-family: var(--font-heading); }
.period-card p { font-size: 12px; color: var(--text-muted); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: linear-gradient(180deg, #1a0f0a 0%, #0d0704 100%);
  color: #8b7450; padding: 40px 0 0; border-top: 3px solid #8b6914;
}
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 30px; }
.footer-col h4 {
  font-family: var(--font-heading); font-size: 16px; color: #d4a520; margin-bottom: 15px;
  letter-spacing: 2px; padding-bottom: 8px; border-bottom: 1px solid #3c1e0e;
}
.footer-col ul { list-style: none; }
.footer-col ul li { padding: 5px 0; }
.footer-col ul li a { color: #8b7450; text-decoration: none; font-size: 13px; transition: color 0.3s; }
.footer-col ul li a:hover { color: #d4a520; }

.footer-bottom {
  text-align: center; padding: 15px 0; border-top: 1px solid #3c1e0e;
  font-size: 12px; color: #6b5a3e;
}

/* ============================================================
   BACK TO TOP
   ============================================================ */
.back-to-top {
  position: fixed; bottom: 30px; right: 30px; z-index: 999;
  width: 44px; height: 44px; background: var(--accent-red);
  color: #fff; border: none; border-radius: 50%; cursor: pointer;
  font-size: 20px; box-shadow: 0 4px 15px rgba(139, 26, 26, 0.4);
  transition: all 0.3s; display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
}
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { background: #c0392b; transform: translateY(-3px); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .content-layout { flex-direction: column; }
  .sidebar { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
}
@media (max-width: 768px) {
  .featured-grid, .period-cards { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: 1fr; }
  .article-item { flex-direction: column; }
  .article-thumb { width: 100%; height: 180px; }
  .sidebar { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-banner { height: 280px; }
  .hero-overlay h2 { font-size: 22px; }
  .header-main { flex-direction: column; text-align: center; }
  .header-search { max-width: 100%; }
  .nav-list { justify-content: center; }
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-in { animation: fadeInUp 0.6s ease forwards; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
