section{padding:8rem 0;position:relative;z-index:10}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.75rem;font-weight:600;margin-bottom:1rem}.section-subtitle{color:var(--muted-foreground);max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.6}.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding-top:120px;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 30%,transparent 0,var(--background) 78%),linear-gradient(180deg,transparent 0,var(--background) 100%);z-index:0}.hero-container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-content{max-width:780px;margin-bottom:4rem}.hero-title{font-size:clamp(2.75rem,7vw,4.5rem);font-weight:600;line-height:1.08;margin-bottom:1.5rem;letter-spacing:-.03em}.hero-subtitle{font-size:1.2rem;color:var(--muted-foreground);margin-bottom:2.5rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;justify-content:center}.stats-row{display:flex;justify-content:space-between;align-items:center;width:100%;padding:2rem 4rem;margin-top:2rem}.stat-item{text-align:center}.stat-item h3{font-size:2.25rem;font-weight:600;color:var(--foreground);margin-bottom:.4rem}.stat-item p{color:var(--muted-foreground);font-size:.85rem;text-transform:uppercase;letter-spacing:.06em}.stat-divider{width:1px;height:48px;background:var(--border)}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem}.scroll-text{font-size:.7rem;letter-spacing:.15em;color:var(--muted-foreground)}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--primary),transparent)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;border:1px solid var(--border);border-radius:10px;color:var(--foreground);font-size:.95rem}.feature-icon{color:var(--primary);flex-shrink:0}.about-image-wrapper{position:relative}.about-badge{position:absolute;bottom:-20px;right:-20px;background:var(--foreground);width:130px;height:130px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--background);font-weight:700;text-align:center}.about-badge span{font-size:2.25rem;line-height:1}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.card{padding:2.25rem;transition:transform .25s ease,border-color .25s ease;display:flex;flex-direction:column;height:100%}.card:hover{transform:translateY(-4px);border-color:var(--primary)}.card-icon{width:52px;height:52px;border-radius:12px;background:var(--card-bg);border:1px solid var(--border);display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;color:var(--primary)}.card h3{font-size:1.3rem;font-weight:600;margin-bottom:.75rem}.card p{color:var(--muted-foreground);line-height:1.6;flex-grow:1}.card-link{margin-top:1.5rem;color:var(--foreground);font-weight:500;font-size:.9rem;display:flex;align-items:center;gap:.4rem;transition:gap .25s ease,color .25s ease}.card-link:hover{gap:.7rem;color:var(--primary)}.portfolio-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}.portfolio-item{position:relative;border-radius:16px;overflow:hidden;background:var(--card-bg);border:1px solid var(--border);transition:border-color .25s ease}.portfolio-item:hover{border-color:var(--primary)}.portfolio-image-wrapper{position:relative;height:460px;overflow:hidden}.portfolio-image{width:100%;height:100%;background:var(--surface);position:relative}.portfolio-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:inherit;background-image:inherit;background-size:cover;background-position:50%;border-radius:0;transition:filter .3s ease;z-index:0}.portfolio-item:hover .portfolio-image:before{filter:blur(6px) brightness(.6)}.portfolio-image-placeholder{width:100%;height:100%;background:var(--surface);display:flex;justify-content:center;align-items:center;color:var(--primary)}.portfolio-overlay-content{position:absolute;bottom:0;left:0;width:100%;padding:2rem;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent);transform:translateY(16px);opacity:0;transition:all .3s ease;z-index:1;pointer-events:none}.portfolio-item:hover .portfolio-overlay-content{transform:translateY(0);opacity:1;pointer-events:auto}.portfolio-info-section{display:none;padding:2rem;border-top:1px solid var(--border)}.portfolio-category{color:var(--primary);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;display:block}.portfolio-info-section h3,.portfolio-overlay-content h3{font-size:1.6rem;font-weight:600;margin-bottom:.5rem}.portfolio-info-section p,.portfolio-overlay-content p{color:#d4d4d8;margin-bottom:1rem;font-size:.92rem}.portfolio-live-link{color:var(--primary);font-weight:500;margin-bottom:.5rem;gap:.35rem;transition:gap .2s ease}.portfolio-live-btn,.portfolio-live-link{text-decoration:none;font-size:.9rem;display:inline-flex;align-items:center}.portfolio-live-btn{gap:.5rem;background:#fff;color:#000;font-weight:600;padding:.55rem 1.4rem;border-radius:8px;margin-bottom:1rem;transition:transform .25s ease,opacity .25s ease;width:fit-content}.portfolio-live-btn:hover{transform:translateY(-2px);opacity:.85}.portfolio-live-link:hover{gap:.6rem;text-decoration:underline}.tech-stack{display:flex;gap:.5rem;flex-wrap:wrap}.tech-tag{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);padding:.25rem .75rem;border-radius:50px;font-size:.78rem;color:var(--foreground)}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.team-card{text-align:center}.team-image{width:100%;aspect-ratio:1;border-radius:16px;background:var(--card-bg);margin-bottom:1.25rem;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.team-card h3{font-size:1.15rem;font-weight:600;margin-bottom:.25rem}.team-card p{color:var(--muted-foreground);font-size:.88rem}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;background:var(--card-bg);border:1px solid var(--border);border-radius:20px;padding:4rem}.contact-info h2{font-size:2.25rem;font-weight:600;margin-bottom:1rem}.contact-info p{color:var(--muted-foreground);margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}textarea.form-input{min-height:150px;resize:vertical}.footer{padding:4rem 0 2rem;border-top:1px solid var(--border);background:var(--background)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-brand p{color:var(--muted-foreground);margin-top:1rem;line-height:1.6}.footer h4{font-size:1rem;font-weight:600;margin-bottom:1.25rem}.footer-links{display:flex;flex-direction:column;gap:.85rem}.footer-links a{color:var(--muted-foreground);font-size:.92rem;transition:color .3s ease}.footer-links a:hover{color:var(--primary)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--border);color:var(--muted-foreground);font-size:.85rem}.client-logos-section{padding:3.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden}.client-logos-label{text-align:center;color:var(--muted-foreground);font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:2rem}.marquee-track{display:flex;width:max-content;gap:3.5rem;animation:marquee 28s linear infinite}.marquee-item{display:flex;align-items:center;gap:.6rem;color:var(--muted-foreground);font-family:Space Grotesk,sans-serif;font-weight:600;font-size:1.05rem;white-space:nowrap;opacity:.7;transition:opacity .25s ease,color .25s ease}.marquee-item:hover{opacity:1;color:var(--foreground)}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.industry-card{position:relative;height:320px;padding:0;display:flex;align-items:flex-end;overflow:hidden;transition:transform .25s ease,border-color .25s ease}.industry-card:hover{transform:translateY(-4px);border-color:var(--primary)}.industry-image{position:absolute;inset:0;background-size:cover;background-position:50%;transition:transform .5s ease}.industry-card:hover .industry-image{transform:scale(1.07)}.industry-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.92) 8%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.15))}.industry-content{position:relative;z-index:1;padding:1.75rem;width:100%}.industry-icon{width:44px;height:44px;border-radius:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;color:#fff;margin-bottom:.9rem}.industry-content h3{font-size:1.1rem;font-weight:600;margin-bottom:.4rem;color:#fff}.industry-content p{color:rgba(255,255,255,.75);font-size:.85rem;line-height:1.5}.timeline{position:relative;max-width:760px;margin:0 auto}.timeline:before{content:"";position:absolute;left:27px;top:8px;bottom:8px;width:1px;background:var(--border)}.timeline-step{position:relative;display:flex;gap:1.75rem;padding-bottom:3rem}.timeline-step:last-child{padding-bottom:0}.timeline-marker{position:relative;z-index:1;flex-shrink:0;width:56px;height:56px;border-radius:50%;background:var(--card-bg);border:1px solid var(--border);display:flex;justify-content:center;align-items:center;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:1.1rem;color:var(--primary)}.timeline-content{padding-top:.6rem}.timeline-content h3{font-size:1.2rem;font-weight:600;margin-bottom:.4rem}.timeline-content p{color:var(--muted-foreground);line-height:1.6;font-size:.95rem}.testimonials-section{position:relative;overflow:hidden}.testimonials-overlay{position:absolute;inset:0;background:linear-gradient(180deg,var(--background) 0,rgba(6,6,8,.88) 25%,rgba(6,6,8,.88) 75%,var(--background) 100%);z-index:0}.testimonials-note,.testimonials-section .section-subtitle,.testimonials-section .section-title{color:#f4f4f5}.testimonials-note,.testimonials-section .section-subtitle{color:#b4b4bc}.testimonials-section .testimonial-card{background:rgba(20,20,24,.55);border-color:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.testimonials-section .testimonial-author h4,.testimonials-section .testimonial-card p.testimonial-text{color:#f4f4f5}.testimonials-section .testimonial-author span{color:#a3a3ab}.testimonials-section .testimonial-author{border-top-color:rgba(255,255,255,.12)}.testimonials-section .testimonial-avatar{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{padding:2.25rem;display:flex;flex-direction:column;height:100%}.testimonial-quote-icon{color:var(--primary);opacity:.5;margin-bottom:1rem}.testimonial-card p.testimonial-text{color:var(--foreground);line-height:1.7;font-size:1rem;flex-grow:1;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:.85rem;padding-top:1.25rem;border-top:1px solid var(--border)}.testimonial-avatar{width:42px;height:42px;border-radius:50%;background:var(--card-bg);border:1px solid var(--border);display:flex;justify-content:center;align-items:center;color:var(--primary);font-weight:600;flex-shrink:0}.testimonial-author h4{font-size:.92rem;font-weight:600}.testimonial-author span{color:var(--muted-foreground);font-size:.8rem}.testimonials-note{text-align:center;color:var(--muted-foreground);font-size:.78rem;margin-top:2rem;opacity:.7}@media (max-width:1024px){.grid-3{grid-template-columns:repeat(2,1fr)}.portfolio-grid{grid-template-columns:1fr}.industry-grid,.team-grid{grid-template-columns:repeat(2,1fr)}.contact-wrapper,.testimonials-grid{grid-template-columns:1fr}.contact-wrapper{padding:2rem}.footer-grid{grid-template-columns:1fr 1fr}.portfolio-overlay-content{display:none!important}.portfolio-info-section{display:block}.portfolio-image-wrapper{height:320px}}@media (max-width:768px){section{padding:5rem 0}.stats-row{flex-direction:column;gap:2rem;padding:2rem}.stat-divider{width:100px;height:1px}.about-features,.about-grid,.footer-grid,.grid-3,.team-grid{grid-template-columns:1fr}.hero-cta{flex-direction:column}.industry-grid{grid-template-columns:1fr}.timeline:before{left:23px}.timeline-marker{width:48px;height:48px;font-size:1rem}.timeline-step{gap:1.25rem}.portfolio-overlay-content{display:none!important}.portfolio-info-section{display:block;padding:1.5rem}.portfolio-image-wrapper{height:220px}.portfolio-info-section h3{font-size:1.25rem}.portfolio-info-section p{font-size:.85rem}.portfolio-info-section .portfolio-category{font-size:.75rem}.portfolio-info-section .tech-tag{font-size:.7rem}}