.custom-app-hero{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));position:relative;overflow:hidden}[data-theme=light] .custom-app-hero{background:linear-gradient(135deg,var(--accent-blue),var(--accent-light))}.custom-app-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.content-intro{max-width:900px;margin:0 auto 4rem;text-align:center}.intro-text{font-size:1.125rem;line-height:1.8;color:var(--text-tertiary);margin-bottom:1.5rem}.technologies-section{margin-top:4rem}.technologies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.tech-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:1rem;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.tech-card:hover{transform:translateY(-5px);border-color:var(--accent-blue);box-shadow:0 10px 30px rgba(59,130,246,.2)}.tech-icon{width:64px;height:64px;margin:0 auto 1.5rem;color:var(--accent-blue);display:flex;align-items:center;justify-content:center;background:rgba(59,130,246,.1);border-radius:1rem;transition:all .3s ease}.tech-card:hover .tech-icon{background:rgba(59,130,246,.2);transform:scale(1.1)}.tech-icon svg{width:100%;height:100%}.tech-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.tech-card p{color:var(--text-tertiary);line-height:1.6}.why-choose-section{background:var(--bg-secondary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.feature-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);border-color:var(--accent-blue);box-shadow:0 10px 30px rgba(59,130,246,.2)}.feature-icon{width:48px;height:48px;margin:0 auto 1.5rem;color:var(--accent-blue);display:flex;align-items:center;justify-content:center}.feature-icon svg{width:100%;height:100%}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--text-primary)}.feature-card p{color:var(--text-tertiary);line-height:1.6;margin:0}.capabilities-section{padding:6rem 0}.capabilities-content{max-width:1000px;margin:3rem auto 0}.capability-item{margin-bottom:3rem;padding:2rem;background:var(--bg-card);border-radius:1rem;border:1px solid var(--border-color);border-left:4px solid var(--accent-blue);transition:all .3s ease}.capability-item:hover{border-color:var(--accent-blue);box-shadow:0 5px 20px rgba(59,130,246,.1)}.capability-item h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.capability-item p{color:var(--text-tertiary);line-height:1.8;font-size:1rem}.development-process{background:linear-gradient(180deg,#87ceeb 0,#e0f6ff 30%,#f0f8ff);padding:6rem 0;position:relative;overflow:hidden}[data-theme=light] .development-process{background:linear-gradient(180deg,#b0e0e6 0,#e0f6ff 30%,#f5f5f5)}.road-container{position:relative;max-width:1200px;margin:3rem auto 0;padding:4rem 2rem}.road-background{top:0;bottom:0;z-index:0}.road-background,.road-path{position:absolute;left:0;right:0}.road-path{top:50%;height:120px;transform:translateY(-50%);background:linear-gradient(180deg,#4a5568 0,#2d3748 50%,#1a202c);border-top:4px solid gold;border-bottom:4px solid gold;box-shadow:0 0 20px rgba(0,0,0,.3)}[data-theme=light] .road-path{background:linear-gradient(180deg,#718096 0,#4a5568 50%,#2d3748)}.road-line{position:absolute;top:50%;left:0;right:0;height:4px;transform:translateY(-50%);background:repeating-linear-gradient(90deg,gold 0,gold 30px,transparent 0,transparent 60px);animation:roadMove 2s linear infinite}@keyframes roadMove{0%{background-position:0 0}to{background-position:60px 0}}.trees-left,.trees-right{position:absolute;top:0;bottom:0;width:150px;z-index:1}.trees-left{left:0}.trees-right{right:0}.tree{border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:60px solid #228b22;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}.tree,.tree:before{position:absolute;width:0;height:0}.tree:before{content:"";top:20px;left:-20px;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:50px solid #32cd32}.tree:after{content:"";position:absolute;top:-20px;left:-15px;width:30px;height:30px;background:#8b4513;border-radius:0 0 5px 5px}.trees-left .tree:first-child{top:10%;left:20px;transform:scale(.8)}.trees-left .tree:nth-child(2){top:35%;left:40px;transform:scale(1.1)}.trees-left .tree:nth-child(3){top:60%;left:25px;transform:scale(.9)}.trees-left .tree:nth-child(4){top:85%;left:50px;transform:scale(1.2)}.trees-right .tree:first-child{top:15%;right:30px;transform:scale(1.1)}.trees-right .tree:nth-child(2){top:40%;right:20px;transform:scale(.9)}.trees-right .tree:nth-child(3){top:65%;right:45px;transform:scale(1.2)}.trees-right .tree:nth-child(4){top:90%;right:25px;transform:scale(.8)}.process-steps-road{position:relative;z-index:2;display:flex;flex-direction:column;gap:4rem}.process-step-road{display:flex;align-items:flex-start;gap:2rem;position:relative}.process-step-road:nth-child(odd){flex-direction:row}.process-step-road:nth-child(2n){flex-direction:row-reverse}.step-milestone{position:relative;flex-shrink:0;z-index:3}.step-number{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--accent-blue),var(--accent-light));color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;box-shadow:0 8px 25px rgba(59,130,246,.4),0 0 0 8px hsla(0,0%,100%,.1);position:relative;z-index:2;transition:all .3s ease}.step-number:hover{transform:scale(1.1);box-shadow:0 12px 35px rgba(59,130,246,.5),0 0 0 12px hsla(0,0%,100%,.15)}.milestone-flag{position:absolute;top:-15px;right:-15px;width:0;height:0;border-left:20px solid #ff6b6b;border-top:15px solid transparent;border-bottom:15px solid transparent;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3));animation:flagWave 2s ease-in-out infinite}@keyframes flagWave{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}.step-content-road{flex:1 1;background:var(--bg-card);border:2px solid var(--border-color);border-radius:1rem;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.15);transition:all .3s ease;position:relative}.step-content-road:before{content:"";position:absolute;top:50%;width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;transform:translateY(-50%)}.process-step-road:nth-child(odd) .step-content-road:before{left:-15px;border-right:15px solid var(--bg-card)}.process-step-road:nth-child(2n) .step-content-road:before{right:-15px;border-left:15px solid var(--bg-card)}.step-content-road:hover{transform:translateY(-5px);border-color:var(--accent-blue);box-shadow:0 15px 40px rgba(59,130,246,.25)}.step-content-road h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.step-content-road p{color:var(--text-tertiary);line-height:1.8;font-size:1rem}.benefits-section{padding:6rem 0}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.benefit-item{padding:2rem;background:var(--bg-card);border:1px solid var(--border-color);border-radius:1rem;transition:all .3s ease;display:flex;flex-direction:column;text-align:left}.benefit-item:hover{transform:translateY(-3px);border-color:var(--accent-blue);box-shadow:0 8px 25px rgba(59,130,246,.15)}.benefit-item h3{font-size:1.25rem;margin-bottom:1rem;color:var(--text-primary);font-weight:700;order:1}.benefit-item p{color:var(--text-tertiary);line-height:1.7;order:2;margin:0}.cta-section{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));color:#fff;text-align:center}[data-theme=light] .cta-section{background:linear-gradient(135deg,var(--accent-blue),var(--accent-light))}.cta-content{max-width:700px;margin:0 auto}.cta-section .heading{color:#fff;margin-bottom:1rem}.cta-section .subheading{color:hsla(0,0%,100%,.9);margin-bottom:2rem}@media (max-width:768px){.benefits-grid,.features-grid,.technologies-grid{grid-template-columns:1fr}.road-container{padding:3rem 1rem}.road-path{height:80px}.trees-left,.trees-right{width:80px}.tree{transform:scale(.6)!important}.process-step-road{flex-direction:column!important;align-items:center}.step-content-road:before{display:none}.step-number{width:60px;height:60px;font-size:1.5rem}.step-content-road{width:100%;text-align:center}.capability-item{padding:1.5rem}}