:root{--primary-blue:#0052CC;--secondary-blue:#1E40AF;--dark-navy:#1A202C;--mint-green:#A1E8DC;--salmon-pink:#FFB8A3;--light-gray:#F7FAFC;--border-gray:#E2E8F0;--text-dark:#2D3748;--text-light:#718096}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-dark);line-height:1.6}.navbar{padding:1.2rem 0}.brand-logo{font-size:1.5rem;font-weight:700;color:var(--primary-blue)}.navbar-nav .nav-link{font-weight:500;font-size:.9rem;color:var(--text-dark)!important;transition:color .3s ease}.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active{color:var(--primary-blue)!important}.dropdown-menu{border:none;box-shadow:0 4px 6px #0000001a}.cart-icon,.search-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:transparent;cursor:pointer;transition:background .3s ease;text-decoration:none}.cart-icon:hover,.search-icon:hover{background:var(--light-gray)}.badge{position:absolute;top:-5px;right:-5px;font-size:.7rem}.hero-section{min-height:50vh;background:#2563EB overflow: hidden;display:flex;align-items:center}.hero-section .z-1{position:relative;z-index:1}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;color:var(--dark-navy);margin-bottom:1.5rem}.hero-section{background:linear-gradient(90deg,#1d4ed8,#2563eb);color:#fff;padding:120px 0}.hero-subtitle{font-size:clamp(0.95rem,2vw,1.1rem);color:var(--text-light);max-width:600px;margin-left:auto;margin-right:auto;line-height:1.8}.hero-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.btn{padding:.75rem 2rem;font-weight:600;border:none;border-radius:.5rem;transition:all .3s ease;cursor:pointer;font-size:.95rem}.btn-primary{background:var(--primary-blue);color:#fff}.btn-primary:hover{background:var(--secondary-blue);transform:translateY(-2px);box-shadow:0 8px 16px #0052cc33}.btn-secondary{background:var(--mint-green);color:var(--dark-navy)}.btn-secondary:hover{background:#88ddd0}.shape-square{position:absolute;width:80px;height:80px;border:3px solid var(--mint-green);top:15%;left:5%;animation:float 6s ease-in-out infinite}.shape-circle-purple{position:absolute;width:120px;height:120px;background:#C4B5FD;border-radius:50%;bottom:20%;left:8%;animation:float 8s ease-in-out infinite .5s}.shape-circle-pink{position:absolute;width:100px;height:100px;background:#FFB8A3;border-radius:50%;bottom:10%;left:15%;animation:float 7s ease-in-out infinite 1s}.shape-triangle{position:absolute;width:0;height:0;border-left:50px solid transparent;border-right:50px solid transparent;border-bottom:80px solid #A1E8DC;bottom:15%;left:20%;animation:float 9s ease-in-out infinite 1.5s}.shape-diamond{position:absolute;width:60px;height:60px;background:#6DAADB;transform:rotate(45deg);top:30%;right:10%;animation:float 8s ease-in-out infinite .3s}.shape-circle-yellow{position:absolute;width:70px;height:70px;background:#FFD700;border-radius:50%;bottom:25%;right:5%;animation:float 7s ease-in-out infinite .7s}@keyframes float{0%,100%{transform:translateY(0px)}50%{transform:translateY(-20px)}}.card{transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.card.bar-bg:hover{background-color:#e1f0ff}.card.tools-bg:hover{background-color:#f0f7ff}.card.finance-bg:hover{background-color:#e8f6ff}.card.courts-bg:hover{background-color:#dfefff}.card .display-5{transition:transform .3s ease}.card:hover .display-5{transform:scale(1.2)}.btn-message-fixed{background:var(--primary-blue);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-message-fixed:hover{background:var(--secondary-blue);transform:translateY(-2px)}.services-section{padding:5rem 0}.py-80{padding:5rem 0}.badge-label{display:inline-block;background:#EFF6FF;color:var(--primary-blue);padding:.5rem 1rem;border-radius:2rem;font-weight:600;font-size:.85rem;margin-bottom:1rem}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--dark-navy);line-height:1.3}.mb-60{margin-bottom:4rem}.service-card{background:#fff;border-radius:1rem;overflow:hidden;transition:all .3s ease;border:1px solid var(--border-gray);height:100%}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.service-image{width:100%;height:250px;background:var(--light-gray);display:flex;align-items:center;justify-content:center;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover}.service-card>*{padding:0 1.5rem}.service-image{padding:0!important}.service-title{font-size:1.3rem;font-weight:700;color:var(--dark-navy);margin-top:1.5rem;margin-bottom:1rem}.service-description{color:var(--text-light);font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.read-more{color:var(--text-light);text-decoration:none;font-weight:500;transition:all .3s ease;display:inline-block;padding-bottom:1.5rem}.read-more span{margin-left:.5rem;transition:margin-left .3s ease}.read-more:hover{color:var(--primary-blue)}.read-more:hover span{margin-left:.8rem}.features-section{background:var(--light-gray)}.section-subtitle{font-size:1.05rem;color:var(--text-light);line-height:1.8}.feature-item{padding-bottom:1.5rem;border-bottom:1px solid var(--border-gray)}.feature-item:last-child{border-bottom:none}.feature-title{font-weight:700;color:var(--dark-navy);margin-bottom:.5rem}.feature-description{color:var(--text-light);font-size:.95rem}.case-study-section{padding:5rem 0}.case-study-card{background:#fff;border-radius:1rem;overflow:hidden;transition:all .3s ease;border:1px solid var(--border-gray)}.case-study-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.case-image{width:100%;height:250px;display:flex;align-items:center;justify-content:center;overflow:hidden}.case-image img{width:100%;height:100%}.case-content{padding:1.5rem}.case-title{font-weight:700;color:var(--dark-navy);margin-bottom:.5rem}.case-client{color:var(--text-light);font-size:.9rem}.carousel-indicators{display:flex;justify-content:center;gap:1rem}.carousel-dot{width:12px;height:12px;border-radius:50%;background:var(--border-gray);border:none;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:var(--primary-blue);width:30px;border-radius:6px}.quote{font-size:1.1rem;font-weight:500;color:var(--dark-navy);max-width:600px;margin:2rem auto 0;line-height:1.8}.quote strong{color:var(--primary-blue)}.quote-author{color:var(--text-light);margin-top:1rem}.testimonials-section{background:var(--light-gray)}.testimonial-card{background:#fff;padding:2rem;border-radius:1rem;border:1px solid var(--border-gray);transition:all .3s ease;height:100%}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.testimonial-text{color:var(--text-light);font-size:.95rem;line-height:1.8;margin-bottom:1.5rem}.testimonial-author{border-top:1px solid var(--border-gray);padding-top:1rem}.author-name{font-weight:700;color:var(--dark-navy);margin-bottom:.25rem}.author-role{color:var(--text-light);font-size:.85rem}.team-section{padding:5rem 0}.team-card{transition:all .3s ease}.team-card:hover{transform:translateY(-10px)}.team-image{width:100%;height:300px;border-radius:1rem;overflow:hidden;margin-bottom:1.5rem;background:var(--light-gray)}.team-image img{width:100%;height:100%;object-fit:cover}.team-name{font-weight:700;color:var(--dark-navy);font-size:1.1rem}.team-role{color:var(--primary-blue);font-weight:600;font-size:.85rem}.newsletter-section{background:var(--primary-blue);color:#fff}.newsletter-form{display:flex;gap:1rem}.newsletter-form .form-control{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:.95rem}.newsletter-form .form-control::placeholder{color:#999}.text-white-50{color:#ffffffb3}.footer{background:var(--dark-navy);border-top:1px solid #ffffff1a}.btn-outline-light{color:#fff;border-color:#fff;transition:all .3s ease}.btn-outline-light:hover{background:#fff;color:var(--primary-blue)}@media (max-width: 768px){.navbar-nav{padding-top:1rem}.floating-action-buttons{right:1rem;bottom:6rem}.fab-btn{width:50px;height:50px}.leave-message-btn{bottom:1rem;left:1rem}.btn-message-fixed{padding:.6rem 1rem;font-size:.85rem}.hero-title{font-size:1.8rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:250px}.shape-square,.shape-circle-purple,.shape-circle-pink,.shape-triangle,.shape-diamond,.shape-circle-yellow{opacity:.3}.section-title{font-size:1.5rem}.service-card,.case-study-card,.testimonial-card{margin-bottom:1rem}.features-section .row{flex-direction:column-reverse}.newsletter-form{flex-direction:column}.newsletter-form .form-control,.newsletter-form .btn{width:100%}}@media (max-width: 576px){.navbar-brand{font-size:1.1rem}.hero-title{font-size:1.4rem}.hero-subtitle{font-size:.9rem}.section-title{font-size:1.3rem}.badge-label{font-size:.75rem}.shape-diamond,.shape-circle-yellow{display:none}.carousel-indicators{gap:.5rem}.carousel-dot{width:8px;height:8px}.carousel-dot.active{width:24px}}.navbar{padding:1rem 0;background:#fff;transition:all .3s ease;z-index:9999}.navbar.scrolled{box-shadow:0 2px 10px #0000001a}.navbar-brand img{height:45px;width:auto}.nav-link{font-weight:600;color:var(--dark)!important;transition:color .3s}.nav-link:hover{color:var(--primary)!important}.nav-item i{margin-right:6px}.sidebar{position:fixed;top:0;left:-280px;width:260px;height:100%;background:#fff;box-shadow:2px 0 12px #0000001a;transition:left .4s ease;z-index:2000;padding:2rem 1.2rem}.sidebar.active{left:0}.sidebar .nav-link{display:block;color:var(--dark);font-weight:600;padding:.8rem 1rem;border-radius:.5rem;transition:background .3s}.sidebar .nav-link:hover{background:var(--light);color:var(--primary)}.sidebar .close-btn{position:absolute;top:1rem;right:1rem;font-size:1.5rem;color:var(--dark);cursor:pointer}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1500;display:none}.overlay.active{display:block}@media(min-width:768px){.overlay.active{display:none}}.resources-hub-section{background:linear-gradient(135deg,#f8f9fb 0%,#f0f2f7 100%);padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;color:#1a1a2e;margin-bottom:10px;text-align:center}.section-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:0}.search-container{max-width:600px;margin:0 auto 40px}.search-wrapper{position:relative;display:flex;align-items:center;background:#fff;border-radius:50px;padding:12px 24px;box-shadow:0 4px 20px #00000014;transition:box-shadow .3s ease}.search-wrapper:hover,.search-wrapper:focus-within{box-shadow:0 8px 30px #0000001f}.search-wrapper i{color:#999;margin-right:12px;font-size:1.1rem}.resource-search-input{border:none;outline:none;font-size:1rem;color:#333;width:100%;background:transparent}.resource-search-input::placeholder{color:#999}.filter-buttons-wrapper{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.filter-btn{padding:10px 24px;border:2px solid #e0e0e0;background:#fff;color:#333;border-radius:25px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.filter-btn:hover{border-color:#1976d2;color:#1976d2}.filter-btn.active{background:#1976d2;color:#fff;border-color:#1976d2}.resources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:40px}.resource-card{background:#fff;border-radius:16px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 15px #00000014;display:flex;flex-direction:column;opacity:1;animation:slideIn .4s ease}@keyframes slideIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.resource-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000026}.resource-card.hidden{display:none}.card-background{height:140px;display:flex;align-items:center;justify-content:center;font-size:3.5rem;color:#fff;position:relative;overflow:hidden}.card-background::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;opacity:.9;z-index:0}.card-background i{position:relative;z-index:1}.courts-bg{background:linear-gradient(135deg,#e3f2fd 0%,#bbdefb 100%);color:#1976d2}.courts-bg i{color:#1976d2}.tools-bg{background:linear-gradient(135deg,#f3e5f5 0%,#e1bee7 100%);color:#8e24aa}.tools-bg i{color:#8e24aa}.finance-bg{background:linear-gradient(135deg,#fff3e0 0%,#ffe0b2 100%);color:#f57c00}.finance-bg i{color:#f57c00}.bar-bg{background:linear-gradient(135deg,#e0f2f1 0%,#b2dfdb 100%);color:#00897b}.bar-bg i{color:#00897b}.card-title{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin:20px;margin-bottom:8px;text-align:center}.card-description{font-size:.9rem;color:#666;margin:0 20px 16px;text-align:center;flex-grow:1}.card-link{display:inline-flex;align-items:center;gap:8px;margin:0 20px 20px;color:#1976d2;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease}.card-link:hover{color:#1565c0;gap:12px}.card-link i{font-size:.8rem;transition:transform .3s ease}.no-results-message{padding:60px 20px;color:#999}.no-results-message i{font-size:3rem;color:#ddd;margin-bottom:20px;display:block}.no-results-message p{font-size:1.1rem;margin:0}@media (max-width: 768px){.resources-hub-section{padding:50px 0}.section-title{font-size:2rem}.resources-grid{grid-template-columns:repeat(2,1fr);gap:16px}.filter-buttons-wrapper{gap:8px}.filter-btn{padding:8px 16px;font-size:.85rem}}@media (max-width: 576px){.section-title{font-size:1.5rem}.section-subtitle{font-size:.95rem}.resources-grid{grid-template-columns:repeat(2,1fr)}.card-background{height:120px;font-size:2.5rem}.filter-buttons-wrapper{gap:6px}.filter-btn{padding:6px 12px;font-size:.8rem}}.court-section .btn-sm{font-size:.8rem;padding:4px 12px;border-radius:20px}.court-section .accordion-button{font-size:1rem;font-weight:600}