.hero2{background:#e8e8e4;font-family:inherit;height:600px;width:100%}.hero2,.hero2__left{display:flex;overflow:hidden;position:relative}.hero2__left{background-color:#e8e8e4;flex-direction:column;flex-shrink:0;justify-content:space-between;padding:48px;width:42%}.hero2__content{display:flex;flex-direction:column;gap:20px;max-width:340px;position:relative;z-index:2}.hero2__headline h1,.hero2__headline h2{color:#111;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;line-height:1.2;margin:0}.hero2__sub p{color:#444;font-size:clamp(.85rem,1.1vw,.95rem);line-height:1.7;margin:0}.hero2__btn{align-self:flex-start;background:transparent;border:2px solid #69e3cb;border-radius:0;color:#111;display:inline-block;font-size:.85rem;font-weight:500;letter-spacing:.03em;padding:10px 24px;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.hero2__btn:hover{background:#69e3cb;border-color:#69e3cb;color:#111!important}.hero2__logo-wrap{position:relative;z-index:2}.hero2__logo{display:block;max-height:80px;object-fit:contain;width:auto}.hero2__logo-placeholder{background:#fff;border:2px solid #ccc;color:#111;font-size:1.8rem;font-weight:700;padding:16px 32px;text-align:center}.hero2__image-col{flex:1;overflow:hidden;position:relative}.hero2__bg-image{display:block;height:100%;object-fit:cover;object-position:center;width:100%}@media (max-width:900px){.hero2{flex-direction:column;height:auto}.hero2__left{min-height:400px;width:100%}.hero2__image-col{height:300px;width:100%}}@media (max-width:600px){.hero2__left{min-height:360px;padding:36px 24px}.hero2__image-col{height:240px}}