.projects-module__D-cxOq__hero{text-align:center;background:linear-gradient(160deg,#0c1e2e 0%,#16537e 40%,#1a6da8 100%);align-items:center;min-height:50vh;padding:8rem 2rem 5rem;display:flex;position:relative;overflow:hidden}.projects-module__D-cxOq__heroBg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.projects-module__D-cxOq__heroOrb{background:radial-gradient(circle,#f3782126,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-20%;right:-10%}.projects-module__D-cxOq__heroInner{z-index:2;max-width:800px;margin:0 auto;animation:.8s ease-out projects-module__D-cxOq__fadeInUp;position:relative}.projects-module__D-cxOq__heroTag{letter-spacing:3px;text-transform:uppercase;color:var(--orange);margin-bottom:1.5rem;font-size:.85rem;font-weight:800;display:inline-block}.projects-module__D-cxOq__heroTitle{color:#fff;letter-spacing:-2px;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.projects-module__D-cxOq__heroHighlight{color:var(--orange);background:linear-gradient(90deg, var(--orange), #ffb347);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.projects-module__D-cxOq__heroSub{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:1.15rem;line-height:1.7}.projects-module__D-cxOq__sectionInner{max-width:1200px;margin:0 auto}.projects-module__D-cxOq__projectsSection{background:var(--gray-50);padding:5rem 2rem}.projects-module__D-cxOq__projectsGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.projects-module__D-cxOq__projectCard{border:1px solid var(--gray-200);cursor:pointer;background:#fff;border-radius:16px;transition:all .4s;overflow:hidden}.projects-module__D-cxOq__projectCard:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0000001a}.projects-module__D-cxOq__projectImageWrap{height:280px;position:relative;overflow:hidden}.projects-module__D-cxOq__projectImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.projects-module__D-cxOq__projectCard:hover .projects-module__D-cxOq__projectImage{transform:scale(1.05)}.projects-module__D-cxOq__projectOverlay{position:absolute;top:1rem;left:1rem}.projects-module__D-cxOq__projectType{color:#fff;letter-spacing:1px;text-transform:uppercase;background:#000000b3;border-radius:6px;padding:.4rem .8rem;font-size:.75rem;font-weight:700}.projects-module__D-cxOq__projectInfo{padding:2rem}.projects-module__D-cxOq__projectTitle{font-family:var(--font-heading);color:var(--gray-900);letter-spacing:-.5px;margin-bottom:.8rem;font-size:1.3rem;font-weight:800}.projects-module__D-cxOq__projectMeta{color:var(--gray-500);flex-wrap:wrap;gap:1rem;margin-bottom:1rem;font-size:.85rem;display:flex}.projects-module__D-cxOq__projectExpanded{border-top:1px solid var(--gray-200);margin-top:1.5rem;padding-top:1.5rem;animation:.3s projects-module__D-cxOq__fadeInUp}.projects-module__D-cxOq__projectBlock{margin-bottom:1.5rem}.projects-module__D-cxOq__projectBlockTitle{font-family:var(--font-heading);color:var(--orange);letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem;font-weight:800}.projects-module__D-cxOq__projectBlock p{color:var(--gray-600);font-size:.95rem;line-height:1.7}.projects-module__D-cxOq__projectQuote{background:var(--gray-50);border-left:4px solid var(--orange);border-radius:0 12px 12px 0;margin-top:1rem;padding:1.5rem}.projects-module__D-cxOq__quoteText{color:var(--gray-800);margin-bottom:.5rem;font-size:1rem;font-style:italic;line-height:1.6}.projects-module__D-cxOq__quoteName{color:var(--gray-500);font-size:.85rem;font-weight:600}.projects-module__D-cxOq__projectToggle{color:var(--orange);font-size:.9rem;font-weight:700;font-family:var(--font-heading);margin-top:1rem;transition:opacity .2s}.projects-module__D-cxOq__projectToggle:hover{opacity:.7}.projects-module__D-cxOq__ctaSection{background:var(--black);text-align:center;padding:6rem 2rem;position:relative;overflow:hidden}.projects-module__D-cxOq__ctaOrb{pointer-events:none;background:radial-gradient(circle,#f3782126,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-30%;right:-10%}.projects-module__D-cxOq__ctaInner{z-index:2;max-width:700px;margin:0 auto;position:relative}.projects-module__D-cxOq__ctaTitle{color:#fff;letter-spacing:-1px;margin-bottom:1.2rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.projects-module__D-cxOq__ctaDesc{color:var(--gray-500);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.75}.projects-module__D-cxOq__ctaCtas{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.projects-module__D-cxOq__btnPrimary{background:var(--orange);color:#fff;font-family:var(--font-heading);border-radius:8px;align-items:center;gap:.6rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 30px #f3782166}.projects-module__D-cxOq__btnPrimary:hover{transform:translateY(-3px)}.projects-module__D-cxOq__btnGhost{color:#fff9;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.projects-module__D-cxOq__btnGhost:hover{color:#fff}@media (max-width:768px){.projects-module__D-cxOq__hero{min-height:auto;padding:6rem 1.5rem 3rem}.projects-module__D-cxOq__projectsGrid{grid-template-columns:1fr}.projects-module__D-cxOq__projectsSection{padding:3rem 1.5rem}.projects-module__D-cxOq__ctaSection{padding:4rem 1.5rem}.projects-module__D-cxOq__ctaCtas{flex-direction:column;width:100%}.projects-module__D-cxOq__btnPrimary{justify-content:center;width:100%}}
