.process-workflow-section{padding:5rem 0;background:#0f172a var(--tw-gradient-to-position);width:100%;position:relative;overflow:hidden}.process-workflow-background{position:absolute;inset:0;opacity:.1}.process-workflow-container{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem;position:relative;z-index:10;box-sizing:border-box}@media (min-width:640px){.process-workflow-container{padding:0 1.5rem}}@media (min-width:768px){.process-workflow-container{padding:0 2rem}}@media (min-width:1024px){.process-workflow-container{padding:0 2.5rem}}@media (min-width:1280px){.process-workflow-container{padding:0 3rem}}.process-workflow-header{text-align:center;margin-bottom:4rem;transition:all .3s ease}.process-workflow-fade-in-up{opacity:1;transform:translateY(0)}.process-workflow-fade-out{opacity:0;transform:translateY(0)}.process-workflow-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:white;line-height:1.2}@media (min-width:768px){.process-workflow-title{font-size:2.25rem}}@media (min-width:1024px){.process-workflow-title{font-size:3rem}}.process-workflow-subtitle{font-size:1.125rem;color:#bfdbfe;max-width:48rem;margin:0 auto;line-height:1.6}@media (min-width:768px){.process-workflow-subtitle{font-size:1.25rem}}.process-workflow-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.process-workflow-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.process-workflow-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}@media (min-width:1024px){.process-workflow-grid:not(:has(>:nth-child(3))){grid-template-columns:repeat(2,minmax(0,1fr))}.process-workflow-grid:not(:has(>:nth-child(4))):has(>:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))}.process-workflow-grid:has(>:nth-child(6)):not(:has(>:nth-child(7))){grid-template-columns:repeat(3,minmax(0,1fr))}.process-workflow-grid:has(>:nth-child(8)):not(:has(>:nth-child(9))){grid-template-columns:repeat(4,minmax(0,1fr))}}.process-workflow-card-wrapper{transition:all .3s ease;position:relative}.process-workflow-card{background-color:rgba(255,255,255,.1);backdrop-filter:blur(4px);border-radius:1rem;border:1px solid rgba(255,255,255,.2);padding:1.5rem;display:flex;flex-direction:column;height:100%;transition:all .5s ease;position:relative}@media (min-width:1024px){.process-workflow-card{padding:2rem}}.process-workflow-card:hover{transform:scale(1.05);background-color:rgba(255,255,255,.2)}.process-workflow-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.process-workflow-icon-container{position:relative}.process-workflow-icon-wrapper{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;transition:all .3s ease;flex-shrink:0}.process-workflow-card:hover .process-workflow-icon-wrapper{transform:scale(1.1)}.process-workflow-icon{width:2rem;height:2rem}.process-workflow-step-badge{position:absolute;top:-.5rem;right:-.5rem;width:2rem;height:2rem;background-color:white;border-radius:50%;display:flex;align-items:center;justify-content:center}.process-workflow-step-number{font-size:.875rem;font-weight:700;color:#1A5276}.process-workflow-card-title-section{flex:1}.process-workflow-card-title{font-size:1.25rem;font-weight:700;color:white;line-height:1.2;margin-bottom:.25rem}@media (min-width:1024px){.process-workflow-card-title{font-size:1.5rem}}.process-workflow-duration{color:#bfdbfe;font-size:.875rem}.process-workflow-card-content{flex:1}.process-workflow-description{color:#bfdbfe;font-size:.875rem;margin-bottom:1rem;line-height:1.6}@media (min-width:1024px){.process-workflow-description{font-size:1rem}}.process-workflow-details{margin-top:1rem}.process-workflow-details-title{font-size:.875rem;font-weight:600;color:#bfdbfe;margin-bottom:.5rem}.process-workflow-details-list{display:flex;flex-direction:column;gap:.25rem}.process-workflow-detail-item{display:flex;align-items:center;gap:.5rem}.process-workflow-detail-bullet{width:.375rem;height:.375rem;background-color:#93c5fd;border-radius:50%;flex-shrink:0}.process-workflow-detail-text{color:#bfdbfe;font-size:.75rem}.process-workflow-arrow{position:absolute;top:50%;right:-1.25rem;transform:translateY(-50%);display:none}@media (min-width:1024px){.process-workflow-arrow{display:block}}.process-workflow-arrow-icon{width:1.5rem;height:1.5rem;color:rgba(255,255,255,.5)}.process-workflow-stats{margin-top:4rem;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;transition:all .3s ease}@media (min-width:768px){.process-workflow-stats{grid-template-columns:repeat(4,1fr)}}.process-workflow-stat{text-align:center}.process-workflow-stat-number{font-size:2.25rem;font-weight:700;color:white;margin-bottom:.5rem}.process-workflow-stat-label{color:#bfdbfe}