.projects-module__D-cxOq__projectsSection{background:var(--bg-primary);padding:100px 0;transition:background-color .4s}.projects-module__D-cxOq__projectsTabs{gap:12px;margin-bottom:48px;display:flex}.projects-module__D-cxOq__projectTab{color:var(--text-tertiary);background:var(--bg-card);border:1px solid var(--border-secondary);cursor:pointer;border-radius:16px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .15s}.projects-module__D-cxOq__projectTab:hover,.projects-module__D-cxOq__projectTab.projects-module__D-cxOq__active{color:#fff;background:linear-gradient(135deg,#1e5fa3 0%,#1a80ff 100%);border-color:#0000}.projects-module__D-cxOq__projectsGrid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.projects-module__D-cxOq__projectCard{background:var(--bg-secondary);border:1px solid var(--border-secondary);border-radius:24px;transition:all .3s;overflow:hidden}.projects-module__D-cxOq__projectCard:hover{box-shadow:var(--shadow-2xl);transform:translateY(-8px)}.projects-module__D-cxOq__projectCardFeatured,.projects-module__D-cxOq__projectCardWithGallery{grid-column:span 1}.projects-module__D-cxOq__projectImage{background:linear-gradient(135deg,#1e5fa3 0%,#1a80ff 100%);height:200px;position:relative;overflow:hidden}.projects-module__D-cxOq__projectCardFeatured .projects-module__D-cxOq__projectImage{height:280px}.projects-module__D-cxOq__projectCardWithGallery .projects-module__D-cxOq__projectImage{background:0 0;height:auto}.projects-module__D-cxOq__projectPlaceholder{background:linear-gradient(135deg,#ffffff1a 0%,#0000 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:4rem;display:flex}.projects-module__D-cxOq__projectCardFeatured .projects-module__D-cxOq__projectPlaceholder{font-size:6rem}.projects-module__D-cxOq__projectOverlay{background:linear-gradient(#0000,#000c);padding:16px 20px;position:absolute;bottom:0;left:0;right:0}.projects-module__D-cxOq__projectCategory{color:#2a7fd4;background:#1e5fa31f;border-radius:9999px;padding:4px 12px;font-size:.85rem;font-weight:500}.projects-module__D-cxOq__projectOverlay .projects-module__D-cxOq__projectCategory{color:#fffc;background:0 0;padding:0}.projects-module__D-cxOq__projectContent{padding:24px}.projects-module__D-cxOq__projectHeader{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;display:flex}.projects-module__D-cxOq__projectLocation{color:var(--text-muted);align-items:center;gap:5px;font-size:.85rem;font-weight:500;display:inline-flex}.projects-module__D-cxOq__projectLocation svg{color:#f59e0b;flex-shrink:0}.projects-module__D-cxOq__projectTitle{color:var(--text-primary);margin-bottom:12px;font-size:1.25rem;font-weight:700}.projects-module__D-cxOq__projectCardWithGallery .projects-module__D-cxOq__projectTitle{font-size:1.5rem}.projects-module__D-cxOq__projectDescription{color:var(--text-tertiary);margin-bottom:16px;font-size:.95rem;line-height:1.6}.projects-module__D-cxOq__projectMeta{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:16px;display:flex}.projects-module__D-cxOq__projectClient{color:var(--text-muted);font-size:.9rem}.projects-module__D-cxOq__projectClient strong{color:var(--text-tertiary)}.projects-module__D-cxOq__projectYear,.projects-module__D-cxOq__projectStatus{color:#10b981;background:#10b98126;border-radius:9999px;padding:4px 12px;font-size:.8rem;font-weight:500}.projects-module__D-cxOq__projectStatus{color:#f59e0b;background:#f59e0b26}.projects-module__D-cxOq__projectTags{flex-wrap:wrap;gap:8px;display:flex}.projects-module__D-cxOq__projectTag{color:#2a7fd4;background:#1e5fa326;border:1px solid #1e5fa34d;border-radius:9999px;padding:6px 12px;font-size:.8rem}.projects-module__D-cxOq__galleryContainer{flex-direction:column;gap:0;display:flex}.projects-module__D-cxOq__galleryImageWrapper{background:#0a0a0a;width:100%;height:460px;position:relative;overflow:hidden}.projects-module__D-cxOq__galleryCounter{z-index:4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;letter-spacing:.02em;background:#0000008c;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:600;display:inline-flex;position:absolute;top:12px;left:12px}.projects-module__D-cxOq__galleryOverlay{z-index:2;background:linear-gradient(#0000 0%,#0006 40%,#000000d9 100%);padding:32px 24px 20px;position:absolute;bottom:0;left:0;right:0}.projects-module__D-cxOq__galleryCaption{color:#ffffffe6;max-width:700px;font-size:.9rem;line-height:1.5}.projects-module__D-cxOq__galleryArrow{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;opacity:0;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.projects-module__D-cxOq__galleryImageWrapper:hover .projects-module__D-cxOq__galleryArrow{opacity:1}.projects-module__D-cxOq__galleryArrow:hover{background:#1e5fa3cc;transform:translateY(-50%)scale(1.1)}.projects-module__D-cxOq__galleryArrowLeft{left:16px}.projects-module__D-cxOq__galleryArrowRight{right:16px}.projects-module__D-cxOq__galleryDots{background:var(--bg-secondary);justify-content:center;gap:8px;padding:12px 0;display:flex}.projects-module__D-cxOq__galleryDot{background:var(--border-secondary);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s}.projects-module__D-cxOq__galleryDot:hover{background:#1e5fa380}.projects-module__D-cxOq__galleryDotActive{background:#1a80ff;border-radius:4px;width:24px}.projects-module__D-cxOq__galleryThumbnails{background:var(--bg-secondary);scrollbar-width:thin;gap:6px;padding:8px 12px 12px;display:flex;overflow-x:auto}.projects-module__D-cxOq__galleryThumb{cursor:pointer;opacity:.5;background:0 0;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:72px;height:50px;padding:0;transition:all .2s;position:relative;overflow:hidden}.projects-module__D-cxOq__galleryThumb:hover{opacity:.8;border-color:#1e5fa366}.projects-module__D-cxOq__galleryThumbActive{opacity:1;border-color:#1a80ff;box-shadow:0 0 8px #1a80ff66}.projects-module__D-cxOq__clientsSection{background:var(--bg-secondary);padding:100px 0;transition:background-color .4s}.projects-module__D-cxOq__clientsGrid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.projects-module__D-cxOq__clientCard{background:var(--bg-card);border:1px solid var(--border-secondary);text-align:center;color:var(--text-tertiary);border-radius:16px;padding:24px;font-weight:600;transition:all .3s}.projects-module__D-cxOq__clientCard:hover{color:var(--text-primary);background:#1e5fa31a;border-color:#1e5fa34d}@media (max-width:992px){.projects-module__D-cxOq__projectsGrid{grid-template-columns:repeat(2,1fr)}.projects-module__D-cxOq__projectCardFeatured,.projects-module__D-cxOq__projectCardWithGallery{grid-column:span 1}.projects-module__D-cxOq__galleryImageWrapper{height:340px}.projects-module__D-cxOq__clientsGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.projects-module__D-cxOq__projectsGrid{grid-template-columns:1fr}.projects-module__D-cxOq__projectsTabs{flex-direction:column}.projects-module__D-cxOq__projectCardWithGallery{grid-column:span 1}.projects-module__D-cxOq__galleryImageWrapper{height:260px}.projects-module__D-cxOq__galleryArrow{opacity:1;width:36px;height:36px}.projects-module__D-cxOq__clientsGrid{grid-template-columns:repeat(2,1fr)}}
