*{box-sizing:border-box;margin:0;padding:0}body{background:#fafafa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;min-height:100vh}.container{margin:0 auto;max-width:1400px;padding:60px 20px}header{margin-bottom:60px;text-align:center}h1{color:#1a1a1a;font-size:2.5em;font-weight:600;letter-spacing:-.5px;margin-bottom:15px}.subtitle{color:#666;font-size:1.1em;font-weight:300;margin-bottom:30px}.stats{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-bottom:40px}.stat-item{text-align:center}.stat-number{color:#2c5aa0;font-size:2.5em;font-weight:700}.stat-label{color:#666;font-size:.9em;margin-top:5px}.references-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-top:40px}.reference-card{background:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08);padding:30px;transition:all .3s ease}.reference-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.12);transform:translateY(-4px)}.logo-container{align-items:center;background:#f8f8f8;border:1px dashed #ddd;border-radius:6px;display:flex;height:60px;justify-content:center;margin-bottom:20px;width:100px}.logo-placeholder{color:#999;font-size:.75em;text-align:center}.logo-container img{max-height:100%;max-width:100%;object-fit:contain}.company-name{color:#1a1a1a;font-size:1.2em;font-weight:600;margin-bottom:6px}.company-sector{color:#888;font-size:.85em;font-weight:400;margin-bottom:15px}.project-description{color:#555;font-size:.9em;line-height:1.6;margin-bottom:20px}.project-details{display:flex;flex-wrap:wrap;gap:8px}.detail-tag{background:#f5f5f5;border-radius:4px;color:#666;font-size:.75em;font-weight:500;padding:5px 12px}@media (max-width:768px){h1{font-size:2em}.references-grid{gap:25px;grid-template-columns:1fr}.reference-card{padding:25px}.stats{gap:20px}}