@charset "UTF-8";.page-hero{background:linear-gradient(135deg,var(--brand-primary) 0,var(--brand-dark) 100%);padding:64px 0 56px;color:#fff;position:relative;overflow:hidden}.page-hero::after{content:"";position:absolute;right:-60px;bottom:-60px;width:300px;height:300px;border-radius:50%;background:rgba(204,153,51,.1)}.page-hero h1{color:#fff;font-size:max(1.6rem, min(3vw, 2.4rem));margin-bottom:12px;position:relative;z-index:1}.page-hero p{opacity:.8;font-size:1rem;max-width:560px;position:relative;z-index:1}.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:800;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(139,26,26,.07);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-secondary);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(139,26,26,.1)}.blog-entry:last-child{border-bottom:none}.blog-entry .cat-tag{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--brand-secondary);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-secondary)}.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(139,26,26,.07)}.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}.case-study-card{background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow var(--transition);height:100%}.case-study-card:hover{box-shadow:var(--shadow-md)}.case-study-card .cs-img{height:200px;overflow:hidden}.case-study-card .cs-img ai-img,.case-study-card .cs-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.case-study-card .cs-body{padding:20px}.case-study-card .cs-body h3{font-size:1rem;margin-bottom:6px}.case-study-card .cs-body p{font-size:.85rem;color:var(--brand-muted)}.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}