*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Segoe UI', Arial, sans-serif; font-size: 16px; line-height: 1.8; color: #2d2d2d; background: #f8f9fa; } /* HEADER */ header { background: linear-gradient(135deg, #1a3c6e 0%, #2563b0 100%); color: #fff; padding: 0; box-shadow: 0 2px 8px rgba(0,0,0,0.2); } .header-inner { max-width: 1100px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; } .logo-area a { text-decoration: none; color: #fff; } .logo-area .brand { font-size: 1.5rem; font-weight: 800; letter-spacing: 1px; } .logo-area .tagline { font-size: 0.78rem; opacity: 0.85; } .header-contact { text-align: right; font-size: 0.88rem; } .header-contact a { color: #ffd700; font-weight: 700; text-decoration: none; font-size: 1rem; } .header-contact a:hover { text-decoration: underline; } /* BREADCRUMB */ .breadcrumb { background: #e9eef5; border-bottom: 1px solid #d0daea; } .breadcrumb-inner { max-width: 1100px; margin: 0 auto; padding: 8px 24px; font-size: 0.82rem; color: #666; } .breadcrumb-inner a { color: #2563b0; text-decoration: none; } .breadcrumb-inner a:hover { text-decoration: underline; } .breadcrumb-inner span { margin: 0 6px; } /* MAIN LAYOUT */ .page-wrapper { max-width: 1100px; margin: 0 auto; padding: 32px 24px; display: grid; grid-template-columns: 1fr 300px; gap: 32px; } @media (max-width: 800px) { .page-wrapper { grid-template-columns: 1fr; } } /* ARTICLE */ article { background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.07); overflow: hidden; } .article-hero { width: 100%; max-height: 420px; object-fit: cover; display: block; } .article-body { padding: 36px 40px; } @media (max-width: 600px) { .article-body { padding: 24px 18px; } } .article-category { display: inline-block; background: #e8f0fe; color: #2563b0; font-size: 0.78rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 14px; } h1 { font-size: 2rem; font-weight: 800; color: #1a3c6e; line-height: 1.3; margin-bottom: 16px; } @media (max-width: 600px) { h1 { font-size: 1.45rem; } } .meta-info { display: flex; gap: 20px; font-size: 0.82rem; color: #888; margin-bottom: 20px; flex-wrap: wrap; } .meta-info span { display: flex; align-items: center; gap: 5px; } .intro-box { background: linear-gradient(135deg, #e8f0fe, #dbeafe); border-left: 4px solid #2563b0; border-radius: 0 8px 8px 0; padding: 18px 22px; margin-bottom: 28px; font-size: 1.02rem; color: #1a3c6e; font-style: italic; } article p { margin-bottom: 18px; font-size: 1rem; color: #333; } article h2 { font-size: 1.45rem; font-weight: 700; color: #1a3c6e; margin: 32px 0 14px; padding-bottom: 8px; border-bottom: 2px solid #e8f0fe; } article h3 { font-size: 1.15rem; font-weight: 700; color: #2563b0; margin: 22px 0 10px; } article strong { color: #1a3c6e; } /* TABLE */ .table-wrap { overflow-x: auto; margin: 24px 0; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); } table { width: 100%; border-collapse: collapse; font-size: 0.93rem; } thead tr { background: linear-gradient(135deg, #1a3c6e, #2563b0); color: #fff; } thead th { padding: 13px 16px; text-align: left; font-weight: 700; } tbody tr:nth-child(even) { background: #f0f5ff; } tbody tr:hover { background: #dbeafe; transition: background 0.2s; } tbody td { padding: 11px 16px; border-bottom: 1px solid #e2e8f0; } tbody td:first-child { font-weight: 600; color: #1a3c6e; } /* CTA BOX */ .cta-box { background: linear-gradient(135deg, #1a3c6e 0%, #2563b0 100%); color: #fff; border-radius: 12px; padding: 28px 32px; margin: 36px 0 0; text-align: center; } .cta-box h3 { font-size: 1.3rem; margin-bottom: 10px; } .cta-box p { opacity: 0.9; margin-bottom: 18px; font-size: 0.97rem; } .cta-phones { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; } .cta-phones a { background: #ffd700; color: #1a3c6e; font-weight: 800; font-size: 1.05rem; padding: 10px 22px; border-radius: 30px; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; } .cta-phones a:hover { transform: translateY(-2px); box-shadow: 0 4px 14px rgba(0,0,0,0.25); } .cta-box .website { color: #ffd700; font-weight: 600; text-decoration: none; font-size: 0.95rem; } /* SIDEBAR */ aside { display: flex; flex-direction: column; gap: 24px; } .sidebar-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.07); overflow: hidden; } .sidebar-card-header { background: linear-gradient(135deg, #1a3c6e, #2563b0); color: #fff; padding: 14px 18px; font-weight: 700; font-size: 0.95rem; } .sidebar-card-body { padding: 18px; } .contact-item { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; } .contact-icon { width: 36px; height: 36px; background: #e8f0fe; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; } .contact-item a { color: #2563b0; font-weight: 700; text-decoration: none; font-size: 1rem; } .contact-item a:hover { text-decoration: underline; } .contact-label { font-size: 0.78rem; color: #888; } .related-list { list-style: none; } .related-list li { padding: 10px 0; border-bottom: 1px solid #f0f0f0; font-size: 0.9rem; } .related-list li:last-child { border-bottom: none; } .related-list a { color: #2563b0; text-decoration: none; font-weight: 500; } .related-list a:hover { text-decoration: underline; } .related-list .tag { display: inline-block; background: #e8f0fe; color: #2563b0; font-size: 0.72rem; padding: 2px 8px; border-radius: 10px; margin-bottom: 4px; }