@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}html,body{width:100%;height:100%}body{line-height:1.5;overflow-x:hidden}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}ul,ol{list-style:none}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none}body{color:#f8f1ed;scrollbar-color:#a66352;scrollbar-width:thin;background-color:#090e1a;font-family:Montserrat,sans-serif;font-size:16px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background-color:#5d4f50;border-radius:8px}.contrast{color:#a66352}.header{z-index:1100;color:#f8f1ed;background-color:#090e1a;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.header .logo{font-size:24px;font-weight:800;text-decoration:none}.header .logo span{color:#a66352}.header .nav-links{align-items:center;gap:24px;display:flex}.header .nav-links ul{color:#fff9;gap:24px;display:flex}.header .nav-links ul a{font-size:16px;font-weight:500;text-decoration:none;transition:all .3s ease-in-out}.header .nav-links ul a:hover{color:#f8f1ed}@media (width<=900px){.header .nav-links{display:none}}.hero{align-items:center;min-height:calc(100vh - 65px);display:flex}.hero .hero-buttons{gap:16px;display:flex}.hero .hero-buttons button{border-radius:8px;padding:6px 24px}.hero .hero-image-border{background:linear-gradient(135deg,#a763524d 0%,#a66352 40%,#a763524d 70%,#a66352 100%);border-radius:20px;width:fit-content;max-width:350px;padding:8px;animation:3s ease-in-out infinite float;box-shadow:0 8px 32px #2c1d0a40,0 1.5px 8px #0000001a}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}.hero-image{background:#5d4f50;border-radius:16px}.hero-image img{border-radius:16px;width:100%;height:auto;max-height:450px;display:block}
