.audit-page{min-height:100vh;background-color:#fff}.page-title-wrapper{text-align:center;padding:5rem 2rem 3rem;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.page-title-wrapper:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-title{font-size:3.5rem;color:#fff;margin:0;font-weight:800;position:relative;z-index:1;text-shadow:0 4px 20px rgba(0,0,0,.2);letter-spacing:-1px}.content-wrapper{max-width:1400px;margin:40px auto;padding:0 40px}.process-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:30px}.process-step{width:calc(25% - 55px);min-width:0;border-radius:12px;padding:30px 20px;box-shadow:0 10px 30px #00000014;transition:all .3s ease;position:relative;display:flex;flex-direction:column;align-items:center;background:#fff}.process-step:nth-child(1){border-top:5px solid #2196f3}.process-step:nth-child(2){border-top:5px solid #f44336}.process-step:nth-child(3){border-top:5px solid #9c27b0}.process-step:nth-child(4){border-top:5px solid #4caf50}.process-step:hover{transform:translateY(-10px);box-shadow:0 15px 35px #0000001a}.step-number{position:absolute;top:-20px;left:20px;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:#fff}.process-step:nth-child(1) .step-number{background:#2196f3}.process-step:nth-child(2) .step-number{background:#f44336}.process-step:nth-child(3) .step-number{background:#9c27b0}.process-step:nth-child(4) .step-number{background:#4caf50}.step-icon{padding:15px;margin-bottom:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.process-step:nth-child(1) .step-icon{background:#2196f31a}.process-step:nth-child(2) .step-icon{background:#f443361a}.process-step:nth-child(3) .step-icon{background:#9c27b01a}.process-step:nth-child(4) .step-icon{background:#4caf501a}.step-icon svg{width:50px;height:50px;transition:all .3s ease}.process-step:nth-child(1) .step-icon svg{fill:#2196f3}.process-step:nth-child(2) .step-icon svg{fill:#f44336}.process-step:nth-child(3) .step-icon svg{fill:#9c27b0}.process-step:nth-child(4) .step-icon svg{fill:#4caf50}.process-step:hover .step-icon{transform:scale(1.1)}.step-title{font-size:22px;font-weight:700;margin-bottom:20px;text-align:center;position:relative;padding-bottom:15px}.process-step:nth-child(1) .step-title{color:#2196f3}.process-step:nth-child(2) .step-title{color:#f44336}.process-step:nth-child(3) .step-title{color:#9c27b0}.process-step:nth-child(4) .step-title{color:#4caf50}.step-title:after{content:"";position:absolute;width:40px;height:3px;bottom:0;left:50%;transform:translate(-50%)}.process-step:nth-child(1) .step-title:after{background:#2196f3}.process-step:nth-child(2) .step-title:after{background:#f44336}.process-step:nth-child(3) .step-title:after{background:#9c27b0}.process-step:nth-child(4) .step-title:after{background:#4caf50}.step-content ul{padding-left:0;list-style-type:none;width:100%}.step-content li{margin-bottom:12px;position:relative;padding-left:28px;font-size:15px;color:#555}.step-content li:before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;background-size:contain;background-repeat:no-repeat}.process-step:nth-child(1) .step-content li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232196f3'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E")}.process-step:nth-child(2) .step-content li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f44336'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E")}.process-step:nth-child(3) .step-content li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239c27b0'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E")}.process-step:nth-child(4) .step-content li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234caf50'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E")}.sample-button-wrapper{text-align:right;margin:20px 0 40px}.btn-sample{display:inline-block;padding:8px 30px 8px 5px;position:relative;color:#3682f4;text-transform:uppercase;text-decoration:none;font-weight:600;transition:all .2s ease}.btn-sample:after{content:"→";position:absolute;right:10px;top:0;height:100%;font-size:18px;transition:all .2s ease;color:#ea401f;display:flex;align-items:center}.btn-sample:hover{color:#3682f4cc}.btn-sample:hover:after{right:0}.goals-section{max-width:900px;margin:40px auto;padding:30px;background:#f8f9fa;border-radius:16px;box-shadow:0 4px 15px #00000014;border:1px solid #e5e7eb}.goals-section p{line-height:1.8;color:#555;margin:0;font-size:1.05rem}.section-heading{text-align:center;font-size:2rem;color:#2c3e50;margin:3rem 0 2rem;position:relative;padding-bottom:15px;font-weight:700}.section-heading:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#3498db,#ff5501);border-radius:2px}.coverage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:3rem 0}.coverage-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 15px #00000014;border:2px solid #f0f0f0;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.coverage-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #667eea33;border-color:#667eea}.coverage-card h4{color:#2c3e50;margin-bottom:15px;font-size:1.2rem;font-weight:700}.coverage-card ul{list-style:none;padding-left:0}.coverage-card ul li{padding-left:25px;position:relative;margin-bottom:10px;color:#555;line-height:1.6}.coverage-card ul li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1.1em}.cta-section{text-align:center;margin:4rem 0 3rem}.btn{display:inline-block;padding:16px 40px;font-size:1.1rem;font-weight:700;text-align:center;text-decoration:none;color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}.btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:all .6s ease}.btn:hover:before{left:100%}.btn:hover:after{width:300px;height:300px}.btn-raised{box-shadow:0 6px 20px #00000026}.btn-raised:hover{transform:translateY(-6px) scale(1.05);box-shadow:0 16px 45px #0000004d}.btn-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.btn-blue:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.audit-page .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;border:3px solid #fff!important;box-shadow:0 8px 25px #0003;font-weight:700}.audit-page .btn-primary:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 40px #0000004d;background:linear-gradient(135deg,#764ba2,#667eea)!important}@media (max-width: 1280px){.process-container{justify-content:center}.process-step{width:calc(50% - 50px);margin-bottom:30px}}@media (max-width: 768px){.page-title{font-size:2.5rem}.process-step{width:100%;margin-bottom:40px}.step-title{font-size:20px}.step-content li{font-size:14px}.coverage-grid{grid-template-columns:1fr}.btn{width:100%;max-width:300px}}
