.hero-partner-crehana{align-items:center;background:#fff;color:var(--core-black);display:flex;font-family:Inter,sans-serif;justify-content:center;padding:6rem 5rem}.hero-container{align-items:center;display:flex;gap:4rem;justify-content:space-between;max-width:1600px}.hero-left{display:flex;flex:1;flex-direction:column;gap:1.5rem}.hero-title{color:var(--core-black);font-family:Familjen Grotesk,sans-serif;font-size:2.75rem;line-height:1.2}.highlight-mora{color:var(--mora-blue)}.hero-subtitle{color:var(--light-grey);font-size:1.125rem;line-height:1.6;max-width:600px}.hero-chips{display:flex;flex-direction:column;gap:.75rem}.btn-primary{background:var(--mora-blue);border:none;border-radius:9999px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;margin-top:1.5rem;padding:.875rem 2rem;transition:background .3s ease,transform .2s ease}.btn-primary:hover{background:var(--strategic-purple);transform:translateY(-2px)}.hero-right{align-items:center;display:flex;flex:1;justify-content:center}.hero-image{border-radius:1.5rem;box-shadow:0 8px 32px rgba(0,0,0,.08);max-width:90%;transition:transform .4s ease}.hero-image:hover{transform:scale(1.03)}@media (max-width:992px){.hero-container{flex-direction:column;text-align:center}.hero-left{align-items:center}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1rem;max-width:90%}.hero-chips{align-items:center}.hero-image{margin-top:2rem;max-width:80%}}