/*
Theme Name: 西安财税
Theme URI: http://www.02991.com/
Author: 西安财税服务有限公司
Author URI: http://www.02991.com/
Description: 西安财税专业财税服务主题，提供会计代账、税务筹划、工商注册等一站式企业服务
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xian-cai-shui
Tags: business, finance, accounting, corporate, responsive, one-column, two-columns, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

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

html { font-size: 16px; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  line-height: 1.6;
  color: #0f172a;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: inherit; transition: color 0.3s ease; }
a:hover { color: #2563eb; }

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

svg { display: inline-block; vertical-align: middle; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 768px) { .container { padding: 0 2rem; } }

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #0f172a 0%, #2563eb 100%);
  color: #ffffff;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(15, 23, 42, 0.3); color: #ffffff; }
.btn-primary svg { width: 1rem; height: 1rem; }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #ffffff;
  color: #0f172a;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  border: 2px solid #0f172a;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.btn-secondary:hover { background: #0f172a; color: #ffffff; }
.btn-secondary svg { width: 1rem; height: 1rem; }

.card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }

.section-header { text-align: center; margin-bottom: 3rem; }
.section-tag {
  display: inline-block;
  background: #dbeafe;
  color: #1e3a8a;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.section-title { font-size: 1.75rem; font-weight: 700; color: #0f172a; margin-bottom: 0.75rem; }
@media (min-width: 768px) { .section-title { font-size: 2.25rem; } }
.section-subtitle { color: #475569; max-width: 600px; margin: 0 auto; font-size: 0.9375rem; }
@media (min-width: 768px) { .section-subtitle { font-size: 1rem; } }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.site-header.transparent { background: transparent; box-shadow: none; }
.site-header.scrolled { background: #ffffff; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }

.header-inner { display: flex; align-items: center; justify-content: space-between; height: 3.5rem; }
@media (min-width: 768px) { .header-inner { height: 4rem; } }

.logo { display: flex; align-items: center; gap: 0.5rem; }
.logo-icon { width: 2rem; height: 2rem; background: linear-gradient(135deg, #0f172a, #2563eb); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; }
.logo-icon svg { width: 1.25rem; height: 1.25rem; color: #ffffff; }
.logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.logo-title { font-size: 1rem; font-weight: 700; color: #0f172a; }
.logo-subtitle { font-size: 0.6875rem; color: #2563eb; }
@media (min-width: 768px) { .logo-title { font-size: 1.125rem; } .logo-subtitle { font-size: 0.75rem; } }

.site-header.transparent .logo-title { color: #ffffff; }
.site-header.transparent .logo-subtitle { color: rgba(255,255,255,0.8); }
.site-header.transparent .logo-icon { background: rgba(255,255,255,0.2); }

.main-nav { display: none; align-items: center; gap: 1rem; }
@media (min-width: 768px) { .main-nav { display: flex; } }
@media (min-width: 1024px) { .main-nav { gap: 1.5rem; } }

.main-nav .menu,
.main-nav ul { display: flex; align-items: center; gap: 1rem; list-style: none; margin: 0; padding: 0; }
@media (min-width: 1024px) { .main-nav .menu, .main-nav ul { gap: 1.5rem; } }
.main-nav .menu li { margin: 0; padding: 0; }

.main-nav a { color: #0f172a; font-weight: 500; font-size: 0.9375rem; position: relative; padding: 0.5rem 0; }
.main-nav a:hover { color: #2563eb; }
.main-nav a.active { color: #2563eb; }
.main-nav a.active::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: #2563eb; }

.site-header.transparent .main-nav a { color: rgba(255,255,255,0.9); }
.site-header.transparent .main-nav a:hover { color: #ffffff; }
.site-header.transparent .main-nav a.active { color: #ffffff; }
.site-header.transparent .main-nav a.active::after { background: #ffffff; }

.header-actions { display: none; align-items: center; gap: 0.75rem; }
@media (min-width: 768px) { .header-actions { display: flex; } }

.phone-link { display: flex; align-items: center; gap: 0.375rem; color: #0f172a; font-weight: 500; font-size: 0.875rem; }
.phone-link svg { width: 1rem; height: 1rem; }
.site-header.transparent .phone-link { color: #ffffff; }

.mobile-menu-btn { display: flex; align-items: center; justify-content: center; padding: 0.5rem; border-radius: 0.5rem; background: transparent; border: none; cursor: pointer; color: #0f172a; }
.mobile-menu-btn svg { width: 1.5rem; height: 1.5rem; }
@media (min-width: 768px) { .mobile-menu-btn { display: none; } }
.site-header.transparent .mobile-menu-btn { color: #ffffff; }

.mobile-menu { display: none; background: #ffffff; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); border-top: 1px solid #e2e8f0; }
.mobile-menu.active { display: block; }
.mobile-menu nav { display: flex; flex-direction: column; padding: 0.75rem; gap: 0.25rem; }
.mobile-menu nav a { padding: 0.75rem 1rem; color: #0f172a; font-weight: 500; border-radius: 0.5rem; font-size: 0.9375rem; }
.mobile-menu nav a:hover { background: #f1f5f9; color: #2563eb; }
.mobile-menu nav a.active { background: #eff6ff; color: #2563eb; }
.mobile-menu .mobile-contact { padding: 0.75rem; border-top: 1px solid #e2e8f0; margin-top: 0.5rem; }
.mobile-menu .mobile-contact a { color: #0f172a; font-weight: 600; display: block; padding: 0.5rem 0; }

.hero-section { position: relative; min-height: 100vh; padding: 6rem 0 4rem; overflow: hidden; display: flex; align-items: center; background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #2563eb 100%); }
@media (min-width: 768px) { .hero-section { padding: 8rem 0 5rem; } }

.hero-content { position: relative; z-index: 10; max-width: 100%; }
@media (min-width: 1024px) { .hero-content { max-width: 36rem; } }

.hero-badge { display: inline-block; background: rgba(255,255,255,0.15); backdrop-filter: blur(4px); color: #ffffff; padding: 0.375rem 0.875rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 500; margin-bottom: 1rem; }
@media (min-width: 768px) { .hero-badge { font-size: 0.875rem; margin-bottom: 1.5rem; padding: 0.5rem 1rem; } }

.hero-title { font-size: 1.75rem; font-weight: 700; color: #ffffff; margin-bottom: 1rem; line-height: 1.25; }
@media (min-width: 768px) { .hero-title { font-size: 2.5rem; margin-bottom: 1.5rem; } }
@media (min-width: 1024px) { .hero-title { font-size: 3rem; } }

.hero-subtitle { font-size: 0.9375rem; color: rgba(255,255,255,0.9); margin-bottom: 1.5rem; }
@media (min-width: 768px) { .hero-subtitle { font-size: 1.125rem; margin-bottom: 2rem; } }

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2rem; }
@media (min-width: 768px) { .hero-actions { gap: 1rem; margin-bottom: 0; } }

.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; padding: 1.25rem; background: rgba(255,255,255,0.1); backdrop-filter: blur(8px); border-radius: 1rem; }
@media (min-width: 768px) { .hero-stats { padding: 1.5rem; gap: 1rem; } }
.hero-stat-item { text-align: center; color: #ffffff; }
.hero-stat-number { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.25rem; }
@media (min-width: 768px) { .hero-stat-number { font-size: 2.25rem; } }
.hero-stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.8); }
@media (min-width: 768px) { .hero-stat-label { font-size: 0.875rem; } }

.services-section { padding: 4rem 0; background: #ffffff; }
@media (min-width: 768px) { .services-section { padding: 5rem 0; } }

.services-grid { display: grid; grid-template-columns: 1fr; gap: 1.125rem; }
@media (min-width: 640px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(4, 1fr); } }

.service-card { display: block; background: #ffffff; border-radius: 0.875rem; padding: 1.5rem; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); border: 1px solid #f1f5f9; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1); border-color: #dbeafe; }
.service-icon { width: 3rem; height: 3rem; background: linear-gradient(135deg, #dbeafe, #eff6ff); border-radius: 0.75rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.service-icon svg { width: 1.5rem; height: 1.5rem; color: #1e3a8a; }
.service-title { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 0.5rem; letter-spacing: -0.01em; }
.service-desc { color: #64748b; font-size: 0.8125rem; line-height: 1.6; }

.section-action { text-align: center; margin-top: 2.5rem; }

.cases-section { padding: 4rem 0; background: #f8fafc; }
@media (min-width: 768px) { .cases-section { padding: 5rem 0; } }
.cases-section .section-title { color: #0f172a; }
.cases-section .section-subtitle { color: #64748b; }

.cases-grid { display: grid; grid-template-columns: 1fr; gap: 1.125rem; }
@media (min-width: 640px) { .cases-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cases-grid { grid-template-columns: repeat(3, 1fr); } }

.case-card { display: block; padding: 0; overflow: hidden; border-radius: 0.875rem; background: #ffffff; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); border: 1px solid #f1f5f9; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.case-card:hover { transform: translateY(-6px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1); border-color: #dbeafe; }
.case-image { height: 9rem; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #f1f5f9, #e2e8f0); }
@media (min-width: 768px) { .case-image { height: 11rem; } }
.case-image svg { width: 3rem; height: 3rem; color: #94a3b8; }
.case-content { padding: 1.25rem; }
.case-category { display: inline-block; padding: 0.25rem 0.625rem; border-radius: 9999px; font-size: 0.6875rem; font-weight: 500; margin-bottom: 0.5rem; }
.case-title { font-size: 0.9375rem; font-weight: 700; color: #0f172a; margin-bottom: 0.375rem; letter-spacing: -0.01em; }
.case-desc { color: #64748b; font-size: 0.8125rem; line-height: 1.5; }

.news-section { padding: 4rem 0; background: #ffffff; }
@media (min-width: 768px) { .news-section { padding: 5rem 0; } }

.news-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .news-grid { grid-template-columns: repeat(2, 1fr); } }

.news-card { display: flex; flex-direction: column; border-radius: 0.75rem; background: #ffffff; border: 1px solid #f1f5f9; transition: all 0.3s ease; text-decoration: none; }
.news-card:hover { border-color: #dbeafe; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06); }

.news-content { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }

.news-category { display: inline-block; background: #eff6ff; color: #1e40af; padding: 0.25rem 0.625rem; border-radius: 9999px; font-size: 0.6875rem; font-weight: 600; margin-bottom: 0.625rem; align-self: flex-start; }

.news-title { font-size: 0.9375rem; font-weight: 700; color: #0f172a; margin-bottom: 0.5rem; line-height: 1.4; }
.news-title a { color: inherit; text-decoration: none; }
.news-title a:hover { color: #2563eb; }

.news-desc { color: #64748b; font-size: 0.8125rem; line-height: 1.6; margin-bottom: 0.75rem; flex: 1; }

.news-date { display: flex; align-items: center; color: #94a3b8; font-size: 0.75rem; }
.news-date svg { width: 0.875rem; height: 0.875rem; margin-right: 0.375rem; color: #cbd5e1; }

.contact-section { padding: 4rem 0; background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%); color: #ffffff; }
@media (min-width: 768px) { .contact-section { padding: 5rem 0; } }
.contact-section h2 { font-size: 1.5rem; font-weight: 700; color: #ffffff; margin-bottom: 2rem; }
@media (min-width: 768px) { .contact-section h2 { font-size: 2rem; } }
.contact-section p { color: rgba(255,255,255,0.85); font-size: 0.9375rem; margin-bottom: 1.5rem; }
.contact-section .contact-item { align-items: flex-start; }
.contact-section .contact-item-icon { background: rgba(255,255,255,0.15); }
.contact-section .contact-item-icon svg { color: #ffffff; }
.contact-section .contact-item h3 { color: #ffffff; }
.contact-section .contact-item p { color: rgba(255,255,255,0.8); }
.contact-section .card { background: rgba(255,255,255,0.08); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.1); box-shadow: none; }
.contact-section .card h3 { color: #ffffff !important; }
.contact-section .form-group label { color: rgba(255,255,255,0.9); }
.contact-section .form-group input,
.contact-section .form-group textarea,
.contact-section .form-group select {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  color: #ffffff;
}
.contact-section .form-group input::placeholder,
.contact-section .form-group textarea::placeholder {
  color: rgba(255,255,255,0.5);
}
.contact-section .form-group input:focus,
.contact-section .form-group textarea:focus,
.contact-section .form-group select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}
.contact-section .btn-primary { background: #2563eb; color: #ffffff; }
.contact-section .btn-primary:hover { background: #1d4ed8; }
.contact-col-title { font-size: 1.25rem; font-weight: 700; color: #ffffff; margin-bottom: 1.5rem; line-height: 1.3; }
@media (min-width: 768px) { .contact-col-title { font-size: 1.5rem; } }
.contact-form-card { padding-top: 1.75rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.contact-actions .btn-primary { background: #ffffff; color: #0f172a; }
.contact-actions .btn-primary:hover { background: #f1f5f9; }
.contact-actions .btn-secondary { background: transparent; color: #ffffff; border-color: #ffffff; }
.contact-actions .btn-secondary:hover { background: #ffffff; color: #0f172a; }

.page-header { padding: 6rem 0 2.5rem; background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%); text-align: center; }
@media (min-width: 768px) { .page-header { padding: 7rem 0 3.5rem; } }
.page-title { font-size: 1.625rem; font-weight: 700; color: #ffffff; margin-bottom: 0.625rem; letter-spacing: -0.02em; }
@media (min-width: 768px) { .page-title { font-size: 2.375rem; } }
.page-subtitle { font-size: 0.9375rem; color: rgba(255,255,255,0.85); max-width: 400px; margin: 0 auto; }
@media (min-width: 768px) { .page-subtitle { font-size: 1.0625rem; max-width: 500px; } }

.about-section { padding: 4rem 0; }
@media (min-width: 768px) { .about-section { padding: 5rem 0; } }
.about-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: 1fr 1fr; gap: 3rem; } }
.about-content h2 { font-size: 1.5rem; font-weight: 700; color: #0f172a; margin-bottom: 1rem; }
@media (min-width: 768px) { .about-content h2 { font-size: 1.875rem; margin-bottom: 1.5rem; } }
.about-content p { color: #475569; margin-bottom: 1rem; font-size: 0.9375rem; line-height: 1.7; }
@media (min-width: 768px) { .about-content p { font-size: 1rem; } }
.about-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
.about-tag { background: #eff6ff; color: #1d4ed8; padding: 0.375rem 0.875rem; border-radius: 9999px; font-size: 0.8125rem; }

.stats-box { background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%); border-radius: 1rem; padding: 2rem; color: #ffffff; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.stat-item { text-align: center; }
.stat-number { font-size: 1.875rem; font-weight: 700; margin-bottom: 0.375rem; }
@media (min-width: 768px) { .stat-number { font-size: 2.25rem; } }
.stat-label { color: rgba(255,255,255,0.8); font-size: 0.8125rem; }

.timeline-section { padding: 4rem 0; background: #f8fafc; }
@media (min-width: 768px) { .timeline-section { padding: 5rem 0; } }
.timeline { position: relative; max-width: 800px; margin: 0 auto; }
.timeline::before { content: ''; position: absolute; left: 1.5rem; top: 0; bottom: 0; width: 2px; background: #cbd5e1; }
@media (min-width: 768px) { .timeline::before { left: 50%; transform: translateX(-50%); } }
.timeline-item { position: relative; display: flex; margin-bottom: 2rem; padding-left: 3rem; }
@media (min-width: 768px) {
  .timeline-item { padding-left: 0; }
  .timeline-item:nth-child(odd) { flex-direction: row; }
  .timeline-item:nth-child(even) { flex-direction: row-reverse; }
}
.timeline-content { width: 100%; }
@media (min-width: 768px) { .timeline-content { width: 50%; padding: 0 2rem; } }
.timeline-card { background: #ffffff; border-radius: 0.75rem; padding: 1.25rem; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
.timeline-year { font-size: 1.25rem; font-weight: 700; color: #1e3a8a; margin-bottom: 0.375rem; }
.timeline-title { font-weight: 700; color: #0f172a; margin-bottom: 0.375rem; font-size: 0.9375rem; }
.timeline-desc { color: #64748b; font-size: 0.8125rem; }
.timeline-dot { position: absolute; left: 1.5rem; top: 1.5rem; transform: translateX(-50%); width: 0.875rem; height: 0.875rem; background: #2563eb; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 0 0 2px #2563eb; }
@media (min-width: 768px) { .timeline-dot { left: 50%; } }

.team-section { padding: 4rem 0; }
@media (min-width: 768px) { .team-section { padding: 5rem 0; } }
.team-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
.team-card { text-align: center; }
.team-avatar { width: 5rem; height: 5rem; background: linear-gradient(135deg, #0f172a, #2563eb); border-radius: 50%; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; }
.team-avatar svg { width: 2.5rem; height: 2.5rem; color: #ffffff; }
.team-name { font-size: 1.125rem; font-weight: 700; color: #0f172a; margin-bottom: 0.25rem; }
.team-role { color: #1e3a8a; font-weight: 500; margin-bottom: 0.375rem; font-size: 0.875rem; }
.team-desc { color: #64748b; font-size: 0.8125rem; }

.contact-info-section { padding: 4rem 0; background: #ffffff; }
@media (min-width: 768px) { .contact-info-section { padding: 5rem 0; } }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; } }
.contact-info-item { display: flex; align-items: flex-start; gap: 0.875rem; margin-bottom: 1.25rem; }
.contact-item { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.contact-item-icon { width: 2.75rem; height: 2.75rem; background: #dbeafe; border-radius: 0.625rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-item-icon svg { width: 1.375rem; height: 1.375rem; color: #1e3a8a; }
.contact-item h3 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 0.25rem; line-height: 1.4; }
.contact-item p { color: #64748b; font-size: 0.875rem; line-height: 1.5; }
.map-placeholder { background: #f1f5f9; border-radius: 0.5rem; height: 8rem; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #94a3b8; margin-top: 0.5rem; }
.map-placeholder svg { width: 1.5rem; height: 1.5rem; margin-bottom: 0.25rem; }
.map-placeholder p { font-size: 0.75rem; }

.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-weight: 500; color: #0f172a; margin-bottom: 0.375rem; font-size: 0.875rem; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.625rem 0.875rem; border: 1px solid #e2e8f0; border-radius: 0.5rem; font-size: 0.9375rem; font-family: inherit; transition: border-color 0.3s ease; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1); }
.form-row { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; } }

.services-full { padding: 4rem 0; background: #f8fafc; }
@media (min-width: 768px) { .services-full { padding: 5rem 0; } }
.service-detail { display: grid; grid-template-columns: 1fr; gap: 1.25rem; background: #ffffff; border-radius: 1rem; padding: 1.5rem; margin-bottom: 1.25rem; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
@media (min-width: 768px) { .service-detail { grid-template-columns: 200px 1fr; gap: 2rem; padding: 2rem; margin-bottom: 1.5rem; } }
.service-icon-wrapper { width: 3.5rem; height: 3.5rem; border-radius: 0.75rem; display: flex; align-items: center; justify-content: center; }
@media (min-width: 768px) { .service-icon-wrapper { width: 5rem; height: 5rem; } }
.service-icon-wrapper svg { width: 1.75rem; height: 1.75rem; }
@media (min-width: 768px) { .service-icon-wrapper svg { width: 2.5rem; height: 2.5rem; } }
.service-info h2 { font-size: 1.25rem; font-weight: 700; color: #0f172a; margin-bottom: 0.75rem; }
@media (min-width: 768px) { .service-info h2 { font-size: 1.5rem; } }
.service-info p { color: #475569; font-size: 0.9375rem; line-height: 1.7; margin-bottom: 1rem; }
.service-features { list-style: none; padding: 0; }
.service-features li { color: #475569; font-size: 0.875rem; padding: 0.375rem 0 0.375rem 1.25rem; position: relative; }
.service-features li::before { content: '✓'; position: absolute; left: 0; color: #2563eb; font-weight: 700; }

.services-two-col { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 768px) { .services-two-col { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; } }
.service-card-col { text-decoration: none; color: inherit; display: flex; flex-direction: column; background: #ffffff; border-radius: 1rem; padding: 1.75rem; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); border: 1px solid #f1f5f9; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.service-card-col:hover { transform: translateY(-6px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1); border-color: #dbeafe; }
.service-card-col .service-icon-wrapper { align-self: flex-start; width: 3.25rem; height: 3.25rem; border-radius: 0.875rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.service-card-col .service-icon-wrapper svg { width: 1.5rem; height: 1.5rem; color: #1e3a8a; }
.service-card-col .service-info { flex: 1; display: flex; flex-direction: column; }
.service-card-col .service-info h2 { font-size: 1.125rem; font-weight: 700; color: #0f172a; margin-bottom: 0.625rem; letter-spacing: -0.01em; }
.service-card-col .service-info p { color: #64748b; font-size: 0.875rem; line-height: 1.6; margin-bottom: 1rem; }
.service-card-col .service-features { list-style: none; padding: 0; margin-bottom: auto; }
.service-card-col .service-features li { color: #475569; font-size: 0.8125rem; padding: 0.4375rem 0 0.4375rem 1.25rem; position: relative; line-height: 1.5; }
.service-card-col .service-features li::before { content: '✓'; position: absolute; left: 0; color: #2563eb; font-weight: 700; font-size: 0.75rem; }
.service-link { display: inline-flex; align-items: center; gap: 0.375rem; margin-top: 1rem; padding-top: 1rem; color: #2563eb; font-size: 0.875rem; font-weight: 600; border-top: 1px solid #f1f5f9; transition: all 0.3s ease; }
.service-card-col:hover .service-link { color: #1e3a8a; gap: 0.5rem; }

.news-list { list-style: none; padding: 0; margin-top: 1.5rem; }
.news-list-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; border-radius: 0.75rem; border: 1px solid #e2e8f0; margin-bottom: 0.75rem; transition: all 0.3s ease; }
.news-list-item:hover { background: #f8fafc; border-color: #cbd5e1; }
.news-list-date { flex-shrink: 0; width: 4rem; text-align: center; background: linear-gradient(135deg, #0f172a, #2563eb); border-radius: 0.5rem; padding: 0.5rem 0; color: #ffffff; }
.news-list-month { display: block; font-size: 0.75rem; font-weight: 600; }
.news-list-day { display: block; font-size: 1.25rem; font-weight: 700; }
.news-list-content { flex: 1; min-width: 0; }
.news-list-category { display: inline-block; background: #eff6ff; color: #1e3a8a; padding: 0.125rem 0.5rem; border-radius: 9999px; font-size: 0.6875rem; font-weight: 500; margin-bottom: 0.5rem; }
.news-list-title { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 0.375rem; line-height: 1.4; }
.news-list-title a { color: inherit; }
.news-list-title a:hover { color: #2563eb; }
.news-list-desc { color: #64748b; font-size: 0.8125rem; line-height: 1.5; }
.news-list-arrow { flex-shrink: 0; color: #94a3b8; margin-top: 0.25rem; }
.news-list-arrow svg { width: 1.25rem; height: 1.25rem; }
@media (max-width: 640px) {
  .news-list-item { flex-direction: column; }
  .news-list-date { width: 100%; }
  .news-list-month, .news-list-day { display: inline; margin-right: 0.5rem; }
  .news-list-arrow { display: none; }
}

.news-detail { padding: 2rem 0 4rem; background: #ffffff; }
@media (min-width: 768px) { .news-detail { padding: 3rem 0 5rem; } }

.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 0.5rem; font-size: 0.875rem; color: #94a3b8; margin-bottom: 1.5rem; }
.breadcrumb a { color: #64748b; }
.breadcrumb a:hover { color: #2563eb; }
.breadcrumb-sep { color: #cbd5e1; }
.breadcrumb span:last-child { color: #0f172a; }

.news-detail-header { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid #e2e8f0; }
.news-detail-meta-top { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.news-detail-category { background: #eff6ff; color: #1e3a8a; padding: 0.25rem 0.75rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 600; }
.news-detail-date, .news-detail-views { display: flex; align-items: center; gap: 0.375rem; color: #94a3b8; font-size: 0.8125rem; }
.news-detail-date svg, .news-detail-views svg { width: 0.875rem; height: 0.875rem; }
.news-detail-title { font-size: 1.5rem; font-weight: 700; color: #0f172a; line-height: 1.3; margin-bottom: 0.75rem; }
@media (min-width: 768px) { .news-detail-title { font-size: 2rem; } }
.news-detail-subtitle { color: #64748b; font-size: 0.9375rem; line-height: 1.6; }
@media (min-width: 768px) { .news-detail-subtitle { font-size: 1rem; } }

.news-detail-quote { padding: 1rem 1.5rem; background: linear-gradient(135deg, #0f172a, #1e3a8a); color: #ffffff; border-radius: 0.5rem; font-size: 0.9375rem; font-weight: 500; line-height: 1.6; text-align: center; letter-spacing: 0.02em; margin-bottom: 1.5rem; position: relative; }
@media (min-width: 768px) { .news-detail-quote { padding: 1.25rem 2rem; font-size: 1.0625rem; } }

.news-detail-body { color: #334155; font-size: 0.9375rem; line-height: 1.8; max-width: 100%; }
@media (min-width: 768px) { .news-detail-body { font-size: 1rem; } }
.news-detail-body p { margin-bottom: 1rem; }
.news-detail-body h2 { font-size: 1.25rem; font-weight: 700; color: #0f172a; margin: 1.75rem 0 0.75rem; padding-left: 0.75rem; border-left: 4px solid #2563eb; }
@media (min-width: 768px) { .news-detail-body h2 { font-size: 1.375rem; } }
.news-detail-body h3 { font-size: 1.0625rem; font-weight: 700; color: #0f172a; margin: 1.25rem 0 0.5rem; }
@media (min-width: 768px) { .news-detail-body h3 { font-size: 1.125rem; } }
.news-detail-body ul, .news-detail-body ol { margin: 1rem 0 1rem 1.5rem; }
.news-detail-body li { margin-bottom: 0.5rem; }
.news-detail-body ul li { list-style: disc; }
.news-detail-body ol li { list-style: decimal; }

.news-detail-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 2rem 0; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; }
.news-tag { background: #f1f5f9; color: #475569; padding: 0.375rem 0.875rem; border-radius: 9999px; font-size: 0.8125rem; }
.news-tag:hover { background: #dbeafe; color: #1e3a8a; }

.news-detail-share { padding: 1.5rem 0; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
.news-detail-share h3 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 0.75rem; }
.share-buttons { display: flex; gap: 0.75rem; }
.share-btn { display: flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; background: #f1f5f9; color: #64748b; border-radius: 50%; transition: all 0.3s ease; }
.share-btn:hover { background: #2563eb; color: #ffffff; }
.share-btn svg { width: 1.25rem; height: 1.25rem; }

.news-detail-nav { display: grid; grid-template-columns: 1fr; gap: 0.75rem; margin: 2rem 0; padding: 1.5rem 0; }
@media (min-width: 768px) { .news-detail-nav { grid-template-columns: 1fr auto 1fr; } }
.news-nav-item { display: flex; flex-direction: column; padding: 1rem; background: #f8fafc; border-radius: 0.5rem; transition: all 0.3s ease; }
.news-nav-item:hover { background: #eff6ff; }
.news-nav-prev { text-align: left; }
.news-nav-next { text-align: right; }
.news-nav-back { align-self: center; justify-self: center; flex-direction: row; align-items: center; gap: 0.5rem; padding: 0.75rem 1.25rem; }
.news-nav-back svg { width: 1.125rem; height: 1.125rem; }
.news-nav-label { font-size: 0.75rem; color: #94a3b8; margin-bottom: 0.25rem; }
.news-nav-title { color: #0f172a; font-weight: 600; font-size: 0.875rem; line-height: 1.4; }
.news-nav-item:hover .news-nav-title { color: #2563eb; }

.related-news { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #e2e8f0; }
.related-title { font-size: 1.25rem; font-weight: 700; color: #0f172a; margin-bottom: 1.5rem; }
@media (min-width: 768px) { .related-title { font-size: 1.5rem; } }
.related-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .related-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .related-grid { grid-template-columns: repeat(3, 1fr); } }

.filter-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-bottom: 2rem; }
.filter-btn { padding: 0.5rem 1rem; border-radius: 9999px; font-weight: 500; background: #f1f5f9; color: #475569; border: none; cursor: pointer; transition: all 0.3s ease; font-size: 0.875rem; }
.filter-btn.active { background: #0f172a; color: #ffffff; }
.filter-btn:hover { background: #dbeafe; }
.filter-btn.active:hover { background: #0f172a; }

.page-content { padding: 4rem 0; }
@media (min-width: 768px) { .page-content { padding: 5rem 0; } }

.cta-section { padding: 4rem 0; background: #f8fafc; }
@media (min-width: 768px) { .cta-section { padding: 5rem 0; } }
.cta-box { background: linear-gradient(135deg, #0f172a, #1e3a8a); border-radius: 1rem; padding: 2rem 1.5rem; text-align: center; color: #ffffff; }
@media (min-width: 768px) { .cta-box { padding: 3rem 2rem; } }
.cta-title { font-size: 1.375rem; font-weight: 700; margin-bottom: 0.75rem; }
@media (min-width: 768px) { .cta-title { font-size: 1.75rem; } }
.cta-desc { color: rgba(255,255,255,0.85); margin-bottom: 1.5rem; font-size: 0.9375rem; }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
@media (min-width: 640px) { .cta-actions { flex-direction: row; justify-content: center; } }
.cta-btn-white { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; background: #ffffff; color: #0f172a; padding: 0.75rem 1.5rem; border-radius: 0.5rem; font-weight: 700; transition: all 0.3s ease; font-size: 0.9375rem; }
.cta-btn-white:hover { background: #f1f5f9; color: #0f172a; }
.cta-btn-outline { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; border: 2px solid #ffffff; color: #ffffff; padding: 0.75rem 1.5rem; border-radius: 0.5rem; font-weight: 700; transition: all 0.3s ease; font-size: 0.9375rem; }
.cta-btn-outline:hover { background: #ffffff; color: #0f172a; }

.site-footer { background: #0f172a; color: #ffffff; }
.footer-top { padding: 3rem 0; }
@media (min-width: 768px) { .footer-top { padding: 4rem 0; } }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: repeat(4, 1fr); } }
.footer-brand .logo-title { color: #ffffff; }
.footer-brand .logo-subtitle { color: rgba(255,255,255,0.7); }
.footer-brand p { color: #94a3b8; margin: 1rem 0; font-size: 0.875rem; line-height: 1.6; }
.footer-col h3 { font-size: 1rem; font-weight: 700; margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.5rem; }
.footer-col a { color: #94a3b8; transition: color 0.3s ease; font-size: 0.875rem; }
.footer-col a:hover { color: #ffffff; }
.footer-services-list { column-count: 1; column-gap: 1rem; }
@media (min-width: 640px) { .footer-services-list { column-count: 2; } }
.footer-contact-item { display: flex; align-items: flex-start; gap: 0.5rem; margin-bottom: 0.625rem; }
.footer-contact-item svg { width: 1rem; height: 1rem; color: #3b82f6; flex-shrink: 0; margin-top: 0.2rem; }
.footer-contact-item span { color: #94a3b8; font-size: 0.8125rem; }
.footer-bottom { border-top: 1px solid #1e293b; padding: 1.25rem 0; }
.footer-bottom-inner { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 0.75rem; }
@media (min-width: 768px) { .footer-bottom-inner { flex-direction: row; } }
.footer-bottom p { color: #94a3b8; font-size: 0.8125rem; }
.footer-links { display: flex; gap: 1rem; }
.footer-links a { color: #94a3b8; font-size: 0.8125rem; transition: color 0.3s ease; }
.footer-links a:hover { color: #ffffff; }

h1, h2, h3, h4, h5, h6 { line-height: 1.3; }

.breadcrumb-light a { color: rgba(255,255,255,0.8); }
.breadcrumb-light a:hover { color: #ffffff; }
.breadcrumb-light .breadcrumb-sep { color: rgba(255,255,255,0.5); }
.breadcrumb-light span:last-child { color: #ffffff; }

.project-hero { padding: 5rem 0 3rem; background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #2563eb 100%); }
@media (min-width: 768px) { .project-hero { padding: 6rem 0 4rem; } }
.project-hero-content { display: flex; flex-direction: column; align-items: center; text-align: center; color: #ffffff; }
.project-hero-icon { width: 5rem; height: 5rem; background: rgba(255,255,255,0.15); backdrop-filter: blur(8px); border-radius: 1.25rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; border: 1px solid rgba(255,255,255,0.2); }
@media (min-width: 768px) { .project-hero-icon { width: 6rem; height: 6rem; margin-bottom: 1.5rem; } }
.project-hero-icon svg { width: 2.5rem; height: 2.5rem; color: #ffffff; }
@media (min-width: 768px) { .project-hero-icon svg { width: 3rem; height: 3rem; } }
.project-hero-title { font-size: 2rem; font-weight: 700; margin-bottom: 0.75rem; letter-spacing: -0.02em; }
@media (min-width: 768px) { .project-hero-title { font-size: 2.75rem; } }
.project-hero-subtitle { font-size: 0.9375rem; color: rgba(255,255,255,0.85); }
@media (min-width: 768px) { .project-hero-subtitle { font-size: 1.0625rem; } }

.project-overview { padding: 0 0 3rem; background: #ffffff; margin-top: -1rem; }
.project-overview-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; background: #ffffff; border-radius: 1rem; padding: 1.5rem; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); margin-top: -2.5rem; position: relative; z-index: 10; }
@media (min-width: 640px) { .project-overview-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .project-overview-grid { grid-template-columns: repeat(4, 1fr); padding: 2rem; } }
.project-overview-item { padding: 1rem; border-left: 3px solid #2563eb; }
@media (max-width: 639px) { .project-overview-item { padding: 0.75rem 0 0.75rem 1rem; } }
.overview-num { display: inline-block; font-size: 0.75rem; font-weight: 700; color: #2563eb; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.project-overview-item h3 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 0.375rem; }
@media (min-width: 768px) { .project-overview-item h3 { font-size: 1.0625rem; } }
.project-overview-item p { color: #64748b; font-size: 0.8125rem; line-height: 1.6; }

.project-modules { padding: 3rem 0; background: #f8fafc; }
@media (min-width: 768px) { .project-modules { padding: 4rem 0; } }
.module-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .module-grid { grid-template-columns: repeat(2, 1fr); } }
.module-card { background: #ffffff; border-radius: 0.875rem; padding: 1.75rem; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); border: 1px solid #f1f5f9; transition: all 0.3s ease; position: relative; }
.module-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1); border-color: #dbeafe; }
.module-num { position: absolute; top: 1.25rem; right: 1.5rem; font-size: 2.5rem; font-weight: 800; color: #f1f5f9; line-height: 1; }
@media (min-width: 768px) { .module-num { font-size: 3rem; top: 1.5rem; right: 2rem; } }
.module-card h3 { font-size: 1.125rem; font-weight: 700; color: #0f172a; margin-bottom: 0.875rem; position: relative; z-index: 2; }
.module-card ul { list-style: none; padding: 0; position: relative; z-index: 2; }
.module-card li { color: #475569; font-size: 0.875rem; padding: 0.4375rem 0 0.4375rem 1.25rem; position: relative; line-height: 1.5; }
.module-card li::before { content: '✓'; position: absolute; left: 0; color: #2563eb; font-weight: 700; }

.project-advantages { padding: 3rem 0; background: #ffffff; }
@media (min-width: 768px) { .project-advantages { padding: 4rem 0; } }
.advantage-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .advantage-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .advantage-grid { grid-template-columns: repeat(5, 1fr); gap: 1rem; } }
.advantage-item { text-align: center; padding: 1.5rem 1rem; border-radius: 0.875rem; transition: all 0.3s ease; }
.advantage-item:hover { background: #f8fafc; transform: translateY(-4px); }
.advantage-icon { width: 3rem; height: 3rem; background: linear-gradient(135deg, #dbeafe, #eff6ff); border-radius: 0.875rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 0.875rem; }
.advantage-icon svg { width: 1.5rem; height: 1.5rem; color: #1e3a8a; }
.advantage-item h3 { font-size: 0.9375rem; font-weight: 700; color: #0f172a; margin-bottom: 0.5rem; }
.advantage-item p { color: #64748b; font-size: 0.75rem; line-height: 1.5; }

.project-process { padding: 3rem 0; background: #f8fafc; }
@media (min-width: 768px) { .project-process { padding: 4rem 0; } }
.process-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; align-items: stretch; }
@media (min-width: 768px) { .process-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; } }
.process-step { background: #ffffff; border-radius: 0.875rem; padding: 1.5rem 1.25rem; text-align: center; border: 1px solid #f1f5f9; transition: all 0.3s ease; position: relative; }
@media (min-width: 768px) { .process-step { padding: 1.75rem 1.25rem; } }
.process-step:hover { border-color: #2563eb; transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.process-num { width: 2.75rem; height: 2.75rem; background: linear-gradient(135deg, #0f172a, #2563eb); color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.875rem; margin: 0 auto 0.875rem; }
@media (min-width: 768px) { .process-num { width: 3.25rem; height: 3.25rem; font-size: 1rem; } }
.process-step h3 { font-size: 0.9375rem; font-weight: 700; color: #0f172a; margin-bottom: 0.375rem; }
.process-step p { color: #64748b; font-size: 0.75rem; line-height: 1.5; }
@media (min-width: 768px) { .process-step p { font-size: 0.8125rem; } }
.process-arrow { display: none; }
@media (min-width: 768px) {
  .process-arrow { display: none; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 1.5rem; }
  .section-title { font-size: 1.5rem; }
  .page-title { font-size: 1.5rem; }
  .stat-number { font-size: 1.5rem; }
  .container { padding: 0 0.875rem; }
}

.pagination { display: flex; justify-content: center; align-items: center; gap: 0.5rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #e2e8f0; }
.pagination-btn { width: 2.5rem; height: 2.5rem; border-radius: 0.5rem; border: 1px solid #e2e8f0; background: #ffffff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s ease; color: #64748b; }
.pagination-btn:hover:not(:disabled) { border-color: #2563eb; color: #2563eb; background: #eff6ff; }
.pagination-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.pagination-btn svg { width: 1rem; height: 1rem; }
.pagination-numbers { display: flex; gap: 0.25rem; }
.pagination-number { width: 2.5rem; height: 2.5rem; border-radius: 0.5rem; border: 1px solid #e2e8f0; background: #ffffff; color: #64748b; font-weight: 500; cursor: pointer; transition: all 0.2s ease; }
.pagination-number:hover:not(.active) { border-color: #2563eb; color: #2563eb; }
.pagination-number.active { background: #2563eb; color: #ffffff; border-color: #2563eb; }
.pagination-info { margin-left: 1rem; font-size: 0.8125rem; color: #94a3b8; }
@media (max-width: 640px) { .pagination-info { display: none; } .pagination { gap: 0.375rem; } }

.archive-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 1024px) { .archive-grid { grid-template-columns: 2fr 1fr; } }
.archive-main { width: 100%; }
.archive-sidebar { width: 100%; }
.archive-list { display: flex; flex-direction: column; gap: 1.5rem; }
.archive-card-inner { display: flex; flex-direction: column; }
@media (min-width: 768px) { .archive-card-inner { flex-direction: row; } }
.archive-card-image { width: 100%; height: 12rem; border-radius: 0.5rem; overflow: hidden; margin-bottom: 1rem; }
@media (min-width: 768px) { .archive-card-image { width: 33.333%; height: 12rem; margin-bottom: 0; } }
.archive-card-content { flex: 1; }
.archive-card-title { font-size: 1.125rem; font-weight: 700; color: #0f172a; margin-bottom: 0.5rem; }
.archive-card-title a { color: inherit; }
.archive-card-title a:hover { color: #2563eb; }
.archive-card-desc { color: #64748b; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 0.75rem; }
.no-content { text-align: center; padding: 4rem 0; }
.no-content svg { width: 4rem; height: 4rem; color: #cbd5e1; margin-bottom: 1rem; }
.no-content h3 { font-size: 1.125rem; font-weight: 700; color: #0f172a; margin-bottom: 0.5rem; }
.no-content p { color: #64748b; }

.features-section { padding: 4rem 0; background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%); color: #ffffff; }
@media (min-width: 768px) { .features-section { padding: 5rem 0; } }
.features-title { font-size: 1.75rem; font-weight: 700; text-align: center; margin-bottom: 0.75rem; }
@media (min-width: 768px) { .features-title { font-size: 2.25rem; } }
.features-subtitle { color: rgba(255,255,255,0.7); text-align: center; margin-bottom: 3rem; font-size: 0.9375rem; }
.features-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .features-grid { grid-template-columns: repeat(4, 1fr); } }
.feature-card { background: rgba(255,255,255,0.1); backdrop-filter: blur(4px); border-radius: 1rem; padding: 1.5rem; text-align: center; }
.feature-icon { width: 3rem; height: 3rem; background: rgba(255,255,255,0.2); border-radius: 1rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.feature-icon svg { width: 1.5rem; height: 1.5rem; color: #ffffff; }
.feature-title { font-weight: 700; color: #ffffff; margin-bottom: 0.5rem; }
.feature-desc { color: rgba(255,255,255,0.7); font-size: 0.875rem; }

.contact-info-list { display: flex; flex-direction: column; gap: 2rem; }

.news-image { height: 10rem; overflow: hidden; border-radius: 0.5rem; margin-bottom: 1rem; }

.sidebar-callout { background: #dbeafe; border-radius: 1rem; padding: 1.5rem; margin-top: 1.5rem; }
.sidebar-callout h3 { font-size: 1rem; font-weight: 700; color: #1e3a8a; margin-bottom: 0.5rem; }
.sidebar-phone { font-size: 1.5rem; font-weight: 700; color: #1e3a8a; margin-bottom: 0.25rem; }
.sidebar-hours { color: #64748b; font-size: 0.875rem; margin-bottom: 1rem; }
.sidebar-tags { margin-top: 1.5rem; }
.sidebar-tags h3 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 1rem; }
.tags-list { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.tag-link { background: #f1f5f9; color: #475569; padding: 0.375rem 0.875rem; border-radius: 9999px; font-size: 0.8125rem; transition: all 0.3s ease; }
.tag-link:hover { background: #dbeafe; color: #1e3a8a; }

.news-detail-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 1024px) { .news-detail-grid { grid-template-columns: 2fr 1fr; } }
.news-detail-main { width: 100%; }
.news-detail-sidebar { width: 100%; }
.news-detail-image { margin-bottom: 2rem; border-radius: 0.75rem; overflow: hidden; }
.news-detail-image img { width: 100%; height: auto; }
.news-detail-footer { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid #e2e8f0; }
.news-detail-author { display: flex; align-items: center; gap: 0.5rem; color: #94a3b8; font-size: 0.875rem; }
.news-detail-author svg { width: 0.875rem; height: 0.875rem; }

/* Tailwind 兼容类 */
.w-full { width: 100%; }
.h-full { height: 100%; }
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }

