:root{--brand-light:#e5dfd1;--brand-primary:#a02104;--brand-secondary:#b22b02;--text-dark:#333;--text-light:#666;--white:#fff;--light-bg:#f8f9fa;--section-padding:80px 20px}.process-section{margin:0 auto;max-width:1200px;padding:var(--section-padding)}.section-header{margin-bottom:60px;text-align:center}.section-tag{background-color:var(--brand-light);border-radius:30px;color:var(--brand-primary);display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:15px;padding:8px 20px}.section-title{color:var(--text-dark);font-size:2.5rem;line-height:1.3;margin-bottom:20px}.section-subtitle{color:var(--text-light);font-size:1.2rem;margin:0 auto;max-width:800px}.process-steps{display:flex;flex-direction:column;gap:40px}.process-step{background:var(--white);border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.08);display:flex;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.process-step:hover{box-shadow:0 15px 35px rgba(0,0,0,.12);transform:translateY(-5px)}.step-number-container{align-items:center;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));color:var(--white);display:flex;justify-content:center;min-width:120px;padding:30px;text-align:center}.step-number{font-size:3.5rem;font-weight:700;line-height:1}.step-image{flex-shrink:0;overflow:hidden;width:350px}.step-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.process-step:hover .step-image img{transform:scale(1.05)}.step-content{display:flex;flex:1;flex-direction:column;justify-content:center;padding:40px}.step-title{color:var(--text-dark);font-size:1.6rem;margin-bottom:20px}.step-text{color:var(--text-light);font-size:1.1rem;line-height:1.7}.process-step:nth-child(2n){flex-direction:row-reverse}@media (max-width:1100px){.step-image{width:300px}}@media (max-width:992px){.process-step{flex-direction:column!important}.step-number-container{flex-direction:row;gap:15px;min-width:auto;padding:20px}.step-number{font-size:3rem}.step-image{height:300px;width:100%}.step-content{padding:30px 25px}}@media (max-width:768px){.section-title{font-size:2rem}.step-content{padding:25px 20px}.step-title{font-size:1.4rem}.step-image{height:250px}}