@charset "UTF-8";.page-hero{background:var(--brand-secondary);padding:64px 0 56px;color:#fff;position:relative;overflow:hidden}.page-hero h1{color:#fff;font-size:max(1.6rem, min(3vw, 2.4rem));margin-bottom:12px}.page-hero p{opacity:.8;font-size:1rem;max-width:560px}.content-section{padding:56px 0}.content-section.alt{background:var(--brand-light)}.service-card{background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow-sm);padding:28px 24px;height:100%;transition:box-shadow var(--transition)}.service-card:hover{box-shadow:var(--shadow-md)}.service-card .service-icon{width:48px;height:48px;background:var(--brand-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.service-card .service-icon svg{width:24px;height:24px;fill:var(--brand-primary)}.service-card h4{font-size:1rem;margin-bottom:8px}.service-card p{font-size:.88rem;color:var(--brand-muted)}.stat-block{text-align:center;padding:24px 16px}.stat-block .stat-num{font-size:2.2rem;font-weight:900;color:var(--brand-primary);line-height:1}.stat-block .stat-desc{font-size:.82rem;color:var(--brand-muted);margin-top:6px}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:.92rem}.feature-list li:last-child{border-bottom:none}.feature-list li .icon-check{width:20px;height:20px;flex-shrink:0;margin-top:2px;background:var(--brand-primary);border-radius:50%;display:flex;align-items:center;justify-content:center}.feature-list li .icon-check::after{content:"";display:block;width:9px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px)}.blog-entry{padding:24px 0;border-bottom:1px solid rgba(0,0,0,.08)}.blog-entry:last-child{border-bottom:none}.blog-entry .cat-tag{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--brand-primary);font-weight:700;margin-bottom:6px}.blog-entry .entry-title{font-size:1.15rem;margin-bottom:8px}.blog-entry .entry-title a{color:var(--brand-dark)}.blog-entry .entry-title a:hover{color:var(--brand-primary)}.blog-entry .entry-meta{font-size:.82rem;color:var(--brand-muted);margin-bottom:10px}.blog-entry .abstract{font-size:.92rem;line-height:1.6;margin-bottom:10px}.blog-entry .read-more{font-size:.85rem;font-weight:600;color:var(--brand-primary)}.blog-sidebar .widget-title{display:block;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid var(--brand-primary)}.blog-sidebar .recent-blogs{list-style:none;padding:0;margin:0}.blog-sidebar .recent-blogs li{display:flex;gap:12px;align-items:flex-start;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05)}.blog-sidebar .recent-blogs li:last-child{border-bottom:none}.blog-sidebar .recent-blogs li a{font-size:.88rem;color:var(--brand-dark);font-weight:500}.blog-sidebar .date-badge{flex-shrink:0;width:42px;height:42px;background:var(--brand-accent);border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}.blog-sidebar .date-badge .day{font-size:.9rem;font-weight:800;color:var(--brand-primary)}.blog-sidebar .date-badge .mon{font-size:.6rem;text-transform:uppercase;color:var(--brand-muted);font-weight:600}.error-page{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:48px 20px}.error-page .error-code{font-size:6rem;font-weight:900;color:var(--brand-accent);line-height:1;margin-bottom:12px}.error-page h2{margin-bottom:10px}.error-page p{color:var(--brand-muted);max-width:420px;margin:0 auto 24px}.tech-card{background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow var(--transition);height:100%}.tech-card:hover{box-shadow:var(--shadow-md)}.tech-card .tech-img{padding:20px;background:var(--brand-light);text-align:center}.tech-card .tech-img ai-img,.tech-card .tech-img img{height:160px;width:auto;-o-object-fit:contain;object-fit:contain}.tech-card .tech-body{padding:20px}.tech-card .tech-body h3{font-size:1rem;margin-bottom:6px}.tech-card .tech-body p{font-size:.85rem;color:var(--brand-muted)}