.onedev-section{background-color:var(--color-background);align-items:center;min-height:80vh;padding:8rem 0;display:flex}.onedev-container{max-width:1000px;margin:0 auto}.onedev-content{text-align:center;flex-direction:column;align-items:center;gap:3rem;display:flex}.onedev-logo-wrapper{background:linear-gradient(135deg,#dbe9fd80 0%,#2663ec0d 100%);border-radius:50%;justify-content:center;align-items:center;padding:3rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;display:flex;position:relative;box-shadow:0 20px 40px #263d8114}.onedev-logo-wrapper:before{content:"";border:2px dashed #2663ec33;border-radius:50%;animation:20s linear infinite spin;position:absolute;inset:-10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.onedev-logo-wrapper:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 25px 50px #263d811f}.onedev-logo{object-fit:contain;filter:drop-shadow(0 10px 15px #0000001a)}.onedev-title{color:var(--color-primary);letter-spacing:-.02em;background:var(--gradient-metro-tab-active);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:3rem;font-weight:800}.onedev-description{color:var(--color-gray);max-width:600px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.8}.onedev-description strong{color:var(--color-secondary);font-weight:600}@media (min-width:768px){.onedev-content{text-align:left;flex-direction:row;gap:5rem}.onedev-logo-wrapper{flex-shrink:0;width:300px;height:300px}.onedev-description{margin-left:0}}
