:root{--color-primary:#2c4575;--color-secondary:#865a39;--color-accent:#bf8f73;--color-neutral:#b2b7c4;--color-light:#c9ae82;--color-bg:#0f172a;--color-surface:#1e293b;--color-text:#f1f5f9;--color-text-light:#94a3b8;--color-white:#fff;--shadow:0 10px 15px -3px #0006,0 4px 6px -2px #0003;--transition:all .4s cubic-bezier(.4,0,.2,1);--font-size-base:18px}*{box-sizing:border-box;margin:0;padding:0}html,body{font-size:var(--font-size-base);background-color:var(--color-bg);max-width:100vw;color:var(--color-text);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}
.navbar-module__-oXOLq__navbar{-webkit-backdrop-filter:blur(12px);z-index:1000;background-color:#0f172acc;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem 5%;display:flex;position:sticky;top:0}.navbar-module__-oXOLq__logo a{color:var(--color-white);letter-spacing:-.5px;align-items:center;gap:1.25rem;font-size:1.6rem;font-weight:800;display:flex}.navbar-module__-oXOLq__logoImage{object-fit:contain;background:var(--color-white);border-radius:10px;padding:2px}.navbar-module__-oXOLq__navLinks{gap:2rem;display:flex}.navbar-module__-oXOLq__navLinks a{color:var(--color-text-light);transition:var(--transition);font-weight:500;position:relative}.navbar-module__-oXOLq__navLinks a:hover,.navbar-module__-oXOLq__navLinks a.navbar-module__-oXOLq__active{color:var(--color-white)}.navbar-module__-oXOLq__navLinks a.navbar-module__-oXOLq__active:after{content:"";background-color:var(--color-primary);width:100%;height:2px;position:absolute;bottom:-4px;left:0}@media (max-width:770px){.navbar-module__-oXOLq__navbar{flex-direction:column;gap:1rem;padding:1rem}.navbar-module__-oXOLq__navLinks{gap:1rem}}@media (max-width:444px){.navbar-module__-oXOLq__navbar{z-index:1000;padding:.5rem;position:sticky;top:0}.navbar-module__-oXOLq__logo a{gap:1rem;font-size:1.3rem}.navbar-module__-oXOLq__logoImage{width:30px;padding:1px}.navbar-module__-oXOLq__navLinks{gap:2rem;display:flex}.navbar-module__-oXOLq__navLinks a{font-weight:500}}
.footer-module__yQUWXq__footer{color:var(--color-white);background-color:#0d121f;border-top:1px solid #ffffff0d;padding:6rem 10% 3rem}.footer-module__yQUWXq__container{grid-template-columns:1.2fr 1fr;align-items:flex-start;gap:6rem;margin-bottom:5rem;display:grid}.footer-module__yQUWXq__infoSection{flex-direction:column;gap:3rem;display:flex}.footer-module__yQUWXq__brand h3{color:var(--color-white);letter-spacing:-1px;margin-bottom:1.2rem;font-size:2.5rem;font-weight:900}.footer-module__yQUWXq__brand p{color:var(--color-text-light);max-width:450px;margin-bottom:2rem;font-size:1.2rem;line-height:1.7}.footer-module__yQUWXq__socialLinks{gap:1.5rem;margin-top:2rem;display:flex}.footer-module__yQUWXq__socialIcon{width:45px;height:45px;color:var(--color-white);transition:var(--transition);background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.footer-module__yQUWXq__socialIcon:hover{background-color:var(--color-primary);border-color:var(--color-primary);transform:translateY(-5px);box-shadow:0 10px 20px #2c457566}.footer-module__yQUWXq__contactDetails{flex-direction:column;gap:1.2rem;display:flex}.footer-module__yQUWXq__contactItem{flex-direction:column;gap:.3rem;display:flex}.footer-module__yQUWXq__contactItem strong{color:var(--color-accent);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.footer-module__yQUWXq__contactItem span{color:var(--color-text);font-size:1.15rem}.footer-module__yQUWXq__formSection{background-color:var(--color-surface);border:1px solid #ffffff0d;border-radius:28px;padding:1.5rem;box-shadow:0 25px 50px -12px #00000080}.footer-module__yQUWXq__formSection h4{color:var(--color-white);margin-bottom:.8rem;font-size:1.6rem;font-weight:700}.footer-module__yQUWXq__formSection p{color:var(--color-text-light);margin-bottom:1.5rem;font-size:1rem}.footer-module__yQUWXq__form{flex-direction:column;gap:1.5rem;display:flex}.footer-module__yQUWXq__inputGroup{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.footer-module__yQUWXq__form input,.footer-module__yQUWXq__form textarea{width:100%;color:var(--color-white);transition:var(--transition);background-color:#0f172a99;border:1px solid #ffffff1a;border-radius:16px;padding:1.1rem 1rem;font-family:inherit;font-size:1.05rem}.footer-module__yQUWXq__form textarea{resize:vertical;min-height:120px}.footer-module__yQUWXq__form input:focus,.footer-module__yQUWXq__form textarea:focus{border-color:var(--color-primary);background-color:#0f172acc;outline:none;box-shadow:0 0 0 4px #2c457533}.footer-module__yQUWXq__submitBtn{background-color:var(--color-primary);color:var(--color-white);cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:1px;border:none;border-radius:16px;margin-top:.5rem;padding:1.2rem;font-size:1.1rem;font-weight:800}.footer-module__yQUWXq__submitBtn:hover{background-color:#3b5a8c;transform:translateY(-3px);box-shadow:0 10px 20px #0006}.footer-module__yQUWXq__bottom{border-top:1px solid #ffffff0d;padding-top:3rem}.footer-module__yQUWXq__bottomContent{color:var(--color-text-light);justify-content:space-between;align-items:center;gap:2rem;font-size:.95rem;display:flex}.footer-module__yQUWXq__developer{align-items:center;gap:.4rem;display:flex}.footer-module__yQUWXq__portfolioLink{color:var(--color-accent);transition:var(--transition);font-weight:800;text-decoration:none}.footer-module__yQUWXq__portfolioLink:hover{color:var(--color-white);text-decoration:underline}@media (max-width:1100px){.footer-module__yQUWXq__container{gap:3rem}}@media (max-width:950px){.footer-module__yQUWXq__container{grid-template-columns:1fr;gap:4rem}.footer-module__yQUWXq__socialLinks{justify-content:center}.footer-module__yQUWXq__infoSection{text-align:center}.footer-module__yQUWXq__brand p{margin:0 auto}.footer-module__yQUWXq__contactItem{align-items:center}.footer-module__yQUWXq__bottomContent{flex-direction:column}}@media (max-width:600px){.footer-module__yQUWXq__footer{padding:4rem 6% 2rem}.footer-module__yQUWXq__inputGroup{grid-template-columns:1fr}.footer-module__yQUWXq__bottomContent{text-align:center;flex-direction:column}}@media (max-width:444px){.footer-module__yQUWXq__footer{padding:2rem 6% 1rem}.footer-module__yQUWXq__brand h3{font-size:1.5rem}.footer-module__yQUWXq__inputGroup{grid-template-columns:1fr}.footer-module__yQUWXq__bottomContent{text-align:center;flex-direction:column;margin-bottom:2rem}}@media (max-width:365px){.footer-module__yQUWXq__footer{padding:1rem 6%}.footer-module__yQUWXq__brand h3{font-size:1.3rem}.footer-module__yQUWXq__inputGroup{grid-template-columns:1fr}.footer-module__yQUWXq__bottomContent{text-align:center;flex-direction:column;margin-bottom:2rem}.footer-module__yQUWXq__formSection h4{font-size:1.2rem}}
