:root{--primary:#0072BC;--secondary:#005D99;--tertiary:#003E66;--red-primary:#ED1B2E;--red-secondary:#BD0F1F;--red-tertiary:#8E0B17;--text-primary:#1A1A1A;--text-secondary:#262626;--text-tertiary:#333333;--text-white:#fff;--text-muted:#CDCDCD;--primary-font:"Oxanium",sans-serif;--secondary-font:"Open Sans",sans-serif}.solutionsPage{font-family:Inter,sans-serif;color:#222;display:flex;flex-direction:column;gap:4rem;padding:120px 2rem 2rem;background:#f9fafc}.solutionsPage h1,.solutionsPage h2,.solutionsPage h3{margin:0;font-weight:600}.solutionsPage p{margin:.5rem 0 1rem;color:var(--text-muted);line-height:1.5}.solutionsPage .heroSection{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:4rem 2rem;border-radius:1.5rem;background:linear-gradient(135deg,#004aad,#007bff);color:#fff}.solutionsPage .heroSection .heroContent{max-width:600px}.solutionsPage .heroSection .heroContent h1{font-size:2.5rem;margin-bottom:1rem}.solutionsPage .heroSection .heroContent p{font-size:1.2rem;margin-bottom:2rem}.solutionsPage .heroSection .heroContent .ctaBtn{padding:.8rem 2rem;font-size:1rem;font-weight:600;color:var(--primary);background:#fff;border:none;border-radius:2rem;cursor:pointer;transition:all .3s ease}.solutionsPage .heroSection .heroContent .ctaBtn:hover{background:var(--tertiary);color:#fff;transform:translateY(-2px)}.solutionsPage .heroSection .heroImg{border-radius:1rem;object-fit:cover;max-width:500px;height:auto}.solutionsPage .solutionsSection{text-align:center;padding:0 2rem}.solutionsPage .solutionsSection h2{font-size:2rem;margin-bottom:3rem;color:#222}.solutionsPage .solutionsSection .solutionsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2.5rem;gap:2.5rem;max-width:1200px;margin:0 auto}.solutionsPage .solutionsSection .solutionCard{background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;transition:all .25s ease;display:flex;flex-direction:column;overflow:hidden;cursor:pointer}.solutionsPage .solutionsSection .solutionCard .cardImg{width:100%;height:280px;object-fit:cover;transition:transform .3s ease}.solutionsPage .solutionsSection .solutionCard h3{font-size:1.1rem;margin:1.25rem 1.25rem .5rem;color:var(--primary);font-weight:600}.solutionsPage .solutionsSection .solutionCard p{font-size:.9rem;color:var(--text-tertiary);padding:0 1.25rem 1.25rem;line-height:1.5}.solutionsPage .solutionsSection .solutionCard:hover{border-color:var(--primary);box-shadow:0 4px 12px rgba(0,74,173,.08)}.solutionsPage .solutionsSection .solutionCard:hover .cardImg{transform:scale(1.05)}@media(max-width:768px){.solutionsPage .solutionsSection{padding:0}}.solutionsPage .ctaSection{text-align:center;background:linear-gradient(135deg,#1e90ff,#004aad);color:#fff;padding:4rem 2rem;border-radius:1.5rem}.solutionsPage .ctaSection h2{font-size:2rem;margin-bottom:2rem;color:#fff}.solutionsPage .ctaSection .ctaBtn{padding:1rem 2.5rem;background-color:#fff;color:#0a3d62;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.solutionsPage .ctaSection .ctaBtn:hover{background-color:var(--tertiary);color:#fff;transform:translateY(-3px)}@media(max-width:768px){.solutionsPage{padding:120px 10px}.solutionsPage .heroSection{flex-direction:column;text-align:center}.solutionsPage .heroSection .heroContent,.solutionsPage .heroSection .heroImg{max-width:100%}}