.hero-section{justify-content:center;align-items:center;min-height:90vh;padding:10rem 5rem 5rem;display:flex}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-animate{animation:.6s ease-out forwards heroFadeIn}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;width:100%;max-width:1200px;display:grid}.hero-content{flex-direction:column;gap:1.5rem;display:flex}.hero-greeting{color:var(--OrangeColor);font-size:1.125rem;font-weight:500}.hero-name{color:var(--text-primary);margin:0;font-size:3.5rem;font-weight:800;line-height:1.1;transition:color .3s}.hero-name .accent{background:linear-gradient(135deg,var(--OrangeColor),#ff8c5a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-tagline{color:var(--text-secondary);max-width:500px;font-size:1.125rem;line-height:1.7;transition:color .3s}.hero-cta{gap:1rem;margin-top:.5rem;display:flex}.btn-primary{background-color:var(--OrangeColor);color:#fff;border-radius:.75rem;padding:.875rem 1.75rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-primary:hover{background-color:#d94d20;transform:translateY(-2px)}.btn-secondary{color:var(--text-primary);border:2px solid var(--border-color);background-color:#0000;border-radius:.75rem;padding:.875rem 1.75rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-secondary:hover{border-color:var(--OrangeColor);color:var(--OrangeColor)}.hero-socials{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.socials-label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.socials-icons{gap:1rem;display:flex}.socials-icons a{background-color:var(--card-bg);width:44px;height:44px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.socials-icons a:hover{background-color:var(--OrangeColor);color:#fff;transform:translateY(-3px)}.hero-image-wrapper{justify-content:center;align-items:center;display:flex}.hero-image-container{border-radius:2rem;width:380px;height:380px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000026}.hero-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media screen and (max-width:1024px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-content{align-items:center}.hero-name{font-size:2.75rem}.hero-tagline{max-width:100%}.hero-cta{justify-content:center}.hero-socials{align-items:center}.hero-image-wrapper{order:-1}.hero-image-container{width:280px;height:280px}}@media screen and (max-width:480px){.hero-section{min-height:auto;padding:8rem 1rem 3rem}.hero-name{font-size:2rem}.hero-tagline{font-size:1rem}.hero-cta{flex-direction:column;width:100%}.btn-primary,.btn-secondary{text-align:center}.hero-image-container{width:220px;height:220px}}
.projects-section{background-color:var(--bg-primary);padding:5rem 2rem;transition:background-color .3s}.projects-container{max-width:1200px;margin:0 auto}.projects-header{text-align:center;margin-bottom:3rem}.projects-title{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700;transition:color .3s}.projects-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.7;transition:color .3s}.projects-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.project-card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:1.5rem;text-decoration:none;transition:all .3s;overflow:hidden}.project-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.project-image-wrapper{width:100%;height:220px;overflow:hidden}.project-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .3s}.project-card:hover .project-image{transform:scale(1.05)}.project-content{padding:1.5rem}.project-title{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600;transition:color .3s}.project-description{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.95rem;line-height:1.6;transition:color .3s;display:-webkit-box;overflow:hidden}.project-link{color:var(--OrangeColor);align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;transition:gap .3s;display:inline-flex}.project-card:hover .project-link{gap:.75rem}.projects-cta{text-align:center;margin-top:3rem}.btn-view-all{color:var(--text-primary);border:2px solid var(--border-color);background-color:#0000;border-radius:.75rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-view-all:hover{border-color:var(--OrangeColor);color:var(--OrangeColor)}@media screen and (max-width:768px){.projects-section{padding:3rem 1rem}.projects-title{font-size:2rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-image-wrapper{height:180px}}
.testimonials-section{background-color:var(--bg-secondary);padding:5rem 2rem;transition:background-color .3s}.testimonials-container{text-align:center;max-width:900px;margin:0 auto}.testimonials-title{color:var(--text-primary);margin-bottom:3rem;font-size:2.5rem;font-weight:700;transition:color .3s}.testimonials-carousel{align-items:center;gap:1.5rem;display:flex;position:relative}.carousel-arrow{background-color:var(--card-bg);border:1px solid var(--border-color);width:48px;height:48px;color:var(--text-primary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.carousel-arrow:hover{background-color:var(--OrangeColor);color:#fff;border-color:var(--OrangeColor)}.testimonial-card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:1.5rem;flex:1;padding:2.5rem;transition:all .3s}.testimonial-quote{margin-bottom:2rem;position:relative}.quote-icon{color:var(--OrangeColor);opacity:.3;margin-bottom:1rem}.testimonial-quote p{color:var(--text-secondary);font-size:1.1rem;font-style:italic;line-height:1.8;transition:color .3s}.testimonial-author{justify-content:center;align-items:center;gap:1rem;display:flex}.author-image{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:50px;height:50px}.author-info{text-align:left}.author-name{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600;transition:color .3s}.author-role{color:var(--OrangeColor);margin:.25rem 0 0;font-size:.875rem}.carousel-dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.carousel-dot{background-color:var(--border-color);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.carousel-dot.active{background-color:var(--OrangeColor);transform:scale(1.2)}.carousel-dot:hover{background-color:var(--text-secondary)}@media screen and (max-width:768px){.testimonials-section{padding:3rem 1rem}.testimonials-title{margin-bottom:2rem;font-size:1.75rem}.testimonials-carousel{flex-direction:column;gap:1rem}.carousel-arrow{display:none}.testimonial-card{padding:1.5rem}.testimonial-quote p{font-size:1rem}.testimonials-carousel:after{content:"Tap dots to navigate";color:var(--text-secondary);opacity:.6;font-size:.75rem;display:block;position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%)}}@media screen and (max-width:480px){.testimonial-quote p{font-size:.95rem;line-height:1.7}}
.more-section{background-color:var(--bg-secondary);padding:5rem 2rem;transition:background-color .3s}.more-container{max-width:1200px;margin:0 auto}.more-header{text-align:center;margin-bottom:3rem}.more-title{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700;transition:color .3s}.more-subtitle{color:var(--text-secondary);font-size:1.125rem;transition:color .3s}.more-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.more-card{border-radius:1.5rem;flex-direction:column;min-height:200px;padding:2rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.more-card:hover{transform:translateY(-5px)}.more-card-icon{margin-bottom:1rem}.more-card-content{flex:1}.more-card-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.more-card-description{opacity:.9;font-size:.95rem;line-height:1.6}.more-card-arrow{opacity:0;transition:all .3s;position:absolute;bottom:1.5rem;right:1.5rem;transform:translate(-10px)}.more-card:hover .more-card-arrow{opacity:1;transform:translate(0)}.more-card--purple{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%)}.more-card--orange{color:#fff;background:linear-gradient(135deg,#f15827 0%,#ff8c5a 100%)}.more-card--green{color:#fff;background:linear-gradient(135deg,#10b981 0%,#34d399 100%)}.more-card--blue{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%)}@media screen and (max-width:768px){.more-section{padding:3rem 1rem}.more-title{font-size:2rem}.more-grid{grid-template-columns:1fr;gap:1rem}.more-card{min-height:160px;padding:1.5rem}.more-card-title{font-size:1.25rem}}
