:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body,html,#root{height:100%;margin:0;padding:0;font-family:Inter,Arial,sans-serif;background:#f5f6fa}.page-bg{min-height:100vh;width:100vw;background:linear-gradient(135deg,#28aee6,#392e9b);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:110px;box-sizing:border-box}.navbar{width:100vw;background:#fff;color:#232852;display:flex;align-items:center;justify-content:space-between;padding:.7rem 2.2rem;box-sizing:border-box;position:fixed;top:0;left:0;z-index:10;box-shadow:0 2px 12px #23285217}.navbar-logo{display:flex;align-items:center}.navbar-title{font-size:1.38rem;font-weight:700;letter-spacing:.5px}.navbar-links{list-style:none;display:flex;gap:2rem;margin:0;padding:0}.navbar-link{color:#232852;text-decoration:none;font-size:1.07rem;font-weight:500;transition:color .2s}.navbar-link:hover{color:#28aee6}.content-card{background:#fff;border-radius:22px;box-shadow:0 8px 32px #23285212;padding:2.7rem 2.4rem 2.2rem;margin:2rem auto;max-width:620px;width:96vw;display:flex;flex-direction:column;align-items:center}.home-card img.hero-logo{width:120px;margin-bottom:1.2rem;border-radius:16px;box-shadow:0 2px 8px #28aee614}.hero-tagline{color:#232852;font-size:2rem;font-weight:700;text-align:center;max-width:600px;margin-bottom:1.2rem;line-height:1.2}.hero-intro{color:#495473;font-size:1.1rem;max-width:540px;margin:0 0 1.9rem;text-align:center;line-height:1.7}.hero-cta{display:inline-block;background:linear-gradient(90deg,#28aee6,#392e9b);color:#fff;font-size:1.05rem;font-weight:600;padding:.7em 1.8em;border-radius:2em;text-decoration:none;box-shadow:0 3px 18px #28aee621;transition:background .18s,box-shadow .18s,transform .13s;margin-bottom:1.5rem}.hero-cta:hover{background:linear-gradient(90deg,#392e9b,#28aee6);box-shadow:0 6px 28px #28aee630;transform:translateY(-2px) scale(1.04)}.about-title{color:#232852;font-size:1.7rem;font-weight:700;margin-bottom:1.7rem;text-align:center}.about-section{background:#f5f6fa;border-radius:13px;box-shadow:0 2px 10px #2328520d;padding:1.1rem 1.3rem;margin-bottom:1.1rem;width:100%}.about-section h3{color:#1d2349;margin:0 0 .5rem;font-size:1.14rem}.about-section p,.about-section ul{color:#363b54;font-size:1.03rem;margin:0;line-height:1.67}.about-section ul{margin-left:1.2em;padding-left:.5em}.about-section li{margin-bottom:.7em}.services-card{max-width:900px;padding:2.6rem 2.3rem 2.7rem;margin-bottom:3.5rem}.services-title{color:#232852;font-size:2rem;font-weight:700;margin-bottom:2.1rem;text-align:center}.services-list{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2rem;width:100%}@media (max-width: 900px){.services-list{grid-template-columns:1fr}}.service-item{background:#f5f6fa;border-radius:15px;box-shadow:0 2px 10px #23285212;padding:1.35rem 1.3rem 1.18rem;margin-bottom:0;transition:box-shadow .18s,transform .15s;border-left:5px solid #28aee6}.service-item:hover{box-shadow:0 6px 32px #28aee629;transform:translateY(-2px) scale(1.02);border-left:5px solid #392e9b}.service-title{color:#232852;font-size:1.19rem;font-weight:600;margin-bottom:.7rem}.service-desc{color:#364062;font-size:1.04rem;margin:0;line-height:1.67}.resources-card{max-width:600px;padding:2.4rem 2.2rem 2.5rem;margin-bottom:3rem}.resources-title{color:#232852;font-size:2rem;font-weight:700;margin-bottom:2.1rem;text-align:center}.resources-list{display:flex;flex-direction:row;justify-content:center;gap:2rem;margin-top:1.5rem}.resource-link{display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#28aee6,#392e9b);color:#fff;font-size:1.1rem;font-weight:600;padding:1.2em 2.2em;border-radius:1.5em;text-decoration:none;box-shadow:0 3px 18px #28aee61f;transition:background .18s,box-shadow .18s,transform .13s}.resource-link:hover{background:linear-gradient(90deg,#392e9b,#28aee6);box-shadow:0 6px 28px #28aee630;transform:translateY(-2px) scale(1.04)}.contact-card{max-width:600px;padding:2.6rem 2.2rem 2.2rem;margin-bottom:3.5rem}.contact-title{color:#232852;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.contact-highlight{color:#28aee6}.contact-form{width:100%;margin-bottom:1.8rem;display:flex;flex-direction:column;gap:1rem}.contact-row{display:flex;gap:1.2rem}.contact-input{flex:1;padding:.9em 1.1em;font-size:1.02rem;border:1px solid #d6dbee;border-radius:9px;outline:none;margin-bottom:0;background:#f5f6fa;color:#232852;transition:border-color .17s}.contact-input:focus{border-color:#28aee6}.contact-message{resize:vertical;min-height:60px;font-family:inherit}.contact-btn{align-self:flex-end;background:linear-gradient(90deg,#28aee6,#392e9b);color:#fff;font-size:1.09rem;font-weight:600;padding:.62em 2em;border-radius:2em;border:none;cursor:pointer;margin-top:.4rem;box-shadow:0 3px 14px #28aee621;transition:background .16s,transform .13s}.contact-btn:hover{background:linear-gradient(90deg,#392e9b,#28aee6);transform:translateY(-1px) scale(1.03)}.contact-methods{margin-top:1.2rem;width:100%;font-size:1.01rem;color:#232852;display:flex;flex-direction:column;gap:1.1rem}.contact-link{color:#28aee6;text-decoration:underline;margin-left:.2em}.map-embed{width:100%;max-width:350px}@media (max-width: 700px){.contact-row{flex-direction:column;gap:.6rem}.map-embed{max-width:100%}}.footer{width:100vw;background:#232852;color:#fff;padding:1.2rem 0 .3rem;display:flex;flex-direction:column;align-items:center;margin-top:0;font-size:1rem}.footer-links{display:flex;gap:2rem;margin-bottom:.7rem;flex-wrap:wrap;justify-content:center}.footer-link{color:#fff;opacity:.83;text-decoration:none;transition:opacity .17s}.footer-link:hover{opacity:1;text-decoration:underline}.footer-copy{font-size:.93rem;opacity:.75;margin-bottom:.4rem}@media (max-width: 900px){.services-list{grid-template-columns:1fr}.content-card,.services-card,.about-card,.resources-card,.contact-card{padding:2rem .7rem;max-width:98vw}.navbar{flex-direction:column;padding:.7rem .8rem;align-items:flex-start}.navbar-logo{margin-bottom:.6rem}.navbar-links{gap:1rem}}@media (max-width: 600px){.content-card,.services-card,.about-card,.resources-card,.contact-card{padding:1.2rem .2rem;border-radius:12px;min-width:0;max-width:100vw}.hero-tagline,.about-title,.services-title,.resources-title,.contact-title{font-size:1.2rem;line-height:1.3;padding:0 .3rem}.service-item,.about-section{padding:.9rem .7rem}.footer-links{flex-direction:column;gap:.6rem}.footer{font-size:.92rem;padding:.7rem .2rem .25rem}.navbar-title{font-size:1.1rem}.navbar-links{flex-wrap:wrap;gap:.7rem}.hero-logo{width:70px!important}.services-title{font-size:1.18rem}}.contact-row{flex-direction:column;gap:.5rem}.contact-btn{width:100%;font-size:1.05rem}.contact-form{gap:.7rem}