.mb-4 { margin-bottom: 1rem; }
.mb-8 { margin-bottom: 2rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }

.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-white { color: #ffffff; }
.text-white-80 { color: rgba(255,255,255,0.8); }
.text-lg { font-size: 1.125rem; }
.font-bold { font-weight: 700; }
.text-4xl { font-size: 2.25rem; }
.text-5xl { font-size: 3rem; }

.bg-gradient-to-r { background: linear-gradient(to right, #1e3a8a, #1e40af); }

.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, 1fr); }
.gap-8 { gap: 2rem; }

@media (min-width: 768px) {
  .md\:text-5xl { font-size: 3rem; }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:col-span-1 { grid-column: span 1 / span 1; }
}

.news-home-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 768px) { .news-home-grid { grid-template-columns: repeat(2, 1fr); gap: 0 2rem; } }
.news-home-item { display: flex; align-items: center; gap: 0.75rem; padding: 0.875rem 0; border-bottom: 1px solid #f1f5f9; text-decoration: none; color: inherit; transition: all 0.3s ease; }
.news-home-item:hover { color: #2563eb; }
.news-home-item:hover .news-home-title { color: #2563eb; }
.news-home-dot { width: 6px; height: 6px; border-radius: 50%; background: #cbd5e1; flex-shrink: 0; transition: background 0.3s ease; }
.news-home-item:hover .news-home-dot { background: #2563eb; }
.news-home-title { flex: 1; font-size: 0.9375rem; color: #334155; line-height: 1.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color 0.3s ease; }
.news-home-date { font-size: 0.8125rem; color: #94a3b8; flex-shrink: 0; white-space: nowrap; }

.news-simple-list { display: flex; flex-direction: column; border: 1px solid #f1f5f9; border-radius: 0.875rem; background: #fff; overflow: hidden; }
.news-simple-item { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.25rem; border-bottom: 1px solid #f8fafc; text-decoration: none; color: inherit; transition: all 0.2s ease; }
.news-simple-item:last-child { border-bottom: none; }
.news-simple-item:hover { background: #f8fafc; }
.news-simple-item:hover .news-simple-title { color: #2563eb; }
.news-simple-num { width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center; border-radius: 0.375rem; background: #f1f5f9; color: #64748b; font-size: 0.75rem; font-weight: 700; flex-shrink: 0; }
.news-simple-item:nth-child(1) .news-simple-num,
.news-simple-item:nth-child(2) .news-simple-num,
.news-simple-item:nth-child(3) .news-simple-num { background: linear-gradient(135deg, #dc2626, #f97316); color: #fff; }
.news-simple-title { flex: 1; font-size: 0.9375rem; color: #334155; line-height: 1.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color 0.3s ease; }
.news-simple-meta { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.news-simple-cat { display: inline-block; background: #eff6ff; color: #1e3a8a; padding: 0.15rem 0.5rem; border-radius: 9999px; font-size: 0.6875rem; font-weight: 600; white-space: nowrap; }
.news-simple-date { font-size: 0.8125rem; color: #94a3b8; white-space: nowrap; }
@media (max-width: 640px) {
  .news-simple-item { flex-wrap: wrap; gap: 0.5rem 1rem; padding: 0.875rem 1rem; }
  .news-simple-title { width: 100%; order: 2; }
  .news-simple-num { order: 1; }
  .news-simple-meta { order: 3; width: 100%; margin-left: 2.5rem; }
}

.news-slogan { background: linear-gradient(90deg, #0f172a 0%, #1e3a8a 50%, #2563eb 100%); color: #fff; padding: 1rem 1.5rem; border-radius: 0.5rem; margin-bottom: 1.5rem; text-align: center; }
.news-slogan span { font-size: 0.9375rem; font-weight: 500; letter-spacing: 0.02em; }

.service-card-col-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 1rem; }
.service-price-tag { display: inline-block; background: linear-gradient(135deg, #0f172a, #2563eb); color: #fff; font-size: 0.75rem; font-weight: 600; padding: 0.25rem 0.625rem; border-radius: 9999px; white-space: nowrap; }
.service-card-footer { margin-top: auto; padding-top: 1rem; border-top: 1px solid #f1f5f9; }

.service-detail-hero { background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #2563eb 100%); padding: 6rem 0 4rem; color: #fff; position: relative; overflow: hidden; }
@media (min-width: 768px) { .service-detail-hero { padding: 8rem 0 5rem; } }
.service-detail-hero-inner { max-width: 100%; }
@media (min-width: 1024px) { .service-detail-hero-inner { max-width: 48rem; } }
.service-detail-icon { margin-bottom: 1.5rem; }
.service-detail-icon .service-icon-wrapper { background: rgba(255,255,255,0.15) !important; color: #fff !important; }
.service-detail-icon svg { color: #fff !important; }
.service-detail-title { font-size: 2rem; font-weight: 700; margin-bottom: 1rem; line-height: 1.2; }
@media (min-width: 768px) { .service-detail-title { font-size: 2.75rem; } }
.service-detail-desc { font-size: 1rem; color: rgba(255,255,255,0.9); line-height: 1.7; margin-bottom: 2rem; }
@media (min-width: 768px) { .service-detail-desc { font-size: 1.125rem; } }
.service-detail-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.service-detail-price { display: flex; flex-direction: column; }
.service-detail-price .price-label { font-size: 0.75rem; color: rgba(255,255,255,0.7); margin-bottom: 0.25rem; }
.service-detail-price .price-value { font-size: 1.5rem; font-weight: 700; }

.service-detail-section { padding: 3rem 0; background: #f8fafc; }
@media (min-width: 768px) { .service-detail-section { padding: 4rem 0; } }
.service-detail-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 1024px) { .service-detail-grid { grid-template-columns: 2fr 1fr; gap: 3rem; } }

.service-detail-block { background: #fff; border-radius: 1rem; padding: 1.5rem; margin-bottom: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border: 1px solid #f1f5f9; }
@media (min-width: 768px) { .service-detail-block { padding: 2rem; } }
.service-detail-block-title { font-size: 1.25rem; font-weight: 700; color: #0f172a; margin-bottom: 1.25rem; padding-bottom: 0.75rem; border-bottom: 2px solid #eff6ff; position: relative; }
.service-detail-block-title::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 3rem; height: 2px; background: #2563eb; }

.service-detail-features { display: grid; grid-template-columns: 1fr; gap: 0.75rem; }
@media (min-width: 640px) { .service-detail-features { grid-template-columns: repeat(2, 1fr); } }
.service-detail-feature-item { display: flex; align-items: center; gap: 0.625rem; padding: 0.625rem 0.875rem; background: #f8fafc; border-radius: 0.5rem; font-size: 0.875rem; color: #334155; }
.service-detail-feature-item svg { width: 1rem; height: 1rem; color: #2563eb; flex-shrink: 0; }

.service-detail-process { display: flex; flex-direction: column; gap: 1rem; position: relative; }
.service-process-item { display: flex; gap: 1rem; align-items: flex-start; position: relative; }
.service-process-number { width: 2.5rem; height: 2.5rem; border-radius: 9999px; background: linear-gradient(135deg, #0f172a, #2563eb); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem; flex-shrink: 0; }
.service-process-content { flex: 1; padding-bottom: 0.5rem; }
.service-process-content h3 { font-size: 1rem; font-weight: 600; color: #0f172a; margin-bottom: 0.25rem; }
.service-process-content p { font-size: 0.875rem; color: #64748b; line-height: 1.6; }

.service-detail-advantages { display: grid; grid-template-columns: 1fr; gap: 0.75rem; }
@media (min-width: 640px) { .service-detail-advantages { grid-template-columns: repeat(2, 1fr); } }
.service-advantage-item { display: flex; align-items: center; gap: 0.625rem; padding: 0.75rem 1rem; background: #f0fdf4; border-radius: 0.5rem; font-size: 0.875rem; color: #166534; }
.service-advantage-item svg { width: 1.125rem; height: 1.125rem; color: #22c55e; flex-shrink: 0; }

.service-detail-sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
.service-sidebar-card { background: #fff; border-radius: 1rem; padding: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border: 1px solid #f1f5f9; }
.service-sidebar-card h3 { font-size: 1.125rem; font-weight: 700; color: #0f172a; margin-bottom: 0.5rem; }
.service-sidebar-card > p { font-size: 0.875rem; color: #64748b; margin-bottom: 1rem; }
.service-sidebar-form .form-group { margin-bottom: 0.75rem; }
.service-sidebar-form .form-group input,
.service-sidebar-form .form-group textarea {
  width: 100%; padding: 0.625rem 0.875rem; border: 1px solid #e2e8f0; border-radius: 0.5rem;
  font-size: 0.875rem; font-family: inherit; transition: all 0.3s ease;
}
.service-sidebar-form .form-group input:focus,
.service-sidebar-form .form-group textarea:focus { outline: none; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,0.1); }
.service-sidebar-contact { text-align: center; background: linear-gradient(135deg, #0f172a, #1e3a8a); color: #fff !important; border: none; }
.service-sidebar-contact h3 { color: #fff !important; }
.service-sidebar-phone { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-size: 1.5rem; font-weight: 700; color: #fff; margin: 0.75rem 0; }
.service-sidebar-phone svg { width: 1.25rem; height: 1.25rem; }
.service-sidebar-hours { font-size: 0.8125rem; color: rgba(255,255,255,0.7) !important; margin-bottom: 1rem !important; }

.news-section-list { background: #f8fafc; }
.news-list-layout { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 1024px) { .news-list-layout { grid-template-columns: 2fr 1fr; gap: 3rem; } }

.news-list { display: flex; flex-direction: column; gap: 1.25rem; margin-bottom: 2rem; }
.news-list-item { display: flex; flex-direction: column; background: #fff; border-radius: 0.875rem; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border: 1px solid #f1f5f9; transition: all 0.3s ease; }
@media (min-width: 640px) { .news-list-item { flex-direction: row; } }
.news-list-item:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); border-color: #dbeafe; }
.news-list-image { width: 100%; height: 12rem; flex-shrink: 0; overflow: hidden; }
@media (min-width: 640px) { .news-list-image { width: 15rem; height: auto; min-height: 10rem; } }
@media (min-width: 768px) { .news-list-image { width: 18rem; } }
.news-list-content { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
@media (min-width: 640px) { .news-list-content { padding: 1.5rem; } }
.news-list-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.news-list-category { display: inline-block; background: #eff6ff; color: #1e3a8a; padding: 0.2rem 0.625rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 600; }
.news-list-date { display: flex; align-items: center; gap: 0.375rem; color: #94a3b8; font-size: 0.8125rem; }
.news-list-date svg { width: 0.875rem; height: 0.875rem; }
.news-list-title { font-size: 1.125rem; font-weight: 700; color: #0f172a; margin-bottom: 0.5rem; line-height: 1.4; transition: color 0.3s ease; }
.news-list-title a { color: inherit; text-decoration: none; }
.news-list-title:hover { color: #2563eb; }
.news-list-excerpt { color: #64748b; font-size: 0.875rem; line-height: 1.6; margin-bottom: 0.875rem; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.news-list-more { color: #2563eb; font-size: 0.875rem; font-weight: 600; text-decoration: none; align-self: flex-start; transition: all 0.3s ease; }
.news-list-more:hover { color: #1e3a8a; }

.news-list-sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
.sidebar-widget { background: #fff; border-radius: 0.875rem; padding: 1.25rem; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border: 1px solid #f1f5f9; }
.sidebar-widget-title { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 1rem; padding-bottom: 0.625rem; border-bottom: 2px solid #eff6ff; position: relative; }
.sidebar-widget-title::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 2rem; height: 2px; background: #2563eb; }

.popular-posts { display: flex; flex-direction: column; gap: 0.75rem; }
.popular-post-item { display: flex; align-items: flex-start; gap: 0.75rem; text-decoration: none; color: inherit; padding: 0.5rem 0; transition: all 0.3s ease; }
.popular-post-item:hover { color: #2563eb; }
.popular-number { width: 1.5rem; height: 1.5rem; border-radius: 0.375rem; background: linear-gradient(135deg, #0f172a, #2563eb); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700; flex-shrink: 0; }
.popular-post-item:nth-child(1) .popular-number,
.popular-post-item:nth-child(2) .popular-number,
.popular-post-item:nth-child(3) .popular-number { background: linear-gradient(135deg, #dc2626, #f97316); }
.popular-title { font-size: 0.875rem; color: #334155; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color 0.3s ease; }
.popular-post-item:hover .popular-title { color: #2563eb; }

.category-list { display: flex; flex-direction: column; gap: 0.25rem; }
.category-item { display: flex; align-items: center; justify-content: space-between; padding: 0.625rem 0.875rem; text-decoration: none; color: #475569; font-size: 0.875rem; border-radius: 0.5rem; transition: all 0.3s ease; }
.category-item:hover { background: #eff6ff; color: #2563eb; }
.category-count { display: inline-block; min-width: 1.5rem; padding: 0.125rem 0.5rem; background: #f1f5f9; border-radius: 9999px; font-size: 0.75rem; color: #64748b; text-align: center; transition: all 0.3s ease; }
.category-item:hover .category-count { background: #dbeafe; color: #1e3a8a; }

.sidebar-callout { background: linear-gradient(135deg, #0f172a, #1e3a8a); border-radius: 0.875rem; padding: 1.5rem; color: #fff; text-align: center; }
.sidebar-callout h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.sidebar-phone { font-size: 1.5rem; font-weight: 700; color: #fff; margin: 0.75rem 0 0.25rem; }
.sidebar-hours { font-size: 0.8125rem; color: rgba(255,255,255,0.7); margin-bottom: 1rem; }
.sidebar-callout .btn-primary { width: 100%; background: #fff; color: #0f172a; }
.sidebar-callout .btn-primary:hover { background: #f1f5f9; color: #0f172a; }

.news-pagination { margin-top: 2rem; }
.news-pagination ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; padding: 0; margin: 0; }
.news-pagination li { display: inline-block; }
.news-pagination a,
.news-pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 2.5rem; height: 2.5rem; padding: 0 0.875rem;
  border-radius: 0.5rem; background: #fff; color: #475569;
  text-decoration: none; font-size: 0.875rem; font-weight: 500;
  border: 1px solid #e2e8f0; transition: all 0.3s ease;
}
.news-pagination a:hover { background: #eff6ff; color: #2563eb; border-color: #dbeafe; }
.news-pagination .current { background: linear-gradient(135deg, #0f172a, #2563eb); color: #fff; border-color: transparent; }
.news-pagination .dots { border: none; background: transparent; color: #94a3b8; }

.news-detail-breadcrumb { font-size: 0.8125rem; color: #94a3b8; margin-bottom: 1rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; }
.news-detail-breadcrumb a { color: #64748b; text-decoration: none; transition: color 0.3s ease; }
.news-detail-breadcrumb a:hover { color: #2563eb; }
.breadcrumb-sep { color: #cbd5e1; }

.news-detail-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #e2e8f0; }
.news-detail-views { display: flex; align-items: center; gap: 0.375rem; color: #94a3b8; font-size: 0.8125rem; }
.news-detail-views svg { width: 0.875rem; height: 0.875rem; }

.news-detail-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; margin-bottom: 1.5rem; }
.tags-label { font-size: 0.875rem; color: #64748b; font-weight: 500; }
.news-detail-tags a { display: inline-block; padding: 0.375rem 0.875rem; background: #f1f5f9; color: #475569; border-radius: 9999px; font-size: 0.8125rem; text-decoration: none; transition: all 0.3s ease; }
.news-detail-tags a:hover { background: #dbeafe; color: #1e3a8a; }

.news-detail-share { padding: 1.5rem 0; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.news-detail-share > span { font-size: 0.875rem; color: #64748b; font-weight: 500; }
.share-icons { display: flex; align-items: center; gap: 0.75rem; }
.share-icon { width: 2.25rem; height: 2.25rem; border-radius: 9999px; background: #f1f5f9; display: flex; align-items: center; justify-content: center; color: #64748b; transition: all 0.3s ease; text-decoration: none; }
.share-icon:hover { background: #2563eb; color: #fff; transform: translateY(-2px); }
.share-icon svg { width: 1.125rem; height: 1.125rem; }

.news-detail-nav { display: grid; grid-template-columns: 1fr; gap: 0.75rem; margin-top: 2rem; padding: 1.5rem 0; }
@media (min-width: 768px) { .news-detail-nav { grid-template-columns: 1fr auto 1fr; } }
.nav-prev, .nav-next { min-height: 4rem; }
.nav-prev a, .nav-next a { display: flex; flex-direction: column; gap: 0.25rem; text-decoration: none; color: inherit; padding: 1rem; background: #f8fafc; border-radius: 0.75rem; transition: all 0.3s ease; height: 100%; }
.nav-prev a:hover, .nav-next a:hover { background: #eff6ff; }
.nav-label { font-size: 0.75rem; color: #94a3b8; }
.nav-title { font-size: 0.875rem; font-weight: 600; color: #0f172a; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.nav-prev .nav-label { text-align: left; }
.nav-next .nav-label { text-align: right; }
.nav-next .nav-title { text-align: right; }
.nav-sep { display: none; }
@media (min-width: 768px) { .nav-sep { display: flex; align-items: center; justify-content: center; } }

.no-content { text-align: center; padding: 3rem 1rem; color: #64748b; font-size: 0.9375rem; grid-column: 1 / -1; }
