.process-section{margin-top:-3rem}.process-timeline{max-width:900px;margin:0 auto;position:relative}.process-timeline::before{content:"";position:absolute;left:40px;top:80px;bottom:80px;width:2px;background:linear-gradient(180deg,var(--primary-blue) 0,var(--cyan-blue) 100%)}.process-step{display:flex;gap:3rem;margin-bottom:4rem;position:relative}.step-number{flex-shrink:0;width:80px;height:80px;background:var(--gradient-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:2rem;font-weight:var(--font-weight-light);box-shadow:0 8px 20px rgba(59,130,246,.3);z-index:2;position:relative}.step-content{flex:1;background:var(--white);padding:2.5rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:1px solid var(--blue-100);transition:all var(--transition-base)}.step-content:hover{transform:translateX(10px);box-shadow:var(--shadow-lg);border-color:var(--primary-blue)}.step-icon{width:60px;height:60px;background:var(--gradient-light-blue);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:var(--primary-blue);margin-bottom:1.5rem}.step-icon i{width:32px;height:32px}.step-title{font-size:1.75rem;font-weight:var(--font-weight-regular);color:var(--navy-blue);margin-bottom:1rem}.step-description{color:var(--gray-600);font-weight:var(--font-weight-light);line-height:1.8;margin-bottom:1.5rem}.step-features{list-style:none;display:flex;flex-direction:column;gap:.75rem}.step-features li{display:flex;align-items:center;gap:.625rem;color:var(--gray-700);font-weight:var(--font-weight-light)}.step-features li i{width:18px;height:18px;color:var(--primary-blue)}.workflow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:3rem auto 0}.workflow-card{background:var(--white);padding:2.5rem 2rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:1px solid var(--blue-100);text-align:center;transition:all var(--transition-base);position:relative}.workflow-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--primary-blue)}.workflow-time{position:absolute;top:-15px;left:50%;transform:translateX(-50%);padding:.375rem 1rem;background:var(--gradient-blue);color:var(--white);border-radius:var(--radius-full);font-size:.8rem;font-weight:var(--font-weight-medium);white-space:nowrap}.workflow-icon{width:70px;height:70px;background:var(--gradient-light-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary-blue)}.workflow-icon i{width:32px;height:32px}.workflow-card h4{font-size:1.25rem;font-weight:var(--font-weight-medium);color:var(--navy-blue);margin-bottom:.875rem}.workflow-card p{color:var(--gray-600);font-weight:var(--font-weight-light);line-height:1.7;font-size:.95rem}.oversight-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.oversight-text{max-width:600px}.large-text{font-size:1.15rem;color:var(--gray-600);font-weight:var(--font-weight-light);line-height:1.8;margin-bottom:3rem}.oversight-features{display:flex;flex-direction:column;gap:2rem}.oversight-feature{display:flex;gap:1.25rem;align-items:flex-start}.feature-icon-small{width:50px;height:50px;background:var(--gradient-light-blue);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--primary-blue);flex-shrink:0}.feature-icon-small i{width:24px;height:24px}.oversight-feature h4{font-size:1.15rem;font-weight:var(--font-weight-medium);color:var(--navy-blue);margin-bottom:.5rem}.oversight-feature p{color:var(--gray-600);font-weight:var(--font-weight-light);line-height:1.7;margin:0}.oversight-card{background:var(--white);padding:2rem;border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);border:2px solid var(--blue-100)}.approval-mockup{background:var(--gray-50);border-radius:var(--radius-xl);overflow:hidden;border:2px solid var(--blue-200)}.approval-header{background:linear-gradient(135deg,#f59e0b 0,#ea580c 100%);padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;color:var(--white);font-weight:var(--font-weight-medium)}.approval-header i{width:20px;height:20px}.approval-content{padding:2rem}.approval-item{display:flex;align-items:center;gap:1rem;background:var(--white);padding:1.25rem;border-radius:var(--radius-md);margin-bottom:1.5rem;border:1px solid var(--blue-100)}.approval-item i{width:24px;height:24px;color:var(--primary-blue)}.approval-item span{color:var(--navy-blue);font-weight:var(--font-weight-medium)}.approval-actions{display:flex;gap:1rem}.approve-btn,.edit-btn{flex:1;padding:.875rem 1.5rem;border-radius:var(--radius-md);font-weight:var(--font-weight-medium);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all var(--transition-base)}.approve-btn{background:var(--gradient-blue);color:var(--white)}.approve-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.edit-btn{background:var(--white);color:var(--primary-blue);border:2px solid var(--primary-blue)}.edit-btn:hover{background:var(--blue-50)}.approve-btn i,.edit-btn i{width:18px;height:18px}@media (max-width:1024px){.workflow-grid{grid-template-columns:repeat(2,1fr)}.oversight-content{grid-template-columns:1fr}.oversight-visual{order:-1}}@media (max-width:768px){.process-timeline::before{left:30px}.step-number{width:60px;height:60px;font-size:1.5rem}.process-step{gap:2rem}.step-content{padding:2rem 1.5rem}.step-title{font-size:1.5rem}.workflow-grid{grid-template-columns:1fr}}@media (max-width:480px){.process-timeline::before{display:none}.process-step{flex-direction:column;gap:1.5rem}.step-number{margin:0 auto}.oversight-features{gap:1.5rem}.approval-actions{flex-direction:column}}