.btn-base{padding:1rem 2rem;border-radius:.5rem;font-weight:500;font-size:1rem;transition:all .3s ease;border:none}.btn-base,.btn-base:focus{outline:none}.btn-disabled{opacity:.5;cursor:not-allowed}.btn-outline{border:1px solid #849dd7;color:#849dd7;background:rgba(0,0,0,0)}.btn-primary{background:#849dd7;color:#fff}nav{width:100%;background:#fff;padding:1rem}nav .wrapper{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}nav .wrapper .logo-container{position:relative}nav .wrapper .logo-container .logo{letter-spacing:.05em;font-size:1.5rem;font-weight:800;font-style:italic;color:#849dd7}nav .wrapper .nav-links{display:none}@media screen and (min-width:768px){nav .wrapper .logo{font-size:2rem!important}nav .wrapper .nav-links{display:flex;align-items:center;gap:2rem}nav .wrapper .nav-links li{list-style:none;font-size:1rem;font-weight:500}nav .wrapper .nav-links li a{text-decoration:none;color:#849dd7}nav .wrapper .nav-links li a:hover{text-decoration:underline}}.footer{background-color:#333;color:#fff;padding:4rem 0;display:flex;flex-direction:column;gap:2rem;width:100%}@media screen and (min-width:768px){.footer{padding:6rem 0 4rem;gap:4rem}}@media screen and (max-width:768px){.footer .footer__section,.footer .footer__socials-container{display:none}.footer .footer__brand{width:100%;text-align:center}}.footer__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer__container{grid-template-columns:repeat(3,1fr)}}.footer__brand .footer__logo{letter-spacing:.05em;font-size:2.875rem;font-weight:800;font-style:italic;color:#849dd7}.footer__brand .tagline{color:#849dd7;margin-top:.25rem}.footer__brand .copyright{font-size:.875rem;color:#9ca3af;margin-top:2.5rem}.footer__section .footer__heading{font-weight:600;margin-bottom:.75rem}.footer__section ul{list-style:none;padding:0;margin:0}.footer__section ul li{margin-bottom:.5rem}.footer__section ul li a{color:inherit;text-decoration:none;transition:color .2s ease}.footer__section ul li a:hover{color:#818cf8}.footer__socials-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:2rem auto 0}.footer__socials-container .socials{padding:0 1.5rem;display:flex;justify-content:flex-start;gap:1rem;color:#d1d5db}@media(min-width:768px){.footer__socials-container .socials{justify-content:flex-end}}.footer__socials-container .socials a{transition:color .2s ease}.footer__socials-container .socials a:hover{color:#818cf8}@media screen and (max-width:1280px){.footer__socials-container{padding:0 2rem}}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit!important}body{font-family:Poppins,sans-serif;background-color:#fff}:root{--accent:#849DD7}.ai-bot{position:fixed;bottom:20px;right:20px;cursor:pointer;transition:all .3s ease}.ai-bot:hover{scale:1.1}.ai-bot img{width:5rem;height:auto}