.services-banner{display:flex;background-color:#e6eae5;border-radius:12px;overflow:hidden;margin:40px auto;max-width:1200px;min-height:280px;position:relative;box-shadow:0 4px 20px #0000000d}.services-banner-content{flex:1.2;padding:50px 60px;display:flex;flex-direction:column;justify-content:center;z-index:2}.services-banner-content h1{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:16px}.services-banner-content p{font-size:1.05rem;color:#374151;line-height:1.6;max-width:90%}.services-banner-image{flex:1;background-image:url(/assets/images/rules_gavel.png);background-size:cover;background-position:center;clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);position:relative}.services-banner-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#e6eae5;clip-path:polygon(15% 0,16% 0,1% 100%,0 100%)}.rules-main-section{max-width:1200px;margin:60px auto 100px}.rules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.sector-card{background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:24px;display:flex;justify-content:space-between;align-items:center;width:100%;min-height:120px;transition:all .2s;box-shadow:0 4px 10px #00000008}.sector-card:hover{box-shadow:0 10px 20px #00000014;transform:translateY(-2px)}.sector-card-left{display:flex;align-items:center;gap:20px;flex:1}.sector-card-icon{width:64px;height:64px;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#111827}.sector-card-icon svg{width:28px;height:28px}.sector-card-text{flex:1}.sector-card-text h3{font-size:1.2rem;font-weight:600;color:#111827;margin-bottom:6px}.sector-card-text p{font-size:.9rem;color:#4b5563;line-height:1.5}.sector-card-arrow{color:#111827;display:flex;align-items:center;justify-content:center;padding:8px;transition:transform .2s;text-decoration:none}.sector-card:hover .sector-card-arrow{transform:translate(4px)}.sector-card-arrow svg{width:18px;height:18px}@media (max-width: 992px){.services-banner{flex-direction:column;margin:0;border-radius:0;min-height:auto}.services-banner-image{min-height:240px;clip-path:none;background-image:none;background-color:#e6eae5}.services-banner-image:before{display:none}.services-banner-content{padding:40px 24px}.rules-main-section{padding:0 20px;margin-top:30px}.rules-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.rules-grid{grid-template-columns:1fr}}
