*{box-sizing:border-box}body{font-family:"Inter",sans-serif;color:#333;background-color:#fff;margin:0;padding:0;line-height:1.6;font-size:16px}h1,h2,h3,h4,h5,h6{color:#001f3f;margin-top:1.5em;margin-bottom:0.5em;line-height:1.3;font-weight:700}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}a{color:#0074d9;text-decoration:none;transition:all 0.3s ease}a:hover{color:#004b8d;text-decoration:underline}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.container{padding:0 15px}}.btn{display:inline-block;padding:12px 28px;border-radius:6px;font-weight:600;text-align:center;cursor:pointer;transition:all 0.3s ease;text-decoration:none}.btn.btn-primary{background-color:#0074d9;color:#fff}.btn.btn-primary:hover{background-color:#0059a6;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,116,217,0.3)}.btn.btn-secondary{background-color:transparent;color:#fff;border:2px solid #fff}.btn.btn-secondary:hover{background-color:#fff;color:#001f3f;text-decoration:none}.btn.btn-outline{background-color:transparent;color:#0074d9;border:2px solid #0074d9}.btn.btn-outline:hover{background-color:#0074d9;color:#fff;text-decoration:none}header{background-color:#fff;border-bottom:2px solid #f4f4f4;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,0.05)}header .header-content{display:flex;justify-content:space-between;align-items:center;padding:15px 20px}@media (max-width: 768px){header .header-content{flex-wrap:wrap}}header .branding-wrapper .branding{font-size:1.5rem;font-weight:700;color:#001f3f;display:block}header .branding-wrapper .branding:hover{text-decoration:none;color:#0074d9}header .branding-wrapper .tagline{font-size:0.75rem;color:#4d4d4d;margin:0;font-weight:400}header .main-nav{display:flex;gap:20px;align-items:center}@media (max-width: 768px){header .main-nav{display:none;width:100%;flex-direction:column;padding:20px 0}header .main-nav.active{display:flex}}header .main-nav .nav-link{color:#333;font-weight:600;font-size:0.95rem;padding:8px 12px;border-radius:4px;transition:all 0.3s ease}header .main-nav .nav-link:hover{background-color:#f4f4f4;color:#001f3f;text-decoration:none}header .mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:transparent;border:none;cursor:pointer;padding:8px}@media (max-width: 768px){header .mobile-menu-toggle{display:flex}}header .mobile-menu-toggle span{width:25px;height:3px;background-color:#001f3f;transition:all 0.3s ease}.submenu-bar{background-color:#f4f4f4;border-bottom:1px solid #e0e0e0;padding:10px 0}@media (max-width: 768px){.submenu-bar{overflow-x:auto;-webkit-overflow-scrolling:touch}}.submenu-bar .submenu-links{display:flex;gap:20px;font-size:0.875rem}@media (max-width: 768px){.submenu-bar .submenu-links{flex-wrap:nowrap;padding:0 15px}}.submenu-bar .submenu-links a{color:#333;white-space:nowrap;font-weight:500}.submenu-bar .submenu-links a:hover{color:#0074d9;text-decoration:none}.breadcrumb{padding:15px 0;background-color:#f4f4f4}.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;font-size:0.875rem;max-width:1200px;margin:0 auto;padding:0 20px}.breadcrumb li{display:flex;align-items:center}.breadcrumb li:not(:last-child)::after{content:'›';margin-left:8px;color:gray}.breadcrumb li:last-child{color:#0074d9;font-weight:600}.breadcrumb a{color:#333}.breadcrumb a:hover{color:#0074d9;text-decoration:none}.hero{background:linear-gradient(135deg, #001f3f 0%, #001226 100%);color:#fff;padding:80px 0;text-align:center}@media (max-width: 768px){.hero{padding:50px 0}}.hero .hero-content{max-width:800px;margin:0 auto}.hero h1{color:#fff;font-size:3rem;margin-bottom:15px}@media (max-width: 768px){.hero h1{font-size:2rem}}.hero .hero-description{font-size:1.25rem;margin-bottom:10px;opacity:0.95}.hero .hero-subtitle{font-size:1rem;opacity:0.85;margin-bottom:30px}.hero .hero-cta{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.featured-categories{padding:60px 0;background-color:#fff}.featured-categories .category-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:25px}@media (max-width: 768px){.featured-categories .category-grid{grid-template-columns:repeat(2, 1fr)}}.featured-categories .category-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:30px 20px;text-align:center;transition:all 0.3s ease}.featured-categories .category-card:hover{border-color:#0074d9;box-shadow:0 8px 20px rgba(0,116,217,0.15);transform:translateY(-5px);text-decoration:none}.featured-categories .category-card .category-icon{font-size:3rem;margin-bottom:15px}.featured-categories .category-card h3{color:#001f3f;margin:10px 0;font-size:1.25rem}.featured-categories .category-card p{color:#666;font-size:0.875rem;margin:0}.latest-articles{padding:60px 0;background-color:#f4f4f4}.latest-articles .section-header{text-align:center;margin-bottom:50px}.latest-articles .section-header h2{font-size:2.5rem;margin-bottom:10px}.latest-articles .section-header p{color:#666;font-size:1.1rem}.featured-post{margin-bottom:50px}.featured-post .featured-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.1);display:grid;grid-template-columns:1fr 1fr;gap:30px}@media (max-width: 768px){.featured-post .featured-card{grid-template-columns:1fr}}.featured-post .featured-card .featured-image img{width:100%;height:100%;object-fit:cover;min-height:300px}.featured-post .featured-card .featured-content{padding:40px}@media (max-width: 768px){.featured-post .featured-card .featured-content{padding:25px}}.featured-post .featured-card .featured-content .featured-meta{display:flex;gap:10px;margin-bottom:15px}.featured-post .featured-card .featured-content .featured-meta .featured-badge{background-color:#208e2c;color:#fff;padding:4px 12px;border-radius:4px;font-size:0.75rem;font-weight:700;text-transform:uppercase}.featured-post .featured-card .featured-content h2{font-size:1.75rem;margin:15px 0}.featured-post .featured-card .featured-content h2 a{color:#001f3f}.featured-post .featured-card .featured-content h2 a:hover{color:#0074d9;text-decoration:none}.featured-post .featured-card .featured-content .excerpt{color:#4d4d4d;margin-bottom:20px;line-height:1.6}.featured-post .featured-card .featured-content .post-meta{color:gray;font-size:0.875rem;margin-bottom:15px}.featured-post .featured-card .featured-content .read-more{color:#0074d9;font-weight:600}.featured-post .featured-card .featured-content .read-more:hover{text-decoration:none;color:#004b8d}.grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:30px;margin:40px 0}@media (max-width: 768px){.grid{grid-template-columns:1fr}}.card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all 0.3s ease}.card:hover{box-shadow:0 8px 24px rgba(0,0,0,0.12);transform:translateY(-4px)}.card .card-image{height:200px;overflow:hidden}.card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.card .card-image:hover img{transform:scale(1.05)}.card .card-content{padding:25px}.card h3{font-size:1.25rem;margin:10px 0 15px 0}.card h3 a{color:#001f3f}.card h3 a:hover{color:#0074d9;text-decoration:none}.card .meta{font-size:0.875rem;color:gray;margin-bottom:10px;display:flex;align-items:center;gap:10px}.card .meta .category-label{background-color:#0059a6;color:#fff;padding:2px 8px;border-radius:3px;font-size:0.75rem;font-weight:600}.card p{color:#595959;line-height:1.6;margin-bottom:15px}.card .card-link{color:#0074d9;font-weight:600;font-size:0.9rem}.card .card-link:hover{text-decoration:none}.view-all{text-align:center;margin-top:50px}.trust-section{padding:60px 0;background-color:#001f3f;color:#fff}.trust-section .trust-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:30px;text-align:center}.trust-section .trust-item .trust-number{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:10px}.trust-section .trust-item .trust-label{font-size:1rem;opacity:0.9}.post{background:#fff;padding:40px;border-radius:8px}@media (max-width: 768px){.post{padding:20px}}.post .post-header{margin-bottom:30px}.post .post-header .post-category{margin-bottom:15px}.post .post-header .post-category .category-badge{background-color:#0074d9;color:#fff;padding:6px 14px;border-radius:4px;font-size:0.75rem;font-weight:700;display:inline-block}.post .post-header .post-category .category-badge:hover{background-color:#0059a6;text-decoration:none}.post .post-header .post-title{font-size:2.5rem;line-height:1.2;margin:15px 0}@media (max-width: 768px){.post .post-header .post-title{font-size:1.75rem}}.post .post-header .post-meta{display:flex;flex-wrap:wrap;gap:15px;color:gray;font-size:0.9rem}.post .post-header .post-meta .post-author{font-weight:600;color:#333}.post .post-header .post-meta .updated{color:#2ecc40;font-weight:600}.post .post-header .post-meta .reading-time::before{content:'📖 '}.post .post-image{margin:30px 0;border-radius:8px;overflow:hidden}.post .post-image img{width:100%;height:auto}.post .social-share{display:flex;align-items:center;gap:15px;padding:20px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin:25px 0}.post .social-share span{font-weight:600;color:#333}.post .social-share .share-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.3s ease}.post .social-share .share-btn.twitter{background-color:#1DA1F2;color:#fff}.post .social-share .share-btn.twitter:hover{background-color:#0c85d0;transform:translateY(-2px)}.post .social-share .share-btn.linkedin{background-color:#0A66C2;color:#fff}.post .social-share .share-btn.linkedin:hover{background-color:#084d92;transform:translateY(-2px)}.post .social-share .share-btn.facebook{background-color:#1877F2;color:#fff}.post .social-share .share-btn.facebook:hover{background-color:#0b5fcc;transform:translateY(-2px)}.post .post-content{font-size:1.1rem;line-height:1.8;color:#333}.post .post-content h2,.post .post-content h3,.post .post-content h4{scroll-margin-top:100px}.post .post-content img{border-radius:8px;margin:20px 0}.post .post-content blockquote{border-left:4px solid #0074d9;padding-left:20px;margin:25px 0;font-style:italic;color:#4d4d4d}.post .post-content code{background-color:#f4f4f4;padding:2px 6px;border-radius:3px;font-size:0.9em;font-family:'Courier New', monospace}.post .post-content pre{background-color:#f4f4f4;padding:20px;border-radius:8px;overflow-x:auto}.post .post-content pre code{background:none;padding:0}.post .post-content ul,.post .post-content ol{padding-left:25px;margin:20px 0}.post .post-content ul li,.post .post-content ol li{margin-bottom:10px}.post .post-content table{width:100%;border-collapse:collapse;margin:25px 0}.post .post-content table th,.post .post-content table td{border:1px solid #e0e0e0;padding:12px;text-align:left}.post .post-content table th{background-color:#f4f4f4;font-weight:600}.post .post-tags{margin-top:30px;padding-top:20px;border-top:1px solid #e0e0e0}.post .post-tags .tag{display:inline-block;background-color:#f4f4f4;color:#333;padding:6px 14px;border-radius:20px;margin:5px 5px 5px 0;font-size:0.875rem;transition:all 0.3s ease}.post .post-tags .tag:hover{background-color:#0074d9;color:#fff;text-decoration:none}#markdown-toc{background:#f4f4f4;border:2px solid #e0e0e0;padding:25px 40px;border-radius:8px;margin:30px 0}#markdown-toc::before{content:"Table of Contents";display:block;font-weight:700;font-size:1.1rem;margin-bottom:15px;color:#001f3f}#markdown-toc li{margin-bottom:8px}#markdown-toc li a{color:#333}#markdown-toc li a:hover{color:#0074d9}#markdown-toc ul{list-style-type:none;padding-left:0}#markdown-toc ul ul{padding-left:20px;margin-top:5px}.ad-unit{margin:30px 0;border:2px dashed #e0e0e0;display:flex;align-items:center;justify-content:center;color:#999;font-size:0.85rem;background:#fafafa;border-radius:4px}.ad-unit.top-ad{height:90px}.ad-unit.bottom-ad{height:250px}.ad-unit.sidebar-ad{height:600px}.author-box{background-color:#f4f4f4;border-radius:8px;padding:30px;margin:40px 0}.author-box h3{margin-top:0;margin-bottom:20px}.author-box .author-info{display:flex;gap:20px;align-items:flex-start}@media (max-width: 768px){.author-box .author-info{flex-direction:column;align-items:center;text-align:center}}.author-box .author-info .author-avatar{flex-shrink:0}.author-box .author-info .author-avatar img{width:80px;height:80px;border-radius:50%;object-fit:cover}.author-box .author-info .author-bio h4{margin:0 0 10px 0;color:#001f3f}.author-box .author-info .author-bio p{margin:0;color:#595959;line-height:1.6}.related-posts{margin-top:60px;padding-top:40px;border-top:2px solid #e0e0e0}.related-posts h3{margin-top:0;margin-bottom:30px;font-size:1.75rem}.related-posts .related-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:25px}@media (max-width: 768px){.related-posts .related-grid{grid-template-columns:1fr}}.related-posts .related-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all 0.3s ease}.related-posts .related-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1);transform:translateY(-3px)}.related-posts .related-card .related-image{height:150px;overflow:hidden}.related-posts .related-card .related-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.related-posts .related-card .related-image:hover img{transform:scale(1.05)}.related-posts .related-card .related-content{padding:20px}.related-posts .related-card .related-content h4{margin:0 0 10px 0;font-size:1rem}.related-posts .related-card .related-content h4 a{color:#001f3f}.related-posts .related-card .related-content h4 a:hover{color:#0074d9;text-decoration:none}.related-posts .related-card .related-content .related-meta{font-size:0.875rem;color:gray}.content-wrapper{display:flex;gap:40px;margin-top:40px;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 20px;position:relative;z-index:0}@media (max-width: 1024px){.content-wrapper{flex-direction:column}}main{flex:3;min-width:0}aside{flex:1}@media (min-width: 1024px){aside .sticky-widget{position:sticky;top:80px}}aside .sidebar-widget{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:25px;margin-bottom:25px}aside .sidebar-widget h3{font-size:1.25rem;margin:0 0 20px 0;color:#001f3f}aside .sidebar-widget p{font-size:0.9rem;color:#595959;line-height:1.5}aside .sidebar-widget.newsletter-widget{background:linear-gradient(135deg, #001f3f 0%, #001226 100%);color:#fff}aside .sidebar-widget.newsletter-widget h3{color:#fff}aside .sidebar-widget.newsletter-widget p{color:rgba(255,255,255,0.9)}aside .sidebar-widget.newsletter-widget .newsletter-form{display:flex;flex-direction:column;gap:10px}aside .sidebar-widget.newsletter-widget .newsletter-form input[type="email"]{padding:12px;border:none;border-radius:6px;font-size:0.95rem}aside .sidebar-widget.newsletter-widget .newsletter-form input[type="email"]:focus{outline:2px solid #0074d9}aside .sidebar-widget.newsletter-widget .newsletter-form button{width:100%}aside .popular-posts{list-style:none;padding:0;margin:0}aside .popular-posts li{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e0e0e0}aside .popular-posts li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}aside .popular-posts li a{display:flex;flex-direction:column;gap:5px;color:#333;font-weight:500}aside .popular-posts li a:hover{color:#0074d9;text-decoration:none}aside .popular-posts li a:hover .popular-title{color:#0074d9}aside .popular-posts li a .popular-title{font-weight:600;line-height:1.4}aside .popular-posts li a .popular-meta{font-size:0.8rem;color:gray}aside .category-list{display:flex;flex-wrap:wrap;gap:8px}aside .category-list .category-pill{display:inline-block;background-color:#f4f4f4;color:#333;padding:6px 14px;border-radius:20px;font-size:0.85rem;font-weight:500;transition:all 0.3s ease}aside .category-list .category-pill:hover{background-color:#0074d9;color:#fff;text-decoration:none;transform:translateY(-2px)}.social-links-sidebar{display:flex;gap:10px;margin-top:15px}.social-link-sidebar{display:inline-block;padding:8px 16px;border:1px solid #e0e0e0;border-radius:4px;color:#333;font-weight:600}.social-link-sidebar:hover{background-color:#f4f4f4;border-color:#0074d9;color:#0074d9;text-decoration:none}footer{background-color:#001f3f;color:#fff;padding:60px 0 30px 0;margin-top:80px}footer a{color:#40a6ff}footer a:hover{color:#73beff}footer .footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}@media (max-width: 1024px){footer .footer-content{grid-template-columns:1fr 1fr;gap:30px}}@media (max-width: 768px){footer .footer-content{grid-template-columns:1fr}}footer .footer-section h4{color:#fff;font-size:1.1rem;margin:0 0 20px 0}footer .footer-section p{font-size:0.9rem;line-height:1.6;opacity:0.9;margin:0 0 15px 0}footer .footer-section .social-links{display:flex;gap:15px}footer .footer-section .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:rgba(255,255,255,0.1);border-radius:50%;transition:all 0.3s ease}footer .footer-section .social-links a:hover{background-color:#0074d9;transform:translateY(-3px)}footer .footer-section .social-links a svg{width:20px;height:20px}footer .footer-links{list-style:none;padding:0;margin:0}footer .footer-links li{margin-bottom:10px}footer .footer-links li a{color:rgba(255,255,255,0.8);font-size:0.9rem;transition:all 0.3s ease}footer .footer-links li a:hover{color:#fff;text-decoration:none;padding-left:5px}footer .footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,0.1)}footer .footer-bottom p{margin:10px 0;font-size:0.875rem;opacity:0.8}footer .footer-bottom .footer-disclaimer{font-size:0.8rem;font-style:italic}.text-center{text-align:center}.mt-1{margin-top:10px}.mt-2{margin-top:20px}.mt-3{margin-top:30px}.mb-1{margin-bottom:10px}.mb-2{margin-bottom:20px}.mb-3{margin-bottom:30px}
