:root{--brand-navy:#1A1A1A}.container{max-width:1200px;margin:0 auto;padding:0 20px}.process-hero{position:relative;background:url(/img/about-2.png) 50%/cover no-repeat;min-height:320px;display:flex;align-items:center;overflow:hidden}.process-hero-overlay{position:absolute;inset:0;background:linear-gradient(120deg,rgba(10,10,15,.75),rgba(10,10,15,.45) 55%,rgba(10,10,15,.15))}.process-hero-content{position:relative;z-index:2;padding:70px 0}.process-hero-content h1{color:#fff;font-size:42px;font-weight:700;margin:0 0 16px}.breadcrumb{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);padding:8px 18px;border-radius:4px;font-size:14px}.breadcrumb a{color:#fff;text-decoration:none;opacity:.85}.breadcrumb a:hover{opacity:1}.breadcrumb span{color:rgba(255,255,255,.6)}.breadcrumb .active{color:var(--brand-red);font-weight:600}.section-heading{text-align:center;max-width:650px;margin:0 auto 55px}.section-heading .eyebrow{color:var(--brand-red);font-weight:700;font-size:13px;letter-spacing:1.5px;text-transform:uppercase}.section-heading h2{font-size:30px;font-weight:700;color:var(--brand-navy);margin-top:12px;line-height:1.35}.process-intro-section{padding:90px 0 70px;background:#fff}.intro-grid{display:grid;grid-template-columns:220px 1fr;gap:50px;align-items:center}.intro-icon-circle,.intro-icon-col{display:flex;justify-content:center}.intro-icon-circle{width:180px;height:180px;border-radius:50%;background:linear-gradient(145deg,var(--brand-red),#DE3337);align-items:center;color:#fff;font-size:70px;box-shadow:0 25px 50px rgba(187,0,38,.3);position:relative}.intro-icon-circle:before{content:"";position:absolute;inset:-14px;border:2px dashed rgba(187,0,38,.3);border-radius:50%}.intro-text-col .eyebrow{color:var(--brand-red);font-weight:700;font-size:13px;letter-spacing:1.5px;text-transform:uppercase}.intro-text-col h2{font-size:32px;font-weight:700;color:var(--brand-navy);margin:14px 0 18px;line-height:1.3}.intro-text-col p{font-size:15.5px;color:#555;line-height:1.85;margin:0}.process-steps-section{padding:10px 0;background:linear-gradient(rgba(247,248,250,.85),rgba(247,248,250,.048)),url(/img/process-bg.png);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.process-steps-wrap{position:relative;max-width:980px;margin:0 auto}.process-steps-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:repeating-linear-gradient(180deg,rgba(187,0,38,.35) 0,rgba(187,0,38,.35) 8px,transparent 0,transparent 16px);transform:translateX(-50%)}.process-step-card{position:relative;width:50%;padding:0 50px 60px;box-sizing:border-box}.step-left{left:0;text-align:right}.step-right{left:50%;text-align:left}.step-card-inner{background:#DE3337;background-image:url(/img/footer.png);background-size:cover;background-position:50%;border-radius:10px;padding:20px;box-shadow:0 15px 35px rgba(0,0,0,.06);position:relative;transition:transform .35s ease,box-shadow .35s ease}.process-step-card:hover .step-card-inner{transform:translateY(-8px);box-shadow:0 25px 45px rgba(0,0,0,.1)}.step-tag{display:inline-block;background:rgba(187,0,38,.1);font-size:12px;font-weight:700;letter-spacing:.5px;padding:5px 14px;border-radius:20px}.step-icon,.step-tag{color:#fff;margin-bottom:18px}.step-icon{width:58px;height:58px;border-radius:50%;background:var(--brand-navy);display:flex;align-items:center;justify-content:center;font-size:24px}.step-left .step-icon{margin-left:auto}.step-right .step-icon{margin-right:auto}.step-card-inner h4{font-size:19px;font-weight:700;color:var(--brand-navy);margin:0 0 12px}.step-card-inner p{font-size:14.5px;color:#eeeeee;line-height:1.75;margin:0}.step-dot{position:absolute;top:6px;width:16px;height:16px;background:var(--brand-red);border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 4px rgba(187,0,38,.15)}.step-left .step-dot{right:-8px}.step-right .step-dot{left:-8px}.special-note-section{padding:90px 0;background:#fff}.special-note-box{background:var(--brand-navy);border-radius:14px;padding:60px;position:relative;overflow:hidden}.special-note-box:before{top:-80px;right:-80px;width:260px;height:260px;opacity:.15}.special-note-box:after,.special-note-box:before{content:"";position:absolute;background:var(--brand-red);border-radius:50%}.special-note-box:after{bottom:-100px;left:-60px;width:220px;height:220px;opacity:.1}.special-note-header{position:relative;z-index:2;text-align:center;max-width:700px;margin:0 auto 45px}.special-note-header .eyebrow{color:var(--brand-red);font-weight:700;font-size:13px;letter-spacing:1.5px;text-transform:uppercase}.special-note-header h3{color:#fff;font-size:27px;font-weight:700;margin:14px 0 16px;line-height:1.35}.special-note-header p{color:rgba(255,255,255,.75);font-size:15px;line-height:1.8;margin:0}.requirements-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,1fr);gap:16px 30px}.requirement-item{display:flex;align-items:flex-start;gap:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:16px 20px;transition:background .3s ease,border-color .3s ease,transform .3s ease}.requirement-item:hover{background:rgba(187,0,38,.15);border-color:rgba(187,0,38,.4);transform:translateY(-3px)}.req-check{color:var(--brand-red);font-size:17px;margin-top:2px;flex-shrink:0}.requirement-item span{color:#fff;font-size:14.5px;line-height:1.6}@media (max-width:1024px){.intro-grid{grid-template-columns:1fr;text-align:center;gap:36px}.intro-icon-circle{width:180px;height:180px;font-size:56px}.requirements-grid{grid-template-columns:1fr}}@media (max-width:768px){.process-hero-content h1{font-size:32px}.process-intro-section{padding:60px 0 40px}.intro-text-col h2{font-size:26px}.process-steps-section{padding:60px 0}.section-heading h2{font-size:24px}.process-steps-line{left:20px}.process-step-card{width:100%;left:0!important;text-align:left!important;padding:0 0 40px 50px}.step-left .step-icon,.step-right .step-icon{margin-left:0;margin-right:auto}.step-left .step-dot,.step-right .step-dot{left:12px;right:auto}.special-note-box{padding:40px 28px}.special-note-header h3{font-size:22px}}@media (max-width:480px){.process-hero{min-height:220px}.process-hero-content h1{font-size:26px}.intro-icon-circle{width:180px;height:180px;font-size:44px}.step-card-inner{padding:28px 22px}.special-note-box{padding:32px 20px}.requirement-item{padding:14px 16px}}