/*
Theme Name: KY Technology
Description: KY Technology Typecho responsive corporate/SEO theme.
Version: 1.0.0
Author: KY
*/
:root{--primary-color:#2c3e50;--secondary-color:#3498db;--accent-color:#e74c3c;--light-bg:#f8f9fa;--dark-text:#2c3e50}
body{font-family:'Segoe UI','Microsoft YaHei',sans-serif;color:var(--dark-text);line-height:1.6}
.navbar-brand{font-weight:700;font-size:1.5rem}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,#1a2530 100%);color:#fff;padding:4rem 0;margin-bottom:2rem}.section-title{position:relative;padding-bottom:15px;margin-bottom:30px;color:var(--primary-color)}.section-title:after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:var(--secondary-color)}.card{border:none;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .3s ease;height:100%}.card:hover{transform:translateY(-5px)}.card-icon{font-size:2.5rem;color:var(--secondary-color);margin-bottom:1rem}.feature-box{padding:2rem;border-radius:10px;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.05);height:100%}.faq-item{margin-bottom:1rem;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.05)}.faq-question{background:var(--light-bg);padding:1rem 1.5rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{padding:1.5rem;background:#fff;display:none}.faq-answer.show{display:block}.footer{background:var(--primary-color);color:#fff;padding:3rem 0 1.5rem}.footer a{color:#ddd;text-decoration:none}.footer a:hover{color:#fff}.method-img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.seo-content{background:var(--light-bg);padding:2rem;border-radius:10px;margin:2rem 0}.article-card{border-bottom:1px solid #eee;padding:1.25rem 0}.article-card:last-child{border-bottom:0}.post-content img{max-width:100%;height:auto}.pagination a,.pagination span{display:inline-block;padding:.45rem .75rem;margin:.15rem;border:1px solid #dee2e6;border-radius:.25rem;text-decoration:none}.pagination .current{background:var(--secondary-color);color:#fff}.breadcrumb a{text-decoration:none}@media(max-width:768px){.hero-section{padding:2.5rem 0}.display-4{font-size:2.2rem}}
