.completed-container{max-width:1400px;margin:0 auto;padding:0 20px}:root{--dark-bg:#0f172a;--white:#fff;--text-secondary:#64748b;--border-color:#e2e8f0;--k-dark:#1e3a8a;--k-light:#3b82f6;--m-dark:#0f766e;--m-light:#2dd4bf;--s-dark:#c2410c;--s-light:#fb923c}.completed-hero-section{background:#000;width:100%;height:calc(100vh - 90px);position:relative;overflow:hidden}.completed-hero-img{object-fit:cover;object-position:center;animation:1.4s cubic-bezier(.25,1,.5,1) forwards completedHero}@keyframes completedHero{0%{opacity:0;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.completed-hero-section{height:calc(85vh - 80px);margin-top:80px}}.completed-stats{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:60px;display:grid}.completed-stat-card{background:var(--white);text-align:center;border:1px solid var(--border-color);border-radius:16px;padding:24px 20px;transition:all .3s;box-shadow:0 4px 20px #0f172a0f}.completed-stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0f172a1a}.completed-stat-number{margin-bottom:8px;font-size:42px;font-weight:700;line-height:1}.completed-stat-number.blue{color:var(--k-dark)}.completed-stat-number.green{color:var(--m-dark)}.completed-stat-number.orange{color:var(--s-dark)}.completed-stat-number.purple{color:#8b5cf6}.completed-stat-label{color:var(--text-secondary);font-size:14px;font-weight:500}.completed-overview{margin-top:80px;margin-bottom:60px}.completed-overview-header{text-align:center;max-width:800px;margin:0 auto 40px}.completed-overview-badge{color:var(--k-dark);text-transform:uppercase;letter-spacing:.5px;background:#2986c81a;border-radius:16px;align-items:center;gap:6px;margin-bottom:16px;padding:6px 12px;font-size:11px;font-weight:600;display:inline-flex}.completed-overview-badge-dot{background:var(--k-dark);border-radius:50%;width:5px;height:5px}.completed-overview-title{margin-bottom:16px;font-size:32px;font-weight:700;line-height:1.2}.completed-overview-title span{color:var(--k-dark)}.completed-overview-subtitle{color:var(--text-secondary);font-size:16px;line-height:1.5}.completed-overview-content{max-width:900px;color:var(--text-secondary);text-align:center;margin:0 auto;font-size:16px;line-height:1.6}.completed-overview-content p{margin-bottom:20px}.completed-category{margin-bottom:80px}.completed-category.technology{background:linear-gradient(135deg,#f0f9ff,#f0fdf4);border-radius:20px;padding:50px 40px}.completed-category.environmental{background:linear-gradient(135deg,#f0fff4,#ecfdf5);border-radius:20px;padding:50px 40px}.completed-category-header{text-align:center;max-width:800px;margin:0 auto 40px}.completed-category-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:16px;align-items:center;gap:6px;margin-bottom:16px;padding:6px 12px;font-size:11px;font-weight:600;display:inline-flex}.completed-category-badge-dot{border-radius:50%;width:5px;height:5px}.completed-category.technology .completed-category-badge{color:var(--k-dark);background:#2986c81a}.completed-category.environmental .completed-category-badge{color:var(--m-dark);background:#68b0451a}.completed-category:not(.technology):not(.environmental) .completed-category-badge{color:var(--s-dark);background:#f689201a}.completed-category.technology .completed-category-badge-dot{background:var(--k-dark)}.completed-category.environmental .completed-category-badge-dot{background:var(--m-dark)}.completed-category:not(.technology):not(.environmental) .completed-category-badge-dot{background:var(--s-dark)}.completed-category-title{margin-bottom:16px;font-size:32px;font-weight:700;line-height:1.2}.completed-category.technology .completed-category-title span{color:var(--k-dark)}.completed-category.environmental .completed-category-title span{color:var(--m-dark)}.completed-category:not(.technology):not(.environmental) .completed-category-title span{color:var(--s-dark)}.completed-category-subtitle{color:var(--text-secondary);font-size:16px;line-height:1.5}.completed-projects-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.completed-project-card{background:var(--white);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0f172a0f}.completed-project-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0f172a1a}.completed-project-image{background-position:50%;background-size:cover;height:200px;position:relative}.completed-project-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-transform:uppercase;letter-spacing:.5px;background:#ffffffe6;border-radius:20px;padding:6px 12px;font-size:11px;font-weight:700;position:absolute;top:16px;left:16px}.completed-project-icon{background:var(--white);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex;position:absolute;bottom:-20px;right:20px;box-shadow:0 4px 12px #0000001a}.completed-project-content{flex-direction:column;flex:1;padding:30px;display:flex}.completed-project-header{margin-bottom:16px}.completed-project-header h3{margin-bottom:8px;font-size:20px;font-weight:700;line-height:1.3}.completed-project-location{color:var(--text-secondary);align-items:center;gap:4px;font-size:13px;display:flex}.completed-project-description{color:var(--text-secondary);flex:1;margin-bottom:20px;font-size:14px;line-height:1.6}.completed-project-details{background:#f8fafc;border-radius:12px;margin-bottom:20px;padding:16px}.completed-project-detail{border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:8px 0;display:flex}.completed-project-detail:last-child{border-bottom:none}.detail-label{color:#64748b;font-size:13px;font-weight:600}.detail-value{color:#0f172a;text-align:right;font-size:13px;font-weight:700}.completed-project-cta{text-align:right}.completed-project-btn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .3s}.completed-project-btn:hover{background:var(--dark-bg);color:#fff;border-color:var(--dark-bg)}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media (max-width:1200px){.completed-projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.completed-projects-grid,.completed-stats{grid-template-columns:1fr}}.completed-cta{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 60%,#b45309 100%);border:1px solid #ffffff1a;border-radius:24px;margin-bottom:80px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0f172a33}.completed-cta:before{content:"";opacity:.15;mix-blend-mode:overlay;background-image:url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);background-position:50%;background-size:cover;position:absolute;inset:0}.completed-cta:after{content:"";z-index:1;pointer-events:none;background:radial-gradient(circle,#fbbf2433 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-50%;right:-20%}.completed-cta-content{z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:80px 40px;position:relative}.completed-cta-title{color:#fff;letter-spacing:-.5px;margin-bottom:24px;font-size:48px;font-weight:800;line-height:1.1}.completed-cta-title span{background:linear-gradient(90deg,#fbbf24,#f59e0b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.completed-cta-subtitle{color:#cbd5e1;max-width:700px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:20px;font-weight:400;line-height:1.6}.completed-cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.completed-cta-btn-primary{color:#0f172a;cursor:pointer;background:#fff;border:none;border-radius:12px;padding:16px 36px;font-size:16px;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #0003}.completed-cta-btn-primary:hover{background:#f8fafc;transform:translateY(-3px);box-shadow:0 10px 25px #0000004d}.completed-cta-btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:12px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s}.completed-cta-btn-secondary:hover{background:#fff3;border-color:#fff;transform:translateY(-3px)}@media (max-width:768px){.completed-cta-content{padding:60px 24px}.completed-cta-title{font-size:32px}.completed-cta-subtitle{font-size:16px}.completed-cta-buttons{flex-direction:column;width:100%}.completed-cta-btn{width:100%}}
