.project-header{padding:10rem 2rem 4rem;background:linear-gradient(180deg,rgba(20,20,26,.5) 0,transparent 100%)}.project-header-content{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:start}.project-header h1{font-size:4rem;font-weight:800;margin:1rem 0 1rem;line-height:1.1}.project-subtitle{font-size:1.3rem;color:rgba(255,255,255,.7);margin-bottom:2.5rem;line-height:1.6}.project-meta-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.meta-item{display:flex;align-items:flex-start;gap:1rem}.meta-item svg{color:var(--primary);flex-shrink:0;margin-top:.2rem}.meta-label{display:block;font-size:.85rem;color:var(--gray);margin-bottom:.2rem}.meta-value{display:block;font-size:1.1rem;font-weight:600;color:var(--white)}.project-links{display:flex;gap:1rem;flex-wrap:wrap}.project-tech-stack{padding:2.5rem;background:rgba(255,255,255,.03);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.05)}.project-tech-stack h3{font-size:1.3rem;margin-bottom:1.5rem;color:var(--white)}.tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.tech-badge{display:flex;align-items:center;gap:.8rem;padding:1rem;background:rgba(255,255,255,.03);border-radius:12px;transition:all .3s ease}.tech-badge:hover{background:rgba(0,217,255,.1);transform:translateX(5px)}.tech-icon{font-size:1.5rem}.project-main-image{padding:2rem 2rem 4rem}.main-image-wrapper{padding:0;overflow:hidden;position:relative}.main-image-wrapper .placeholder-image{height:600px;display:flex;align-items:center;justify-content:center}.main-image-wrapper img{width:100%;height:600px;object-fit:cover}.image-caption{padding:1.5rem 2rem;background:rgba(0,0,0,.5);backdrop-filter:blur(10px);text-align:center;color:rgba(255,255,255,.8);font-size:.95rem}.project-overview{padding:4rem 2rem}.overview-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:start}.overview-content h2{font-size:2.5rem;font-weight:800;margin-bottom:2rem}.lead-text{font-size:1.2rem;line-height:1.8;color:rgba(255,255,255,.8);margin-bottom:1.5rem}.overview-content p{color:rgba(255,255,255,.65);line-height:1.8;margin-bottom:1.5rem}.overview-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-card{padding:2rem;text-align:center}.stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.8rem}.stat-label{font-size:.95rem;color:rgba(255,255,255,.6)}.problem-solution{padding:4rem 2rem;background:linear-gradient(180deg,transparent 0,rgba(20,20,26,.5) 100%)}.ps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.ps-card{padding:3rem}.ps-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border-radius:16px;margin-bottom:2rem}.problem-card .ps-icon{background:rgba(249,115,22,.1)}.problem-card .ps-icon svg{color:var(--accent)}.solution-card .ps-icon{background:rgba(0,217,255,.1)}.solution-card .ps-icon svg{color:var(--primary)}.ps-card h3{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.ps-card ul{list-style:none}.ps-card li{padding:1rem 0;padding-left:2rem;position:relative;color:rgba(255,255,255,.7);border-bottom:1px solid rgba(255,255,255,.05);line-height:1.6}.ps-card li:last-child{border-bottom:none}.problem-card li::before{content:'✗';position:absolute;left:0;color:var(--accent);font-weight:700}.solution-card li::before{content:'✓';position:absolute;left:0;color:var(--primary);font-weight:700}.project-gallery{padding:4rem 2rem}.project-gallery h2{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1rem}.section-subtitle{text-align:center;color:rgba(255,255,255,.6);font-size:1.1rem;margin-bottom:3rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.gallery-item{padding:0;overflow:hidden;transition:all .4s ease}.gallery-item:hover{transform:translateY(-5px);border-color:rgba(0,217,255,.3)}.gallery-item .placeholder-image{height:250px;display:flex;align-items:center;justify-content:center}.gallery-item img{width:100%;height:250px;object-fit:cover}.gallery-caption{padding:1.5rem;text-align:center;font-size:.95rem;color:rgba(255,255,255,.7);background:rgba(0,0,0,.3)}.process-features{padding:4rem 2rem;background:linear-gradient(180deg,rgba(20,20,26,.5) 0,transparent 100%)}.pf-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem}.features-section h3,.process-section h2{font-size:2.5rem;font-weight:800;margin-bottom:3rem}.process-timeline{position:relative}.process-step{display:flex;gap:2rem;margin-bottom:3rem;position:relative}.process-step::before{content:'';position:absolute;left:27px;top:60px;bottom:-30px;width:2px;background:linear-gradient(180deg,var(--primary),transparent)}.process-step:last-child::before{display:none}.step-number{width:56px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:50%;font-size:1.3rem;font-weight:800;color:var(--white)}.step-content h4{font-size:1.3rem;font-weight:700;margin-bottom:.8rem}.step-content p{color:rgba(255,255,255,.65);line-height:1.7}.features-section{padding:3rem}.feature-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;gap:1.5rem;padding:1.5rem;background:rgba(255,255,255,.03);border-radius:12px;transition:all .3s ease}.feature-item:hover{background:rgba(255,255,255,.05)}.feature-item svg{color:var(--primary);flex-shrink:0;margin-top:.2rem}.feature-item strong{display:block;font-size:1.1rem;margin-bottom:.5rem}.feature-item p{color:rgba(255,255,255,.6);font-size:.95rem;line-height:1.6}.testimonial-section{padding:4rem 2rem}.testimonial-card{max-width:900px;margin:0 auto;padding:4rem;text-align:center;position:relative}.quote-icon{margin-bottom:2rem}blockquote{font-size:1.5rem;line-height:1.8;color:rgba(255,255,255,.8);margin-bottom:2rem;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:.5rem}.testimonial-author strong{font-size:1.1rem;color:var(--white)}.testimonial-author span{color:var(--gray);font-size:.95rem}.related-projects{padding:4rem 2rem 6rem}.related-projects h2{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1rem}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.related-grid .project-card{background:rgba(255,255,255,.03);border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.05);transition:all .4s ease}.related-grid .project-card:hover{transform:translateY(-10px);border-color:rgba(0,217,255,.3)}.related-grid .project-image{height:220px}.related-grid .project-image .placeholder-image{height:100%;display:flex;align-items:center;justify-content:center}.related-grid .project-content{padding:2rem}.related-grid .project-content h3{font-size:1.5rem;margin:1rem 0}.related-grid .project-content p{color:rgba(255,255,255,.6);margin-bottom:1.5rem}.project-link-inline{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);text-decoration:none;font-weight:600;transition:all .3s ease}.project-link-inline:hover{gap:1rem}.project-link-inline svg{transition:transform .3s ease}.project-link-inline:hover svg{transform:translateX(5px)}.cta-section{padding:4rem 2rem}.cta-content{text-align:center;padding:4rem 3rem;max-width:900px;margin:0 auto}.cta-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-content p{font-size:1.2rem;color:rgba(255,255,255,.6);margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width:1024px){.project-header h1{font-size:3rem}.project-header-content{grid-template-columns:1fr;gap:3rem}.overview-grid{grid-template-columns:1fr}.ps-grid{grid-template-columns:1fr}.pf-grid{grid-template-columns:1fr}}@media (max-width:768px){.project-header{padding:8rem 1.5rem 3rem}.project-header h1{font-size:2.5rem}.project-subtitle{font-size:1.1rem}.tech-grid{grid-template-columns:1fr}.main-image-wrapper .placeholder-image,.main-image-wrapper img{height:300px}.overview-stats{grid-template-columns:1fr}.stat-number{font-size:2.5rem}.gallery-grid{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr}.testimonial-card{padding:2.5rem 2rem}blockquote{font-size:1.2rem}.cta-content{padding:3rem 2rem}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:stretch}}@media (max-width:480px){.project-header h1{font-size:2rem}.project-meta-list{gap:1rem}.meta-value{font-size:1rem}.project-tech-stack{padding:2rem 1.5rem}.ps-card{padding:2rem}.step-number{width:48px;height:48px;font-size:1.1rem}.features-section{padding:2rem}}