.business{min-height:100vh;padding-bottom:3rem}.page-header{background:linear-gradient(135deg,#4CAF50,#2E7D32);color:white;padding:5rem 2rem 3rem;text-align:center}.page-header h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:.5rem}.page-header p{font-size:1.1rem;opacity:.9}.business-intro{padding:4rem 0;background:#f8f9fa}.intro-content{max-width:800px;margin:0 auto;text-align:center}.intro-content h2{font-size:clamp(1.5rem,3vw,2rem);color:#2c3e50;margin-bottom:1.5rem}.intro-content p{color:#6c757d;line-height:1.8;font-size:1.1rem}.services-detail{padding:4rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:clamp(1.75rem,3vw,2.5rem);text-align:center;margin-bottom:3rem;color:#2c3e50;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#4CAF50,#2E7D32);border-radius:2px}.services-list{display:flex;flex-direction:column;gap:2rem}.service-item-link{display:block;text-decoration:none;color:inherit}.service-item{display:flex;gap:2rem;background:white;padding:2rem;border-radius:16px;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:all .3s ease;cursor:pointer}.service-item-link:hover .service-item{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.service-item-link:hover .detail-link{background:#4CAF50;color:white;transform:translateX(5px)}.service-icon-wrapper{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,rgba(76,175,80,.1),rgba(46,125,50,.1));border-radius:16px;display:flex;align-items:center;justify-content:center;color:#4CAF50}.service-content{flex:1 1}.service-content h3{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem}.service-content p{color:#6c757d;line-height:1.6;margin-bottom:1rem}.feature-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:.5rem;gap:.5rem;list-style:none;padding:0;margin:0 0 1.5rem}.feature-list li{color:#495057;padding-left:1.5rem;position:relative;font-size:.95rem}.feature-list li:before{content:"✓";position:absolute;left:0;color:#4CAF50;font-weight:700}.detail-link{display:inline-flex;align-items:center;gap:.5rem;color:#4CAF50;text-decoration:none;font-weight:600;font-size:1rem;padding:.75rem 1.5rem;border:2px solid #4caf50;border-radius:50px;transition:all .3s ease;margin-top:.5rem}.detail-link:hover{background:#4CAF50;color:white;transform:translateX(5px)}.business-flow{padding:4rem 0;background:#f8f9fa}.flow-steps{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;max-width:1000px;margin:0 auto}.flow-step{background:white;padding:2rem 1.5rem;border-radius:16px;text-align:center;box-shadow:0 5px 20px rgba(0,0,0,.08);flex:1 1;min-width:180px;transition:all .3s ease}.flow-step:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#4CAF50,#2E7D32);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.flow-step h4{color:#2c3e50;margin-bottom:.5rem;font-size:1.1rem}.flow-step p{color:#6c757d;font-size:.9rem;line-height:1.4}.flow-arrow{font-size:2rem;color:#4CAF50;font-weight:700}@media (max-width:768px){.page-header{padding:3rem 1rem 2rem}.service-item{flex-direction:column;text-align:center}.service-icon-wrapper{margin:0 auto}.feature-list{grid-template-columns:1fr}.flow-steps{flex-direction:column}.flow-arrow{transform:rotate(90deg)}}