@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@300;400;500;600&display=swap");:root{--primary-dark:#0B1F3A;--secondary-gray:#4B4E54;--light-gray:#D9D9D9;--accent-blue:#00C9FF;--background:#ffffff;--foreground:var(--primary-dark)}@media (prefers-color-scheme:dark){:root{--background:#0a121d;--foreground:#ededed}body{color:var(--foreground)}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.container{padding:0 1.5rem;width:100%}.section{padding:4rem 0}.section-title{margin-bottom:2rem;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;left:50%;bottom:0;width:4rem;height:4px;background-color:var(--accent-blue)}.text-center.section-title:after{left:50%;transform:translateX(-50%)}.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.flex{display:flex}.flex-center{justify-content:center}.flex-between,.flex-center{display:flex;align-items:center}.flex-between{justify-content:space-between}.flex-col{flex-direction:column}.text-mono{font-family:IBM Plex Mono,monospace}.btn{padding:.8rem 1.8rem;cursor:pointer;border:none;font-family:Montserrat,sans-serif}.btn-primary{background-color:var(--primary-dark);color:white}.btn-primary:hover{background-color:#16324e}.btn-accent{color:var(--primary-dark)}.btn-accent:hover{background-color:#00b0e0}.btn-outline{background-color:transparent;border:2px solid var(--primary-dark);color:var(--primary-dark)}.btn-outline:hover{background-color:var(--primary-dark);color:white}.card{background-color:white;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;height:100%}.card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.card-content{padding:1.5rem}.card-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--primary-dark)}.card-text{color:var(--secondary-gray);line-height:1.6}@media (prefers-color-scheme:dark){.card{background-color:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}.card-title{color:white}.card-text{color:rgba(255,255,255,.8)}}.section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--primary-dark)}.text-center{text-align:center}@media (prefers-color-scheme:dark){.section-title{color:white}}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;transition:all .3s ease;text-align:center}.btn-accent{background-color:var(--accent-blue);color:white}.btn-accent:hover{background-color:rgba(0,201,255,.8);transform:translateY(-3px)}.btn-outline{border:2px solid white;color:white}.btn-outline:hover{background-color:white;color:var(--primary-dark);transform:translateY(-3px)}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.container{width:90%;max-width:1200px;margin:0 auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn .5s ease-in-out}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.img-fluid{max-width:100%;height:auto}