.HormuzFeature{position:relative;display:block;width:100%;overflow:hidden;border-radius:14px;border:1px solid var(--color-dark-grey-5);text-decoration:none;isolation:isolate;background-image:var(--hz-feature-bg);background-color:#0d1b2e;background-size:cover;background-position:center 38%;aspect-ratio:1040/256;min-height:216px;max-height:312px;margin-bottom:20px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.HormuzFeature__scrim{position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(8,11,16,.95),rgba(8,11,16,.82) 38%,rgba(8,11,16,.4) 66%,rgba(8,11,16,.12))}.HormuzFeature__inner{position:relative;z-index:1;height:100%;display:flex;align-items:center;gap:clamp(16px,3vw,40px);padding:0 clamp(20px,4vw,44px)}.HormuzFeature__content{flex:1 1 56%;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:11px;max-width:600px}.HormuzFeature__eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:clamp(10px,1.1vw,12px);font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent-primary)}.HormuzFeature__new{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:var(--color-accent-green);color:#06270f;font-size:.85em;font-weight:800;letter-spacing:.08em;line-height:1}.HormuzFeature__hook{margin:0;max-width:460px;font-size:clamp(13px,1.3vw,15px);line-height:1.45;color:hsla(0,0%,100%,.85);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.HormuzFeature__actions{display:flex;align-items:center;gap:18px;margin-top:5px;flex-wrap:wrap}.HormuzFeature__cta{display:inline-flex;align-items:center;gap:8px;padding:11px 24px;border-radius:10px;background:var(--main-accent-gradient);color:#3a2700;font-size:clamp(14px,1.4vw,16px);font-weight:700;white-space:nowrap;box-shadow:0 6px 18px rgba(var(--color-accent-primary-rgb),.35);transition:filter .18s ease,transform .18s ease}.HormuzFeature__cta-icon{width:18px;height:18px;flex:0 0 auto}.HormuzFeature__chips{display:flex;align-items:center;gap:14px;font-size:12px;color:hsla(0,0%,100%,.72)}.HormuzFeature__chip{white-space:nowrap}.HormuzFeature__chip:before{content:"";display:inline-block;width:5px;height:5px;margin-right:7px;border-radius:50%;background:var(--color-accent-primary);vertical-align:middle}.HormuzFeature__logoWrap{flex:1 1 42%;min-width:0;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.HormuzFeature__logoWrap:before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 62% 64% at center,rgba(8,11,16,.5) 0,rgba(8,11,16,0) 70%)}.HormuzFeature__logoFrame{position:relative;z-index:1;width:100%;height:82%}.HormuzFeature__logo{display:block;width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 6px 18px rgba(0,0,0,.55));pointer-events:none}.HormuzFeature__logoShine{position:absolute;inset:0;z-index:2;pointer-events:none;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.HormuzFeature__logoShine:after{content:"";position:absolute;top:-10%;left:-160%;width:55%;height:120%;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.65) 50%,hsla(0,0%,100%,0));transform:skewX(-20deg);animation:hormuz-feature-shine 7s linear infinite}@media(hover:hover){.HormuzFeature:hover{box-shadow:0 5px 10px rgba(0,0,0,.4)}.HormuzFeature:hover .HormuzFeature__cta{filter:brightness(1.25)}}@media(max-width:768px){.HormuzFeature{aspect-ratio:auto;min-height:clamp(300px,70vw,360px);max-height:none;background-position:center 26%}.HormuzFeature .HormuzFeature__scrim{background:linear-gradient(180deg,rgba(8,11,16,.18),rgba(8,11,16,.48) 44%,rgba(8,11,16,.95))}.HormuzFeature .HormuzFeature__inner{flex-direction:column;align-items:center;justify-content:space-between;text-align:center;gap:14px;padding:22px 20px}.HormuzFeature .HormuzFeature__logoWrap{order:-1;flex:0 0 auto;height:auto;width:100%}.HormuzFeature .HormuzFeature__logoWrap:before{display:none}.HormuzFeature .HormuzFeature__logoFrame{width:100%;height:clamp(110px,30vw,168px)}.HormuzFeature .HormuzFeature__content{flex:0 0 auto;max-width:none;align-items:center;gap:12px}.HormuzFeature .HormuzFeature__actions{flex-direction:column;gap:12px;width:100%}.HormuzFeature .HormuzFeature__cta{width:100%;justify-content:center;padding:14px;font-size:16px}.HormuzFeature .HormuzFeature__chips{display:none}}@media(prefers-reduced-motion:reduce){.HormuzFeature{transition:none}.HormuzFeature:hover{transform:none}.HormuzFeature__logoShine:after{animation:none}}@keyframes hormuz-feature-shine{0%{left:-160%}30%,to{left:200%}}