.content-page *{box-sizing:border-box}.content-page{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--dark);line-height:1.7}.content-page .container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.content-page section{padding:80px 0}.content-page h1,.content-page h2,.content-page h3,.content-page h4,.content-page h5,.content-page h6{margin:0;font-weight:inherit}.content-page p{margin:0}.content-page ul,.content-page ol{list-style:none;margin:0;padding:0}.content-page a{text-decoration:none}.content-page .section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:15px;color:var(--dark);line-height:1}.content-page .section-subtitle{font-size:1.1rem;color:var(--text-muted);text-align:center;max-width:600px;margin:0 auto 60px;line-height:1.4}.content-page .fade-in{opacity:1;transform:translateY(0);transition:opacity .6s ease-out,transform .6s ease-out}.content-page .fade-in.visible{opacity:1;transform:translateY(0)}.fade-delay-100{transition-delay:.1s}.fade-delay-200{transition-delay:.2s}.fade-delay-300{transition-delay:.3s}.fade-delay-400{transition-delay:.4s}.fade-delay-500{transition-delay:.5s}.fade-delay-600{transition-delay:.6s}.content-page #hero{padding:100px 0;background:var(--white)}.content-page .hero-container{display:block}.content-page .hero-content{display:block;max-width:860px}.content-page .hero-content h1{font-size:3.5rem;font-weight:800;line-height:1.02;margin-bottom:26px;color:var(--dark);display:block;width:100%;letter-spacing:-.04em}.content-page .hero-content h1 span{display:block}.content-page .hero-content h1 span+span{margin-top:.22em}.content-page .hero-content p{font-size:1.1rem;color:var(--text-muted);margin-bottom:22px;display:block;width:100%}.content-page .hero-support{max-width:720px;font-size:1.05rem;line-height:1.8;color:var(--dark-gray);margin-bottom:34px}.content-page .hero-cta{display:inline-block;background:var(--primary);color:var(--white);text-decoration:none;padding:15px 35px;border-radius:8px;font-size:1.1rem;font-weight:600;line-height:1.55555556;transition:all .3s ease}.content-page .hero-cta:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.content-page .social-proof{margin-top:60px;display:block;width:100%}.content-page .social-proof p{font-size:1.1rem;line-height:1.8;margin-bottom:20px;color:var(--gray);display:block}.content-page .social-proof-logos{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:flex-start;max-width:100%}.content-page .social-proof-logos img{display:inline-block;height:48px;width:120px;object-fit:contain;flex-shrink:1;visibility:visible;opacity:1}.content-page #services{background:var(--light-gray)}.content-page .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.content-page .service-card{background:var(--white);padding:30px;border:0;border-radius:8px;box-shadow:var(--shadow-md);transition:all .3s ease}.content-page .service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.content-page .service-card .icon{width:50px;height:50px;margin-bottom:20px;color:var(--primary);display:block}.content-page .service-card svg{width:50px;height:50px;color:var(--primary);display:block;overflow:visible;background:transparent;border:none;border-radius:0}.content-page .service-card h3{font-size:1.25rem;margin-bottom:10px;color:var(--dark);font-weight:600;line-height:1.4}.content-page .service-card p{color:var(--gray);font-size:1rem;line-height:1.6}.content-page #tech-stack .tech-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px}.content-page #tech-stack .tech-logo{height:40px;filter:grayscale(100%);opacity:.6;transition:all .3s ease;display:block}.content-page #tech-stack .tech-logo:hover{filter:grayscale(0%);opacity:1}.content-page #work .work-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.content-page #work .work-content h2{font-size:2.5rem;font-weight:700;margin-bottom:20px;line-height:1.3;color:var(--dark)}.content-page #work .work-content p{color:var(--gray);margin-bottom:20px;line-height:1.7}.content-page #work .work-video{width:100%;aspect-ratio:16 / 9;background:var(--dark);border-radius:8px;overflow:hidden;box-shadow:var(--shadow-lg)}.content-page #work .work-video video{width:100%;height:100%;object-fit:cover;display:block}.content-page #about{background:var(--dark);color:var(--white)}.content-page #about .section-title{color:var(--white)}.content-page #about .section-subtitle{color:#fffc}.content-page #about .about-content{max-width:800px;margin:0 auto;text-align:center;font-size:1.1rem;line-height:1.8}.content-page #about:not([style*=light-gray]) .about-content p{color:#fff}.content-page #projects{background:var(--light-gray)}.content-page .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.content-page .project-card{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s ease;position:relative;text-decoration:none;color:inherit;display:block}.content-page .project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.content-page .project-card.fade-in:nth-child(1){transition-delay:.1s}.content-page .project-card.fade-in:nth-child(2){transition-delay:.2s}.content-page .project-card.fade-in:nth-child(3){transition-delay:.3s}.content-page .project-card.fade-in:nth-child(4){transition-delay:.4s}.content-page .project-card.fade-in:nth-child(5){transition-delay:.5s}.content-page .project-card.fade-in:nth-child(6){transition-delay:.6s}.content-page .work-hero-img{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:var(--shadow-lg)}.content-page .project-card img{width:100%;height:250px;object-fit:cover;display:block}.content-page .project-card-content{padding:20px}.content-page .project-card-content h3{font-size:1.25rem;margin-bottom:10px;color:var(--dark);font-weight:600}.content-page .project-card-content p{color:var(--gray);line-height:1.6}.content-page #process .process-timeline{display:flex;justify-content:space-between;position:relative;margin-top:40px}.content-page #process .process-timeline:before{content:"";position:absolute;top:25px;left:10%;width:80%;height:2px;background:var(--light-gray);z-index:-1}.content-page #process .process-step{width:22%;text-align:center}.content-page #process .process-step .icon{width:50px;height:50px;border-radius:50%;background:var(--white);border:2px solid var(--light-gray);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--primary);transition:all .3s ease}.content-page #process .process-step .icon svg{width:24px;height:24px}.content-page #process .process-step:hover .icon{border-color:var(--primary);background:var(--primary);color:var(--white)}.content-page #process .process-step h4{font-size:1.1rem;margin-bottom:10px;color:var(--dark);font-weight:600}.content-page #process .process-step p{color:var(--gray);font-size:.9rem;line-height:1.5}.content-page section#about[style*=light-gray]{background:var(--light-gray);color:var(--dark)}.content-page section#about.home-section--light{background:var(--light-gray);color:var(--dark)}.content-page .about-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.content-page .about-container .about-content h2{font-size:2.5rem;font-weight:700;margin-bottom:20px;line-height:1.3;color:var(--dark)}.content-page section#about[style*=light-gray] .about-container .about-content p{color:var(--dark);margin-bottom:20px;line-height:1.7}.content-page section#about.home-section--light .about-container .about-content p{color:var(--dark);margin-bottom:20px;line-height:1.7}.content-page .team-grid{display:grid;grid-template-columns:1fr;gap:20px}.team-grid--spaced{margin-top:60px}.content-page .team-member{text-align:center}.content-page .team-member img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin:0 auto 10px;box-shadow:var(--shadow-md);display:block}.content-page .team-member h5{font-size:1rem;font-weight:600;color:var(--dark);margin-bottom:5px}.content-page .team-member span{color:var(--gray);font-size:.9rem;display:block}.content-page #testimonials{background:var(--light-gray)}.content-page .testimonial-card{background:var(--white);padding:40px;border-radius:8px;box-shadow:var(--shadow-lg);text-align:center;max-width:800px;margin:0 auto}.content-page .testimonial-card p{font-size:1.25rem;font-style:italic;line-height:1.6;color:var(--dark-gray);margin-bottom:20px}.content-page .testimonial-author{display:block}.content-page .testimonial-author img{width:60px;height:60px;border-radius:50%;margin:0 auto 10px;display:block}.content-page .testimonial-author h5{font-weight:600;color:var(--dark);margin-bottom:5px}.content-page .testimonial-author span{color:var(--gray);font-size:.9rem;display:block}.content-page #performance{background:var(--dark);color:var(--white)}.content-page #performance .section-title,.content-page #performance .section-subtitle{color:var(--white)}.content-page .performance-slider-container{position:relative;width:100%;max-width:900px;margin:40px auto;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg);line-height:0;touch-action:none}.content-page .performance-image-container{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center}.content-page .performance-image-before{background-image:url(/build/assets/before-CvBmly2f.jpg)}.content-page .performance-slider{position:absolute;top:0;left:0;width:50%;height:100%;z-index:1;overflow:hidden}.content-page .performance-image-after{width:100%;height:100%;background-image:url(/build/assets/after-DUsKv0vL.jpg);background-size:cover;background-position:center}.content-page .performance-slider-handle{position:absolute;top:0;left:50%;width:4px;height:100%;background:var(--white);cursor:ew-resize;z-index:2;transform:translate(-2px);touch-action:none}.content-page .performance-slider-handle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:var(--white);border-radius:50%;border:2px solid var(--primary)}.content-page .performance-base-image{display:block;width:100%;visibility:hidden;pointer-events:none}#lead-magnet{background:var(--light-gray)}#lead-feedback{margin-top:8px;color:var(--gray);font-size:.9rem}.content-page #lead-magnet{background:var(--light-gray)}.content-page .lead-magnet-box{background:var(--light-gray);border-radius:12px;padding:60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.content-page .lead-magnet-box--content-only{grid-template-columns:1fr;justify-items:center;max-width:100%;margin:0 auto}.content-page .lead-magnet-box--content-only .lead-magnet-content{width:100%;max-width:820px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.content-page .lead-magnet-box--content-only .lead-magnet-content p{max-width:720px}.content-page .lead-magnet-box--content-only .lead-magnet-form{width:100%;max-width:560px;margin:0 auto}.content-page .lead-magnet-box h2{font-size:2rem;font-weight:700;margin-bottom:15px;color:var(--dark)}.content-page .lead-magnet-box p{color:var(--gray);margin-bottom:20px;line-height:1.7}.content-page .lead-magnet-form input{width:100%;padding:12px;border:1px solid #D1D5DB;border-radius:6px;margin-bottom:10px;display:block}.content-page .lead-magnet-form button{width:100%;padding:12px;background:var(--primary);color:var(--white);border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.content-page .lead-magnet-form button:hover{background:var(--primary-dark)}.content-page .lead-magnet-image img{width:100%;max-width:300px;display:block;margin:0 auto;filter:drop-shadow(0 10px 15px rgba(0,0,0,.1))}.home-contact-cta{text-align:center}.content-page #contact{background:var(--dark);padding:100px 0}.content-page #contact .cta-box{text-align:center;max-width:800px;margin:0 auto}.content-page #contact .cta-box h2{font-size:3rem;font-weight:700;color:var(--white);margin-bottom:40px;line-height:1.2}.content-page #contact .cta-btn{display:inline-block;background:var(--primary);color:var(--white);text-decoration:none;padding:18px 45px;border-radius:8px;font-size:1.2rem;font-weight:600;transition:all .3s ease}.content-page #contact .cta-btn:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-3px)}@media(max-width:768px){.content-page section{padding:40px 0}.content-page .container{padding-left:16px;padding-right:16px}.content-page .section-title{font-size:1.75rem;margin-bottom:12px}.content-page .section-subtitle{font-size:1rem;margin-bottom:30px}.content-page #hero{padding:60px 0}.content-page .hero-container{grid-template-columns:1fr;text-align:center;gap:30px}.content-page .hero-content h1{font-size:2rem;margin-bottom:18px}.content-page .hero-content p{font-size:1rem;margin-bottom:25px}.content-page .hero-cta{padding:12px 25px;font-size:1rem}.content-page .social-proof{margin-top:40px}.content-page .social-proof-logos{justify-content:center;gap:15px}.content-page .social-proof-logos img{height:30px;width:80px}.content-page .services-grid{grid-template-columns:1fr;gap:20px}.content-page .service-card{padding:25px}.content-page #tech-stack .tech-grid{gap:20px}.content-page #tech-stack .tech-logo{height:30px}.content-page #work .work-container{grid-template-columns:1fr;gap:30px}.content-page #work .work-content h2{font-size:1.75rem}.content-page #work .work-video{height:250px}.content-page #about .about-content{font-size:1rem;padding:0 10px}.content-page .projects-grid{grid-template-columns:1fr;gap:20px}.content-page .project-card img{height:200px}.content-page #process .process-timeline{flex-direction:column;gap:30px}.content-page #process .process-step{width:100%}.content-page #process .process-timeline:before{display:none}.content-page .about-container{grid-template-columns:1fr;gap:30px}.content-page .about-container .about-content h2{font-size:1.75rem}.content-page .testimonial-card{padding:30px 20px}.content-page .testimonial-card p{font-size:1.1rem}.content-page .performance-slider-container{max-width:100%;margin:20px auto}.content-page .lead-magnet-box{grid-template-columns:1fr;padding:30px 20px;gap:30px}.content-page .lead-magnet-box h2{font-size:1.5rem}.content-page .lead-magnet-image img{max-width:200px}.content-page #contact{padding:60px 0}.content-page #contact .cta-box h2{font-size:1.75rem;margin-bottom:30px}.content-page #contact .cta-btn{padding:14px 30px;font-size:1.1rem}}
