.site-navbar{position:fixed;top:0;left:0;right:0;z-index:1050;background:linear-gradient(to right,#00cea6e6,#40e0d0e6);backdrop-filter:blur(8px) saturate(120%);-webkit-backdrop-filter:blur(8px) saturate(120%);box-shadow:0 2px 8px #0000000f,0 4px 20px #00cea626}.navbar-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;padding:0 1rem;min-height:56px}.navbar-logo{display:flex;align-items:center;text-decoration:none;margin-right:1rem;flex-shrink:0;padding:.5rem 0}.logo-img{height:45px;width:auto;max-width:200px;object-fit:contain;filter:brightness(1.1);transition:all .3s ease}.logo-img:hover{transform:scale(1.05);opacity:.9}.navbar-links{display:flex;align-items:center;justify-content:center;flex:1;gap:0}.navbar-links .nav-link{color:#fff;text-decoration:none;font-size:1rem;font-weight:600;padding:1rem .75rem;white-space:nowrap;transition:opacity .2s}.navbar-links .nav-link:hover{opacity:.85}.nav-dropdown-wrapper{position:relative}.nav-dropdown-wrapper .has-dropdown{color:#fff;font-size:1rem;font-weight:600;padding:1rem .75rem;cursor:pointer;display:flex;align-items:center;gap:4px;white-space:nowrap}.dropdown-arrow{transition:transform .2s ease}.nav-dropdown-wrapper:hover .dropdown-arrow{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:160px;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;padding:.5rem 0;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1100}.nav-dropdown-wrapper:hover .nav-dropdown-menu{opacity:1;visibility:visible}.dropdown-link{display:block;padding:.6rem 1.25rem;color:#333;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s ease}.dropdown-link:hover{background:#00cea61a;color:#00cea6}.navbar-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.btn-login{display:inline-block;padding:.3rem 1rem;background:#fff;color:#333;border-radius:6px;text-decoration:none;font-size:.875rem;font-weight:600;transition:all .2s}.btn-login:hover{background:#f0f0f0}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;width:24px;height:18px;position:relative;padding:0;flex-shrink:0}.mobile-toggle span{position:absolute;height:2px;width:100%;background:#fff;left:0;transition:all .3s ease}.mobile-toggle span:nth-child(1){top:0}.mobile-toggle span:nth-child(2){top:8px}.mobile-toggle span:nth-child(3){top:16px}.mobile-overlay{display:none;position:fixed;inset:0;background:#0006;z-index:1999}.mobile-overlay.open{display:block}.mobile-drawer{position:fixed;top:0;right:-80%;width:80%;max-width:320px;height:100vh;background:#fff;z-index:2000;padding:2rem 1.5rem;transition:right .3s ease;overflow-y:auto}.mobile-drawer.open{right:0}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.drawer-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#333}.drawer-nav{list-style:none;padding:0;margin:0}.drawer-nav li{margin-bottom:0}.drawer-nav a{display:block;padding:.85rem 0;color:#333;text-decoration:none;font-size:1rem;font-weight:500;border-bottom:1px solid #f0f0f0}.drawer-nav a:hover{color:#00cea6}.drawer-dropdown-toggle{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0;cursor:pointer;font-size:1rem;font-weight:500;color:#333;border-bottom:1px solid #f0f0f0}.drawer-dropdown-toggle .dropdown-arrow{transition:transform .2s ease}.drawer-dropdown-toggle.open .dropdown-arrow{transform:rotate(180deg)}.drawer-dropdown-menu{display:none;flex-direction:column;padding-left:1rem}.drawer-dropdown-menu.open{display:flex}.drawer-dropdown-menu a{font-size:.95rem;opacity:.8;padding:.6rem 0}.drawer-dropdown-menu a:hover{opacity:1;color:#00cea6}.drawer-login a{color:#00cea6;font-weight:600}body{padding-top:56px}@media(max-width:991px){.navbar-links,.navbar-actions{display:none}.mobile-toggle{display:block;margin-left:auto}.logo-img{height:35px;max-width:150px}}@media(max-width:576px){.logo-img{height:30px;max-width:120px}}.astro-footer{background-color:#fff;padding:3rem 0 0;margin-top:80px;border-top:1px solid #e9ecef}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2rem}.footer-company-link{display:block;text-decoration:none!important;color:inherit;margin-bottom:1.5rem}.footer-company-link:hover{color:#28a745!important}.footer-cn-name{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.2rem;line-height:1.3}.footer-company-link:hover .footer-cn-name{color:#28a745}.footer-en-name{font-size:.9rem;font-weight:500;color:#6c757d;margin-bottom:.15rem;line-height:1.3}.footer-company-link:hover .footer-en-name{color:#28a745}.footer-reg-no{font-size:.75rem;font-weight:400;color:#9ca3af;font-family:Courier New,monospace;line-height:1.3}.footer-contact-title{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem;font-size:.9rem}.footer-muted{color:#6c757d;font-size:.85rem}.footer-contact-info{font-size:.85rem;color:#6c757d;line-height:1.6}.footer-contact-info p{margin:0 0 .35rem}.footer-contact-info a{color:inherit;text-decoration:none;transition:color .2s}.footer-contact-info a:hover{color:#28a745}.footer-col h5{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.footer-item{display:flex;flex-direction:column;padding:.4rem 0}.footer-item a{font-size:.9rem;font-weight:600;color:#1a1a1a;text-decoration:none;transition:color .2s}.footer-item a:hover{color:#28a745}.footer-item span{font-size:.75rem;color:#6c757d;margin-top:.1rem}.footer-bottom{text-align:center;padding:1.5rem 0;border-top:1px solid #e9ecef}.footer-bottom-main{font-size:.9rem;font-weight:600;margin-bottom:.3rem;color:#1a1a1a}.footer-bottom-sub{font-size:.8rem;font-weight:400;color:#6c757d;font-family:Courier New,monospace}.seo-section{padding-top:1.5rem;border-top:1px solid #f0f0f0}.seo-grid{display:flex;flex-wrap:wrap;margin:0 -12px}.seo-col{flex:0 0 25%;max-width:25%;padding:0 12px;box-sizing:border-box;margin-bottom:1rem}.seo-col h6{font-size:.85rem;font-weight:600;margin-bottom:.5rem;color:#999}.seo-col ul{list-style:none;padding:0;margin:0}.seo-col li{margin-bottom:.25rem}.seo-col a{font-size:.75rem;color:#aaa;text-decoration:none;transition:color .2s}.seo-col a:hover{color:#28a745}.seo-keywords{padding-top:1rem;border-top:1px solid #f0f0f0;margin-top:.5rem}.seo-keywords p{font-size:.75rem;color:#aaa;line-height:1.8;margin-bottom:.5rem}.seo-keywords strong{color:#999}.seo-keywords a{color:var(--primary-color, #00CEA6);font-weight:500;font-size:.75rem}.seo-keywords a:hover{color:var(--primary-dark, #00B894)}@media(max-width:991px){.footer-grid{grid-template-columns:1fr 1fr}.footer-company-col{grid-column:1 / -1}}@media(max-width:767px){.footer-grid{grid-template-columns:1fr}.seo-col{flex:0 0 50%!important;max-width:50%!important}.footer-cn-name{font-size:1rem}.footer-en-name{font-size:.85rem}.footer-reg-no{font-size:.7rem}.footer-bottom-main{font-size:.85rem}.footer-bottom-sub{font-size:.75rem}}@media(max-width:575px){.seo-col{flex:0 0 100%!important;max-width:100%!important}}:root{--primary-color: #00CEA6;--primary-dark: #00B894;--primary-light: #40E0D0;--primary-gradient: linear-gradient(135deg, #00CEA6 0%, #40E0D0 100%);--text-dark: #1a1a1a;--text-muted: #6c757d;--border-color: #e9ecef;--bg-light: #f8f9fa;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .12);--radius: 12px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-dark);line-height:1.7;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.my-4{margin-top:1.5rem;margin-bottom:1.5rem}.pb-5{padding-bottom:3rem}.pt-3{padding-top:1rem}.border-bottom{border-bottom:1px solid var(--border-color)}.lead{font-size:1.25rem;font-weight:300;opacity:.95}.text-muted{color:var(--text-muted)}.small{font-size:.875rem}.fw-semibold{font-weight:600}.w-100{width:100%}.h-100{height:100%}.d-flex{display:flex}.flex-column{flex-direction:column}.align-items-center{align-items:center}.justify-content-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.list-unstyled{list-style:none;padding:0;margin:0}hr{border:none;border-top:1px solid var(--border-color);margin:1rem 0}.row{display:flex;flex-wrap:wrap;margin:0 -12px}.row.g-4{margin:0 -12px;row-gap:1.5rem}[class*=col-]{padding:0 12px;box-sizing:border-box}.col-12,.col-md-4,.col-md-6,.col-lg-4,.col-lg-6,.col-lg-8{flex:0 0 100%;max-width:100%}@media(min-width:768px){.col-md-4{flex:0 0 33.333%;max-width:33.333%}.col-md-6{flex:0 0 50%;max-width:50%}}@media(min-width:992px){.col-lg-4{flex:0 0 33.333%;max-width:33.333%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-8{flex:0 0 66.666%;max-width:66.666%}}.card{background:#fff;border:1px solid var(--border-color);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.card-body{padding:1.5rem}.card .h5,.card h3{font-size:1.1rem;font-weight:700;color:var(--text-dark)}.card .h6,.card h4{font-size:.95rem;font-weight:600;color:var(--text-dark)}.sticky-top{position:sticky;top:80px}.content-section{padding:2rem 0 3rem}[id]{scroll-margin-top:80px}.lead-text{font-size:1.1rem;line-height:1.8;color:#555}.process-flow{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;padding:1.5rem;background:#f8fafb;border-radius:var(--radius);margin-bottom:1rem}.process-step{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.6rem 1.2rem;border-radius:8px;box-shadow:var(--shadow-sm);font-size:.95rem;font-weight:500}.step-num{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;background:var(--primary-gradient);color:#fff;border-radius:50%;font-size:.8rem;font-weight:700;flex-shrink:0}.process-arrow{color:var(--primary-color);font-weight:700;font-size:1.2rem}.styled-list{list-style:none;padding:0}.styled-list li{position:relative;padding:.75rem 0 .75rem 1.75rem;border-bottom:1px solid #f0f0f0;line-height:1.6}.styled-list li:last-child{border-bottom:none}.styled-list li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.table-responsive{margin-bottom:1rem;overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th{background:var(--primary-gradient);color:#fff;padding:.75rem 1rem;font-weight:600;font-size:.95rem;text-align:left}.table td{padding:.75rem 1rem;border-bottom:1px solid #eee;font-size:.95rem;vertical-align:top}.table tbody tr:hover{background:#00cea60d}.table-note{font-size:.85rem;color:#888;margin-top:.5rem}.package-card{border:none;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease;border-radius:var(--radius);overflow:hidden;background:#fff}.package-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.package-header{background:var(--primary-gradient)!important;color:#fff!important;padding:1rem 1.25rem}.package-price{font-size:1.25rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem}.package-features{list-style:none;padding:0;margin:0}.package-features li{padding:.4rem 0 .4rem 1.25rem;position:relative;font-size:.9rem;line-height:1.5}.package-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.highlight-item{display:flex;gap:1rem;padding:1.25rem;border-radius:var(--radius);background:#f8fafb;height:100%;transition:box-shadow .2s ease}.highlight-item:hover{box-shadow:0 4px 16px #00cea626}.highlight-icon{flex-shrink:0;width:48px;height:48px;background:var(--primary-gradient);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.highlight-icon i{font-size:1.25rem;color:#fff}.highlight-content h4{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:#1a3c5a}.highlight-content p{font-size:.9rem;line-height:1.6;color:#666;margin-bottom:0}.faq-section{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid #e8e8e8;border-radius:10px;overflow:hidden;transition:box-shadow .2s ease}.faq-item[open]{box-shadow:0 2px 12px #00cea61a;border-color:var(--primary-color)}.faq-question{padding:1rem 1.25rem;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#333}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.25rem;color:var(--primary-color);font-weight:700;transition:transform .2s ease}.faq-item[open] .faq-question:after{content:"−"}.faq-answer{padding:0 1.25rem 1rem}.faq-answer p{font-size:.95rem;line-height:1.7;color:#555;margin-bottom:0}.cta-banner{background:var(--primary-gradient);padding:3rem 1rem;margin-top:3rem}.cta-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.cta-subtitle{color:#ffffffe6;font-size:1.05rem;margin-bottom:1.5rem}.content-section section h2,section.mb-5 h2{font-size:1.35rem;font-weight:700;color:#1a3c5a;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary-color)}@media(max-width:768px){.process-flow{flex-direction:column;align-items:stretch}.process-arrow{text-align:center;transform:rotate(90deg)}.highlight-item{flex-direction:column;text-align:center}.highlight-icon{margin:0 auto}}a{color:var(--primary-color);text-decoration:none;transition:all .3s}a:hover{color:var(--primary-dark)}.btn{display:inline-block;padding:.75rem 2rem;border-radius:var(--radius);font-weight:600;cursor:pointer;border:2px solid transparent}.btn-outline-primary{border-color:var(--primary-color);color:var(--primary-color)}.btn-outline-primary:hover{background:var(--primary-color);color:#fff}.btn-lg{padding:1rem 2.5rem;font-size:1.1rem}.business-header{background:var(--primary-gradient);color:#fff;padding:4rem 0 3rem;margin-bottom:3rem;position:relative}.business-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.breadcrumb{display:flex;list-style:none;margin-bottom:1.5rem;background:#ffffff26;padding:.75rem 1.25rem;border-radius:var(--radius);width:fit-content}.breadcrumb-item{color:#fff;display:flex;align-items:center}.breadcrumb-item+.breadcrumb-item:before{content:"/";padding:0 .5rem;opacity:.7}.breadcrumb-item a{color:#fff;opacity:.9}.breadcrumb-item.active{opacity:1;font-weight:600}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:1.5rem}.service-grid-card{display:flex;align-items:stretch;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:inherit;height:100%;transition:all .3s ease}.service-grid-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);border-color:var(--primary-color)}.service-grid-card .card-icon-section{width:90px;background:#f0fdf9;border-right:1px solid var(--border-color);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem .5rem;flex-shrink:0}.service-grid-card .card-category-badge{font-size:.65rem;background:#00cea626;color:var(--primary-dark);padding:2px 6px;border-radius:4px;margin-bottom:.5rem;font-weight:700;white-space:nowrap}.service-grid-card .card-icon-text{font-size:1rem;font-weight:700;color:var(--text-dark);text-align:center;line-height:1.2}.service-grid-card .card-content{flex:1;padding:1.25rem;display:flex;flex-direction:column;justify-content:center}.service-grid-card .card-title{font-size:1rem;font-weight:700;margin-bottom:.4rem;color:var(--text-dark);line-height:1.4}.service-grid-card .card-subtitle{font-size:.8rem;color:var(--text-muted);margin:0;line-height:1.4}@media(max-width:768px){.services-grid{grid-template-columns:1fr}.business-header{padding:3rem 0 2rem}h1{font-size:1.8rem}.container{padding:0 16px}}.markdown-body{font-size:1.0625rem;line-height:1.85;color:#1f2937;background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 1px 3px #0000000d}.markdown-body h1{font-size:2rem;font-weight:700;line-height:1.3;color:#111827;margin:2.5rem 0 1.5rem;padding-bottom:.75rem;border-bottom:3px solid #e5e7eb}.markdown-body h2{font-size:1.625rem;font-weight:700;line-height:1.35;color:#1f2937;margin:2.5rem 0 1.25rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-left:5px solid var(--primary-color);border-radius:.5rem;box-shadow:0 2px 8px #00cea61a}.markdown-body h3{font-size:1.375rem;font-weight:600;line-height:1.4;color:#374151;margin:2rem 0 1rem;padding-left:1rem;border-left:3px solid #94a3b8}.markdown-body h4{font-size:1.25rem;font-weight:600;line-height:1.45;color:#4b5563;margin:1.75rem 0 .875rem}.markdown-body h5{font-size:1.125rem;font-weight:600;line-height:1.5;color:#6b7280;margin:1.5rem 0 .75rem}.markdown-body h6{font-size:1rem;font-weight:600;line-height:1.5;color:#9ca3af;margin:1.25rem 0 .625rem}.markdown-body p{margin:1.5rem 0;line-height:1.85;text-align:justify}.markdown-body strong,.markdown-body b{font-weight:700;color:#111827;background:linear-gradient(135deg,#fef3c7,#fde68a);padding:.125rem .25rem;border-radius:.25rem}.markdown-body em,.markdown-body i{font-style:italic;color:#374151}.markdown-body ul,.markdown-body ol{margin:1.5rem 0;padding-left:2.5rem;background:#f9fafb;padding:1.5rem 1.5rem 1.5rem 3rem;border-radius:.75rem;border:1px solid #e5e7eb}.markdown-body li{margin:.875rem 0;line-height:1.8;position:relative}.markdown-body ul{list-style-type:none}.markdown-body ul>li:before{content:"▸";position:absolute;left:-1.5rem;color:var(--primary-color);font-weight:700}.markdown-body ul ul{list-style-type:none;margin:.75rem 0;background:#fff;border-left:2px solid var(--primary-color);padding-left:2rem}.markdown-body ul ul>li:before{content:"◦"}.markdown-body ul ul ul{list-style-type:none}.markdown-body ol{list-style-type:decimal;counter-reset:item}.markdown-body ol>li{display:block;position:relative}.markdown-body ol>li:before{content:counter(item) ".";counter-increment:item;position:absolute;left:-2rem;font-weight:700;color:var(--primary-color)}.markdown-body ol ol{list-style-type:lower-alpha;margin:.75rem 0;background:#fff;border-left:2px solid #94a3b8;padding-left:2rem}.markdown-body ol ol ol{list-style-type:lower-roman}.markdown-body blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid var(--primary-color);background:#f9fafb;color:#4b5563;font-style:italic}.markdown-body blockquote p{margin:.5rem 0}.markdown-body code{background:#f3f4f6;padding:.25rem .5rem;border-radius:.375rem;font-family:Courier New,Courier,monospace;font-size:.9em;color:#e11d48;border:1px solid #e5e7eb}.markdown-body pre{background:#1f2937;color:#f9fafb;padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0;border:1px solid #374151}.markdown-body pre code{background:transparent;padding:0;border-radius:0;color:inherit;border:none}.markdown-body a{color:var(--primary-color);text-decoration:underline;font-weight:500;transition:all .2s ease}.markdown-body a:hover{color:var(--primary-dark);text-decoration:none}.markdown-body hr{margin:2.5rem 0;border:none;border-top:2px solid #e5e7eb}.markdown-body table{width:100%;border-collapse:separate;border-spacing:0;margin:2rem 0;font-size:.9375rem;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 12px #00000014}.markdown-body table th,.markdown-body table td{padding:1rem 1.25rem;border:1px solid #e5e7eb;text-align:left}.markdown-body table th{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);font-weight:700;color:#fff;text-transform:uppercase;font-size:.875rem;letter-spacing:.5px;border:none}.markdown-body table td{background:#fff}.markdown-body table tr:nth-child(2n) td{background:#f9fafb}.markdown-body table tr:hover td{background:#e0f2fe;transition:background .2s ease}.markdown-body table tbody tr:first-child td{border-top:none}.markdown-body img{max-width:100%;height:auto;margin:1.5rem auto;display:block;border-radius:.5rem;box-shadow:0 4px 16px #0000001a;cursor:zoom-in;transition:transform .2s ease}.markdown-body img:hover{transform:scale(1.02)}.img-lightbox-overlay{display:none;position:fixed;inset:0;z-index:99999;background:#000000d9;backdrop-filter:blur(8px);cursor:zoom-out;justify-content:center;align-items:center;padding:2rem;opacity:0;transition:opacity .3s ease}.img-lightbox-overlay.active{display:flex;opacity:1}.img-lightbox-overlay img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:.5rem;box-shadow:0 8px 32px #0006;transform:scale(.9);transition:transform .3s ease}.img-lightbox-overlay.active img{transform:scale(1)}.img-lightbox-close{position:fixed;top:1rem;right:1.5rem;z-index:100000;color:#fff;font-size:2.5rem;cursor:pointer;line-height:1;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff26;transition:background .2s ease;border:none}.img-lightbox-close:hover{background:#ffffff4d}.article-container{max-width:1000px;margin:0 auto;padding:2rem 1.5rem 4rem;background:#f8f9fa}.article-header{margin-bottom:2.5rem;text-align:center;padding:2.5rem;background:#fff;border-radius:1rem;box-shadow:0 2px 12px #0000000f;border-top:4px solid var(--primary-color)}.article-header .category-badge{display:inline-block;padding:.5rem 1.25rem;border-radius:2rem;color:#fff;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000026}.article-title{font-size:2.25rem;font-weight:700;line-height:1.3;margin:1rem 0;color:#111827}.article-meta{color:#6b7280;font-size:.9375rem;margin:1.25rem 0;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;font-family:Courier New,monospace;font-weight:600}.article-tags{display:flex;flex-wrap:wrap;gap:.625rem;justify-content:center;margin-top:1.5rem}.article-tags .tag{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);padding:.5rem 1rem;border-radius:.5rem;font-size:.8125rem;color:#4b5563;font-weight:600;border:1px solid #d1d5db;transition:all .2s ease}.article-tags .tag:hover{background:linear-gradient(135deg,#e5e7eb,#d1d5db);transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.article-footer{margin-top:3rem}.contact-info{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:2.5rem;border-radius:1rem;border:1px solid #bae6fd;box-shadow:0 4px 12px #00cea61a}.contact-info h3{color:var(--primary-color);font-size:1.5rem;margin-bottom:1.5rem;text-align:center;font-weight:700}.contact-details{margin-bottom:1.5rem;line-height:2}.contact-details p{margin:.75rem 0;color:#334155}.contact-details strong{color:#0c4a6e;font-size:1.125rem}.contact-details a{color:var(--primary-color);text-decoration:none;font-weight:600;transition:all .2s ease}.contact-details a:hover{color:var(--primary-dark);text-decoration:underline}.keywords{padding-top:1.5rem;border-top:2px dashed #bae6fd}.keywords p{margin:.75rem 0;color:#475569}.keywords a{color:var(--primary-color);text-decoration:none;font-weight:600;padding:.125rem .25rem;transition:all .2s ease}.keywords a:hover{color:var(--primary-dark);background:#00cea61a;border-radius:.25rem}@media(max-width:768px){.markdown-body{font-size:1rem;padding:1.5rem}.markdown-body h1{font-size:1.75rem}.markdown-body h2{font-size:1.375rem;padding:.875rem 1rem}.markdown-body h3{font-size:1.25rem}.markdown-body h4{font-size:1.125rem}.markdown-body h5,.markdown-body h6{font-size:1rem}.markdown-body table{font-size:.8125rem}.markdown-body table th,.markdown-body table td{padding:.625rem}.article-container{padding:1.5rem 1rem 3rem}.article-header{padding:1.5rem}.article-title{font-size:1.75rem}.markdown-body ul,.markdown-body ol{padding:1rem 1rem 1rem 2.5rem}.markdown-body blockquote{padding:.75rem 1rem}.markdown-body pre{padding:1rem}.contact-info{padding:1.5rem}.contact-info h3{font-size:1.25rem}}
