@import url("https://fonts.googleapis.com/css2?family=Just+Me+Again+Down+Here&family=Knewave&family=Margarine&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Shadows+Into+Light&display=swap");@import url("https://fonts.googleapis.com/css2?family=Just+Me+Again+Down+Here&family=Knewave&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Shadows+Into+Light&display=swap");@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Just+Me+Again+Down+Here&family=Knewave&family=Margarine&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Shadows+Into+Light&display=swap");.home,.home-container{font-family:Open Sans,serif;font-weight:400;font-style:normal}.home{background-color:var(--background)}.services-section{padding:40px 0}.services-container{max-width:1200px;margin:0 auto}.services-title{font-size:2.5rem;text-align:center;color:#2b4cbf}.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.service-card{padding:24px;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:box-shadow .3s}.service-card:hover{box-shadow:0 6px 12px rgba(0,0,0,.2)}.service-title{font-size:1.25rem;color:#2b4cbf;margin-bottom:16px}.service-description{color:#444;margin-bottom:16px}.learn-more{color:#2b4cbf;text-decoration:none;font-weight:700}.service-image{object-fit:cover;border-radius:8px}.features-section{padding:40px 0;backdrop-filter:blur(10px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.features-container{width:80%;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin:0 auto}.feature-card{text-align:center;padding:24px;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:box-shadow .3s}.feature-card:hover{box-shadow:0 6px 12px rgba(0,0,0,.2)}.feature-title{font-size:1.25rem;color:#2b4cbf;margin-bottom:16px}.feature-description{color:#444}.image-wrapper{position:relative;width:100%;height:200px}.feature-image{object-fit:cover;border-radius:8px}.team-section{padding:40px 0}.team-container{max-width:1200px;margin:0 auto}.team-title{font-size:2.5rem;text-align:center;color:#2b4cbf;margin-bottom:32px}.team-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.team-card{text-align:center}.team-name{font-size:1.25rem;color:#2b4cbf;margin-bottom:8px}.team-role{color:#777}.team-image{border-radius:50%;object-fit:cover}.footer{background-color:#2b4cbf;color:#fff;padding:48px 16px}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:32px}.footer-section{margin-bottom:24px}.footer-section-title{font-size:1.25rem;color:#fff;margin-bottom:16px}.footer-section-address{color:#d1d1d1}.footer-container .footer-section a{color:#d1d1d1;text-decoration:none;font-weight:700}.footer-container .footer-section a:hover{color:#87cefa}@media (max-width:768px){.features-section .features-container,.services-section .service-cards,.team-section .team-cards{grid-template-columns:1fr}.footer-container{grid-template-columns:1fr 1fr}}